K 10 svn:author V 5 wpaul K 8 svn:date V 27 2003-08-15T22:46:47.000000Z K 7 svn:log V 461 It appears in some configurations with an on-board RTL8100 chip (in this case, a "Vortex86" mini PC), the PCI device ID value in the EEPROM (0x8100) does not agree with the PCI device ID returned by pci_get_device() (0x8139). This means that while rl_probe() matches the device, rl_attach() doesn't. Work around this by adding an entry to the rl_devs table for the 8100 with a device ID of 0x8100. Also, get rid of extra instance of __FBSDID(). One is enough. END