summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-03-07 13:28:33 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-03-07 13:28:33 +0000
commit0037f4d08be35cc2c033b41c629d746f15aa113d (patch)
tree6a576554a484f3ec329053b9604540e1f4a956dd /sys/dev
parent286513864b8783abca4b7c3420bebff4b61acb13 (diff)
sync
Diffstat (limited to 'sys/dev')
-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 5cd850a2901..744a723f3aa 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.839 2005/03/02 17:58:42 xsa Exp
+ * OpenBSD: pcidevs,v 1.840 2005/03/07 13:28:26 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1822,6 +1822,7 @@
#define PCI_PRODUCT_NETGEAR_GA620T 0x630a /* GA620T */
/* NetMos */
+#define PCI_PRODUCT_NETMOS_1P 0x9805 /* 1P */
#define PCI_PRODUCT_NETMOS_2S1P 0x9835 /* 2S1P */
#define PCI_PRODUCT_NETMOS_4S 0x9845 /* 4S */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 53a24913288..7a51cf921a2 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.839 2005/03/02 17:58:42 xsa Exp
+ * OpenBSD: pcidevs,v 1.840 2005/03/07 13:28:26 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -5067,6 +5067,10 @@ static const struct pci_known_product pci_known_products[] = {
"GA620T",
},
{
+ PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_1P,
+ "1P",
+ },
+ {
PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_2S1P,
"2S1P",
},