summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2002-10-10 17:41:14 +0000
committerJason Wright <jason@cvs.openbsd.org>2002-10-10 17:41:14 +0000
commit5b7a10c42adea7642d59ad10d3c1d0f11c40f15d (patch)
tree26710a557052352659445d8431b85ce7a4a0197d /sys/dev/pci
parent13351c829a6f2b5793bd655bc0135a07b0d17aa1 (diff)
sync; sun crypto 1000; from Jamil Nimeh
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 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",
},