summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authoryamt <yamt@NetBSD.org>2002-10-18 00:56:16 +0000
committeryamt <yamt@NetBSD.org>2002-10-18 00:56:16 +0000
commit2e29ebca4d0e6c234061e482f55854562d8782cc (patch)
tree89cd7eb4abc999a33fd49939f30d287b052f4f26 /sys/dev
parentdcde342d0934f464ba965bd498b08c673e0c974c (diff)
fix typos; "wiseman" is 82542, not 82452.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/if_wmreg.h4
-rw-r--r--sys/dev/pci/pcidevs4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/if_wmreg.h b/sys/dev/pci/if_wmreg.h
index ca0d1e990ae..11285483338 100644
--- a/sys/dev/pci/if_wmreg.h
+++ b/sys/dev/pci/if_wmreg.h
@@ -1,4 +1,4 @@
-/* $NetBSD: if_wmreg.h,v 1.3 2002/08/08 00:12:08 thorpej Exp $ */
+/* $NetBSD: if_wmreg.h,v 1.4 2002/10/18 00:56:16 yamt Exp $ */
/*
* Copyright (c) 2001 Wasabi Systems, Inc.
@@ -36,7 +36,7 @@
*/
/*
- * Register description for the Intel i82452 (``Wiseman''),
+ * Register description for the Intel i82542 (``Wiseman''),
* i82543 (``Livengood''), and i82544 (``Cordova'') Gigabit
* Ethernet chips.
*/
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs
index 68b20b50532..67bca91588f 100644
--- a/sys/dev/pci/pcidevs
+++ b/sys/dev/pci/pcidevs
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.473 2002/10/16 14:55:26 leo Exp $
+$NetBSD: pcidevs,v 1.474 2002/10/18 00:56:17 yamt Exp $
/*
* Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -1348,7 +1348,7 @@ product INTEL GDT_RAID1 0x0600 GDT RAID
product INTEL GDT_RAID2 0x061f GDT RAID
product INTEL 80960RM 0x0962 i960 RM PCI-PCI
product INTEL 80960RN 0x0964 i960 RN PCI-PCI
-product INTEL 82542 0x1000 i82452 Gigabit Ethernet
+product INTEL 82542 0x1000 i82542 Gigabit Ethernet
product INTEL 82543GC_FIBER 0x1001 i82453GC Gigabit Ethernet (1000BASE-X)
product INTEL 82543GC_COPPER 0x1004 i82543GC Gigabit Ethernet (1000BASE-T)
product INTEL 82544EI_COPPER 0x1008 i82544EI Gigabit Ethernet (1000BASE-T)