summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
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 6deb5ced9b0..89cee075ddb 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.556 2002/10/09 12:36:27 henning Exp
+ * OpenBSD: pcidevs,v 1.557 2002/10/10 17:40:03 jason Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2122,6 +2122,7 @@
#define PCI_PRODUCT_SUN_USB 0x1103 /* USB */
#define PCI_PRODUCT_SUN_GEMNETWORK 0x2bad /* GEM */
#define PCI_PRODUCT_SUN_SIMBA 0x5000 /* Simba PCI-PCI */
+#define PCI_PRODUCT_SUN_SCA1K 0x5455 /* Crypto 1K */
#define PCI_PRODUCT_SUN_PSYCHO 0x8000 /* Psycho PCI */
#define PCI_PRODUCT_SUN_MS_IIep 0x9000 /* microSPARC IIep PCI */
#define PCI_PRODUCT_SUN_US_IIi 0xa000 /* UltraSPARC IIi PCI */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 5106fae8640..fabfa1ef5eb 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.556 2002/10/09 12:36:27 henning Exp
+ * OpenBSD: pcidevs,v 1.557 2002/10/10 17:40:03 jason Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -4871,6 +4871,10 @@ static const struct pci_known_product pci_known_products[] = {
"Simba PCI-PCI",
},
{
+ PCI_VENDOR_SUN, PCI_PRODUCT_SUN_SCA1K,
+ "Crypto 1K",
+ },
+ {
PCI_VENDOR_SUN, PCI_PRODUCT_SUN_PSYCHO,
"Psycho PCI",
},