diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2002-04-02 13:00:12 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2002-04-02 13:00:12 +0000 |
commit | 5708477c948e67e37172eb188f9e4f241b05f7c1 (patch) | |
tree | 3c57dea425965746c05006e48bccf628704c6a05 /sys | |
parent | 8a16f1398aaa98d8b558fe82783fb4e37704585d (diff) |
Fix the names for the Intel Gigabit cards
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 122d8681178..16e2e12fd37 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.497 2002/03/26 20:37:07 millert Exp $ + $OpenBSD: pcidevs,v 1.498 2002/04/02 13:00:11 nate Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1251,14 +1251,14 @@ product INTEL GDT_RAID2 0x061f GDT RAID 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 PRO 1000 -product INTEL 82452_SC 0x1001 PRO 1000SC -product INTEL 82453 0x1001 PRO 1000F -product INTEL 82453_CU 0x1004 PRO 1000T -product INTEL 82544 0x1008 PRO 1000XT -product INTEL 82544_SC 0x1009 PRO 1000XS -product INTEL 82544_GC 0x100c PRO 1000T -product INTEL 82544_CU 0x100d PRO 1000T +product INTEL 82542 0x1000 PRO 1000 (82542) +product INTEL 82543GC_SC 0x1001 PRO 1000F (82543GC_SC) +product INTEL 82543_SC 0x1003 PRO 1000F (82543_SC) +product INTEL 82543GC_CU 0x1004 PRO 1000T (82543GC_CU) +product INTEL 82544EI_CU 0x1008 PRO 1000XT (82544EI_CU) +product INTEL 82544EI_SC 0x1009 PRO 1000XS (82544EI_SC) +product INTEL 82544GC 0x100c PRO 1000T (82544GC) +product INTEL 82544GC_64 0x100d PRO 1000T (82544GC_64) product INTEL PRO_100_VE_0 0x1031 PRO/100 VE product INTEL PRO_100_VE_1 0x1032 PRO/100 VE product INTEL PRO_100_VM_0 0x1033 PRO/100 VM |