summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-10-24 17:30:37 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-10-24 17:30:37 +0000
commit28a931a4a67aab5ca68a3a1273c25224dffa7312 (patch)
tree99c842e7b7675c330a577afe9f4efb709ba60056 /sys
parent56daad94d4a1a7400fdb24b130cf06b07121b838 (diff)
regen with MA301 entry
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs.h3
-rw-r--r--sys/dev/pci/pcidevs_data.h6
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index d141b8aa5da..53f89a92e5e 100644
--- a/sys/dev/pci/pcidevs.h
+++ b/sys/dev/pci/pcidevs.h
@@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: pcidevs,v 1.455 2001/10/24 03:46:01 mickey Exp
+ * OpenBSD: pcidevs,v 1.456 2001/10/24 17:29:27 millert Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1489,6 +1489,7 @@
#define PCI_PRODUCT_NEOMAGIC_NM256ZX 0x8006 /* MagicMedia 256ZX */
/* Netgear products */
+#define PCI_PRODUCT_NETGEAR_MA301 0x4100 /* MA301 */
#define PCI_PRODUCT_NETGEAR_GA620 0x620a /* GA620 */
#define PCI_PRODUCT_NETGEAR_GA620T 0x630a /* GA620T */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index cd2f596acfa..0a21028ffdd 100644
--- a/sys/dev/pci/pcidevs_data.h
+++ b/sys/dev/pci/pcidevs_data.h
@@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: pcidevs,v 1.455 2001/10/24 03:46:01 mickey Exp
+ * OpenBSD: pcidevs,v 1.456 2001/10/24 17:29:27 millert Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2839,6 +2839,10 @@ static const struct pci_known_product pci_known_products[] = {
"MagicMedia 256ZX",
},
{
+ PCI_VENDOR_NETGEAR, PCI_PRODUCT_NETGEAR_MA301,
+ "MA301",
+ },
+ {
PCI_VENDOR_NETGEAR, PCI_PRODUCT_NETGEAR_GA620,
"GA620",
},