--- ./wctdm.c.orig 2005-12-05 18:42:16 +0300 +++ ./wctdm.c 2005-12-13 18:56:59 +0300 @@ -2057,7 +2057,7 @@ outb(0x30 | 0x01, wc->ioaddr + WC_CNTL); /* Make sure serial port and DMA are out of reset */ - outb(inb(wc->ioaddr + WC_CNTL) & 0xf9, WC_CNTL); + outb(inb(wc->ioaddr + WC_CNTL) & 0xf9, wc->ioaddr + WC_CNTL); /* Configure serial port for MSB->LSB operation */ outb(0xc1, wc->ioaddr + WC_SERCTL);