Erik Mouw wrote:

> On Wed, Dec 06, 2000 at 11:38:30AM -0800, Linus Torvalds wrote:
> 
>> But I see something obviously wrong there: you have busmaster disabled.
>> 
>> Looking into the UHCI controller code, I notice that neither UHCI driver
>> actually does the (required)
>> 
>>      pci_set_master(dev);
>> 
>> Please add that to just after a successful "pci_enable_device(dev)", and I
>> just bet your USB will start working.


I tested this change applied to usb-ohci.
I did not fix the problem where eth0 spits
out a ton of error messages:

eth0: Host error, FIFO diagnostic register 0000.
eth0: using default media MII
eth0: Host error, FIFO diagnostic register 0000.
eth0: using default media MII
eth0: Too much work in interrupt, status e003.
eth0: Host error, FIFO diagnostic register 0000.
eth0: using default media MII

This error occurs when I am trasfering data over my
DSL connection while moving my USB mouse.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to