diff options
author | 2006-04-18 18:10:30 +0000 | |
---|---|---|
committer | 2006-04-18 18:10:30 +0000 | |
commit | 1502cd2f80b36971206d5fa59fe50410a1af0eee (patch) | |
tree | 02aed37f3edaf42d780e52b304a49ccad1b68aa9 | |
parent | simple variable renaming to please lint (diff) | |
download | wireguard-openbsd-1502cd2f80b36971206d5fa59fe50410a1af0eee.tar.xz wireguard-openbsd-1502cd2f80b36971206d5fa59fe50410a1af0eee.zip |
add a few more Intel Gig PCI ids.
Some of these are from jason@ and the rest are from the Linux PCI ids page.
-rw-r--r-- | sys/dev/pci/pcidevs | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 451ff316ce0..56930495319 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1057 2006/04/17 05:03:37 brad Exp $ +$OpenBSD: pcidevs,v 1.1058 2006/04/18 18:10:30 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1602,6 +1602,7 @@ product INTEL 82572EI_SERDES 0x107f PRO/1000 PB (82572EI) product INTEL 82546GB_PCIE 0x108a PRO/1000MT (82546GB) product INTEL 82573E 0x108b PRO/1000MT (82573E) product INTEL 82573E_IAMT 0x108c PRO/1000MT (82573E) +product INTEL 82573E_KCS 0x108e PRO/1000PT (82573E) product INTEL PRO_100_VM_15 0x1091 PRO/100 VM product INTEL PRO_100_VM_16 0x1092 PRO/100 VM product INTEL PRO_100_VM_17 0x1093 PRO/100 VM @@ -1609,9 +1610,16 @@ product INTEL PRO_100_VM_18 0x1094 PRO/100 VM product INTEL PRO_100_VM_19 0x1095 PRO/100 VM product INTEL 80003ES2LAN_CPR_DPT 0x1096 PRO/1000 PT (80003ES2) product INTEL 80003ES2LAN_SDS_DPT 0x1098 PRO/1000 PF (80003ES2) +product INTEL 82546GB_QUAD_CPR 0x1099 PRO/1000MT QP (82546GB) product INTEL 82573L 0x109a PRO/1000MT (82573L) +product INTEL 82546GB_2 0x109b PRO/1000MT (82546GB) product INTEL 82597EX_CX4 0x109e PRO/10GbE CX4 (82597EX) -product INTEL 82546GB_QUAD_CPR 0x1099 PRO/1000MT QP (82546GB) +product INTEL 82571EB_AT 0x10a0 PRO/1000 AT (82571EB) +product INTEL 82571EB_AF 0x10a1 PRO/1000 AF (82571EB) +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) +product INTEL 82573L_PL_2 0x10b4 PRO/1000 PL (82573L) product INTEL 82546GB_QUAD_CPR_K 0x10b5 PRO/1000MT QP (82546GB) product INTEL 82572EI 0x10b9 PRO/1000 PT (82572EI) product INTEL 82815_DC100_HUB 0x1100 82815 Hub |