Re: [PATCH] Re: PROBLEM: kernel 2.4.0-test11-ac1 hang with usb-uhciand emu10k1

2000-11-24 Thread Linus Torvalds
On Thu, 23 Nov 2000, Michael Elkins wrote: > > On Thu, Nov 23, 2000 at 03:53:27PM -0800, Linus Torvalds wrote: > > Try changing the thing around a bit: make the above place say > > > > /* disable legacy emulation */ > > pci_write_config_word (dev, USBLEGSUP, 0); > > > > and then AFTER

Re: [PATCH] Re: PROBLEM: kernel 2.4.0-test11-ac1 hang with usb-uhciand emu10k1

2000-11-23 Thread Linus Torvalds
On Thu, 23 Nov 2000, Jeff Garzik wrote: > > > > It hangs in start_uhci(): > > > > /* disable legacy emulation */ > > pci_write_config_word (dev, USBLEGSUP, USBLEGSUP_DEFAULT); Try changing the thing around a bit: make the above place say /* disable leg