cvs commit: src/sys/dev/usb umass.c

M. Warner Losh imp at bsdimp.com
Wed Mar 26 16:17:25 PST 2003


: As far as I know we don't even mount the cdrom as the root filesystem,
: but rather run on a preloaded MD disk ?

We do if you use a live filesystem disk to recover from something
nasty.  Also, the problem would be that many of the quirks need to be
known when the device is detected or the system completely hangs.
You'd have to disconnect the cdrom at exactly the right time during
the boot process in the installation case.  It is too late to load the
quirks from userland.

I'm not saying that we can't have some way to load additional quirks,
but there's a core set of them that say "This device is hozed in this
way and we need to know that before we start touching it."

pccard and cardbus cards have similar issues, but fewer quirks at the
moment (more are needed for problem child cards that I have).

Warner



More information about the cvs-all mailing list