Re: [PATCH] ACP Modem (Mwave)

2001-05-16 Thread Alan Cox
> Please throw any comments, questions, suggestions, hard objects this way... First obvious comments + while (uCount-- != 0) { + unsigned short val_lo, val_hi; + cli(); + val_lo = InWordDsp(DSP_MsaDataISLow); + val_hi =

[PATCH] ACP Modem (Mwave)

2001-05-16 Thread Paul Schroeder
Subject says it all... The patch is the driver portion for the Mwave applied against the 2.4.4 kernel proper.. It was a little big to send directly to the list.. So... You'll be able to pick it up at http://www.ibm.com/linux/ltc/ shortly.. Until it goes up there, it will be available at

[PATCH] ACP Modem (Mwave)

2001-05-16 Thread Paul Schroeder
Subject says it all... The patch is the driver portion for the Mwave applied against the 2.4.4 kernel proper.. It was a little big to send directly to the list.. So... You'll be able to pick it up at http://www.ibm.com/linux/ltc/ shortly.. Until it goes up there, it will be available at

Re: [PATCH] ACP Modem (Mwave)

2001-05-16 Thread Alan Cox
Please throw any comments, questions, suggestions, hard objects this way... First obvious comments + while (uCount-- != 0) { + unsigned short val_lo, val_hi; + cli(); + val_lo = InWordDsp(DSP_MsaDataISLow); + val_hi =