Date: Fri, 15 Aug 2003 15:46:47 -0700 (PDT) From: Bill Paul <wpaul@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_rl.c Message-ID: <200308152246.h7FMklQ1097120@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 2003/08/15 15:46:47 PDT
FreeBSD src repository
Modified files:
sys/pci if_rl.c
Log:
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.
Revision Changes Path
1.111 +0 -2 src/sys/pci/if_rl.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308152246.h7FMklQ1097120>
