summaryrefslogtreecommitdiff
path: root/wcfxs.c
diff options
context:
space:
mode:
Diffstat (limited to 'wcfxs.c')
-rwxr-xr-xwcfxs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/wcfxs.c b/wcfxs.c
index 1a7420d..e77310f 100755
--- a/wcfxs.c
+++ b/wcfxs.c
@@ -1583,6 +1583,9 @@ static int wcfxs_hardware_init(struct wcfxs *wc)
/* Set all to outputs except AUX 5, which is an input */
outb(0xdf, wc->ioaddr + WC_AUXC);
+
+ /* Select alternate function for AUX0 */
+ outb(0x4, wc->ioaddr + WC_AUXFUNC);
/* Wait 1/4 of a sec */
oldjiffies = jiffies;