diff options
author | mjacob <mjacob@cvs.openbsd.org> | 2001-04-13 00:24:10 +0000 |
---|---|---|
committer | mjacob <mjacob@cvs.openbsd.org> | 2001-04-13 00:24:10 +0000 |
commit | 872eb959bab788e1eb4d2ec5c0a3ae16b1b5d8f9 (patch) | |
tree | 660cc3eca1e2eaaf022df3847c8bd07f1e7cbacf /sys/dev/pci/pcidevs | |
parent | bd96b355d03905e41f93e5df00b6fbcfb9b3c6ce (diff) |
Be more explicit about the Intel GigE cards.
Diffstat (limited to 'sys/dev/pci/pcidevs')
-rw-r--r-- | sys/dev/pci/pcidevs | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index d9c0bfb1d9f..304efb2179a 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.387 2001/04/11 04:07:27 chris Exp $ + $OpenBSD: pcidevs,v 1.388 2001/04/13 00:24:09 mjacob Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1117,7 +1117,10 @@ product INTEL PCMC 0x04a3 82434LX/NX PCI/Cache/DRAM product INTEL 80960RP 0x0960 i960 RP PCI-PCI product INTEL 80960RM 0x0962 i960 RM PCI-PCI product INTEL 80960RN 0x0964 i960 RN PCI-PCI -product INTEL 82452 0x1000 82452 Pro/1000 +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 82815_DC100_HUB 0x1100 82815 Hub product INTEL 82815_DC100_AGP 0x1101 82815 AGP product INTEL 82815_DC100_GRAPH 0x1102 82815 Graphics |