K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-01-17T23:14:40.000000Z K 7 svn:log V 527 Change the mechanism by which we detect that the firmware is already running. It turns out that trying to read the MAC address when there's no firmware creates a zero length transfer. This apparently doesn't hurt anything on a UHCI controller, but OHCI controllers generate an IOERROR, and the device doesn't initialize. Instead, check the bcdDevice revision code. We know this will be different when the firmware is running, so if we detect the firmware's code instead of the bare hardware's code, we skip the firmware load. END