> > If it printed that, then how is it possible that it hung _before_ printing
> > that message???
> 
> I already wrote that I had commented out the line that caused the
> hangup:
> 
> //                    pci_write_config_byte(pdev, offset + 3, 1);
> 
> After commenting out this line, the machine boots OK and EHCI works
> fine. It does print the BIOS handoff failed message. 

Then if disabling that code which enables the SMI doesn't work,
you have only one real option other than telling your BIOS not
to support USB keyboards/mice/disks:  replace your BIOS.

The reason it prints the BIOS handoff message is because you
completely disabled the handoff, so your BIOS still thinks it
owns that controller.  Commenting out that line is not good.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to