diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-02-17 05:11:53 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-02-17 05:11:53 +0000 |
commit | dd90881e15e1217b4c7595fca48813909c3379ca (patch) | |
tree | fbc3b7e9c9d9eedfc376c3bc21f42e4411ef8ddc /sys | |
parent | bdb8df275c1b403874af9bb24622e6a8ddfe785c (diff) |
remove bogus Intel E1000 PCI ids.
From FreeBSD
ok dlg@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index b64ed0bb61b..8f2e5a799df 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1323 2008/02/17 05:05:55 brad Exp $ +$OpenBSD: pcidevs,v 1.1324 2008/02/17 05:11:52 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1880,8 +1880,6 @@ product INTEL 82571EB_QUAD_CPR 0x10a4 PRO/1000 QP (82571EB) product INTEL 82571EB_QUAD_FBR 0x10a5 PRO/1000 QP (82571EB) product INTEL 82575EB_COPPER 0x10a7 PRO/1000 PT (82575EB) product INTEL 82575EB_SERDES 0x10a9 PRO/1000 PF (82575EB) -product INTEL 82575EM_COPPER 0x10aa PRO/1000 PT (82575EM) -product INTEL 82575EM_FIBER 0x10ac PRO/1000 PT (82575EM) product INTEL 82573L_PL_1 0x10b0 PRO/1000 PL (82573L) product INTEL 82573V_PM 0x10b2 PRO/1000 PM (82573V) product INTEL 82573E_PM 0x10b3 PRO/1000 PM (82573E) |