diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-05-14 02:09:48 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-05-14 02:09:48 +0000 |
commit | 1dfa00c90a29b52a27f2dc82d247ebac761a9e0f (patch) | |
tree | a109b04724dfede627881e8873b15946b62f6108 /sys | |
parent | 1ad8526a1a166afb7f1f50ce4a9f71039581ef6a (diff) |
sync
Diffstat (limited to 'sys')
-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 719f7088067..8f973e3b84a 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.621 2003/05/14 01:15:42 pb Exp + * OpenBSD: pcidevs,v 1.622 2003/05/14 02:09:28 jason Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2272,6 +2272,7 @@ #define PCI_PRODUCT_SUN_MS_IIep 0x9000 /* microSPARC IIep PCI */ #define PCI_PRODUCT_SUN_US_IIi 0xa000 /* UltraSPARC IIi PCI */ #define PCI_PRODUCT_SUN_US_IIe 0xa001 /* UltraSPARC IIe PCI */ +#define PCI_PRODUCT_SUN_CE 0xabba /* Cassini Ethernet */ /* Sundance products */ #define PCI_PRODUCT_SUNDANCE_ST201 0x0201 /* ST201 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 633e824ece5..09b565d6b17 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.621 2003/05/14 01:15:42 pb Exp + * OpenBSD: pcidevs,v 1.622 2003/05/14 02:09:28 jason Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -5399,6 +5399,10 @@ static const struct pci_known_product pci_known_products[] = { "UltraSPARC IIe PCI", }, { + PCI_VENDOR_SUN, PCI_PRODUCT_SUN_CE, + "Cassini Ethernet", + }, + { PCI_VENDOR_SUNDANCE, PCI_PRODUCT_SUNDANCE_ST201, "ST201", }, |