diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-04-02 22:26:14 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-04-02 22:26:14 +0000 |
commit | b378c427b8729db1ab2ac9912a77c2612958060b (patch) | |
tree | ce969a2ea2625abb1869ee626fea79dc2cd60886 /sys/dev | |
parent | f965bcc7e9946fd160253115881b4d9ee8a600dd (diff) |
sync
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 26500c3d9b4..6cf35032bc4 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.610 2003/03/28 18:42:35 grange Exp + * OpenBSD: pcidevs,v 1.611 2003/04/02 22:25:41 jason Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2242,6 +2242,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_SCA1K2 0x5454 /* Crypto 1K2 */ #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 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 1c9eebbcf06..4531961dd15 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.610 2003/03/28 18:42:35 grange Exp + * OpenBSD: pcidevs,v 1.611 2003/04/02 22:25:41 jason Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -5279,6 +5279,10 @@ static const struct pci_known_product pci_known_products[] = { "Simba PCI-PCI", }, { + PCI_VENDOR_SUN, PCI_PRODUCT_SUN_SCA1K2, + "Crypto 1K2", + }, + { PCI_VENDOR_SUN, PCI_PRODUCT_SUN_SCA1K, "Crypto 1K", }, |