summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2004-08-18 17:35:20 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2004-08-18 17:35:20 +0000
commit3e489e435dbd89ab4ad15408804ca550bfa0bcf1 (patch)
treeb49081e817a9e701b71f601507bcb500eb5e9c42 /sys/dev/pci
parent168f516bb05e618a6b1a1a19ea3f65eada199091 (diff)
regen for NetMos 4S
Diffstat (limited to 'sys/dev/pci')
-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 00d326a7926..9869bc0128f 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.754 2004/08/02 23:29:07 deraadt Exp
+ * OpenBSD: pcidevs,v 1.755 2004/08/18 17:34:53 millert Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1666,6 +1666,7 @@
/* NetMos */
#define PCI_PRODUCT_NETMOS_2S1P 0x9835 /* 2S1P */
+#define PCI_PRODUCT_NETMOS_4S 0x9845 /* 4S */
/* Network Security Technologies */
#define PCI_PRODUCT_NETSEC_7751 0x7751 /* 7751 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 5fcd7353ab0..11ef327a46f 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.754 2004/08/02 23:29:07 deraadt Exp
+ * OpenBSD: pcidevs,v 1.755 2004/08/18 17:34:53 millert Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -4575,6 +4575,10 @@ static const struct pci_known_product pci_known_products[] = {
"2S1P",
},
{
+ PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_4S,
+ "4S",
+ },
+ {
PCI_VENDOR_NETSEC, PCI_PRODUCT_NETSEC_7751,
"7751",
},