summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2003-07-22 18:56:23 +0000
committerJason Wright <jason@cvs.openbsd.org>2003-07-22 18:56:23 +0000
commit5b84b7ae45425592b3e2ffd6ee3f1698e37a4fbf (patch)
treeb078a7ac8d7a3ce7655ee184a009f6c8322800af
parentf1a42cf984909494de7750fe406309db31229585 (diff)
sync
-rw-r--r--sys/dev/pci/pcidevs.h6
-rw-r--r--sys/dev/pci/pcidevs_data.h10
2 files changed, 14 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 96db8c337b3..85cae2e5e85 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.654 2003/07/20 21:40:48 matthieu Exp
+ * OpenBSD: pcidevs,v 1.655 2003/07/22 18:53:31 jason Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -573,6 +573,7 @@
#define PCI_VENDOR_NETSEC 0x1660 /* NetSec */
#define PCI_VENDOR_ATHEROS 0x168c /* Atheros */
#define PCI_VENDOR_GLOBALSUN 0x16ab /* Global Sun */
+#define PCI_VENDOR_SAFENET 0x16ae /* SafeNet */
#define PCI_VENDOR_USR2 0x16ec /* US Robotics */
#define PCI_VENDOR_NETOCTAVE 0x170b /* Netoctave */
#define PCI_VENDOR_ALTIMA 0x173b /* Altima */
@@ -2228,6 +2229,9 @@
#define PCI_PRODUCT_S3_PROSAVAGE_DDR 0x8d04 /* ProSavage DDR */
#define PCI_PRODUCT_S3_SONICVIBES 0xca00 /* SonicVibes */
+/* SafeNet, Inc. products */
+#define PCI_PRODUCT_SAFENET_SAFEXCEL 0x1141 /* SafeXcel */
+
/* Schneider & Koch (SysKonnect) */
#define PCI_PRODUCT_SCHNEIDERKOCH_GE 0x4300 /* 984x GE */
#define PCI_PRODUCT_SCHNEIDERKOCH_SK9821v2 0x4320 /* SK-9821 v2.0 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index b10ee9d8907..00706b69a9a 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.654 2003/07/20 21:40:48 matthieu Exp
+ * OpenBSD: pcidevs,v 1.655 2003/07/22 18:53:31 jason Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -5243,6 +5243,10 @@ static const struct pci_known_product pci_known_products[] = {
"SonicVibes",
},
{
+ PCI_VENDOR_SAFENET, PCI_PRODUCT_SAFENET_SAFEXCEL,
+ "SafeXcel",
+ },
+ {
PCI_VENDOR_SCHNEIDERKOCH, PCI_PRODUCT_SCHNEIDERKOCH_GE,
"984x GE",
},
@@ -8979,6 +8983,10 @@ static const struct pci_known_vendor pci_known_vendors[] = {
"Global Sun",
},
{
+ PCI_VENDOR_SAFENET,
+ "SafeNet",
+ },
+ {
PCI_VENDOR_USR2,
"US Robotics",
},