diff options
author | 2001-06-17 18:52:48 +0000 | |
---|---|---|
committer | 2001-06-17 18:52:48 +0000 | |
commit | 32f9154b3f4fa9e98cd0b0701041974e984a031f (patch) | |
tree | 0ee234b935cedc7784f337a5471ac0adc5cbfb52 | |
parent | mention zcat (diff) | |
download | wireguard-openbsd-32f9154b3f4fa9e98cd0b0701041974e984a031f.tar.xz wireguard-openbsd-32f9154b3f4fa9e98cd0b0701041974e984a031f.zip |
ICH3 network controller IDs; from netbsd
-rw-r--r-- | sys/dev/pci/pcidevs | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 80d3e916f63..e2bfcb7d0e6 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.406 2001/06/16 20:29:14 mickey Exp $ + $OpenBSD: pcidevs,v 1.407 2001/06/17 18:52:48 mickey Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1152,6 +1152,14 @@ product INTEL 82452 0x1000 PRO 1000 product INTEL 82452_SC 0x1001 PRO 1000SC product INTEL 82453 0x1001 PRO 1000F product INTEL 82453_CU 0x1004 PRO 1000T +product INTEL PRO_100_VE_0 0x1031 PRO/100 VE Network Controller +product INTEL PRO_100_VE_1 0x1032 PRO/100 VE Network Controller +product INTEL PRO_100_VM_0 0x1033 PRO/100 VM Network Controller +product INTEL PRO_100_VM_1 0x1034 PRO/100 VM Network Controller +product INTEL 82562EH_HPNA_0 0x1035 82562EH HomePNA Network Controller +product INTEL 82562EH_HPNA_1 0x1036 82562EH HomePNA Network Controller +product INTEL 82562EH_HPNA_2 0x1037 82562EH HomePNA Network Controller +product INTEL PRO_100_VM_2 0x1038 PRO/100 VM Network Controller product INTEL 82815_DC100_HUB 0x1100 82815 Hub product INTEL 82815_DC100_AGP 0x1101 82815 AGP product INTEL 82815_DC100_GRAPH 0x1102 82815 Graphics |