Re: [PATCH RFC] USB: Add HCD fastboot

From: David Brownell
Date: Wed Aug 06 2008 - 23:30:18 EST


> > Lack of a keyboard makes it impossible to do anything if the module fails to
> > load... as I understand it when the HCD init runs, any BIOS emulation stops?
>
> That's right.  The host driver kicks the BIOS off the hardware.

That's done much earlier ... as part of PCI quirk handling.
See drivers/usb/host/pci-quirks.c ... it's not been part of
the HCDs for about three years now. I don't recall the details
right now, but letting the BIOS hang on to that hardware was
causing a lot of wierd problems that went away when we made
that change.

If a module fails to load, fix the bug in that module. :)

- Dave

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/