diff options
Diffstat (limited to 'sys/dev/pci/pcidevs.h')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 65ce9e50fe0..37d41a2ddc5 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.315 2000/09/14 11:21:36 niklas Exp + * OpenBSD: pcidevs,v 1.316 2000/09/14 11:52:43 niklas Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -684,8 +684,11 @@ #define PCI_PRODUCT_ADP2_3950U2B 0x0050 /* AHA-3950U2B Ultra2 */ #define PCI_PRODUCT_ADP2_3950U2D 0x0051 /* AHA-3950U2D Ultra2 */ #define PCI_PRODUCT_ADP2_AIC7896 0x005f /* AIC-7896/7 Ultra2 */ -#define PCI_PRODUCT_ADP2_AIC7899 0x00CF /* AIC-7899 Ultra160 */ -#define PCI_PRODUCT_ADP2_3960D 0x00C0 /* AHA-3960D Ultra160 */ +#define PCI_PRODUCT_ADP2_3960D 0x00c0 /* AHA-3960D Ultra160 */ +#define PCI_PRODUCT_ADP2_AIC7899B 0x00c1 /* AIC-7899B */ +#define PCI_PRODUCT_ADP2_AIC7899D 0x00c3 /* AIC-7899D */ +#define PCI_PRODUCT_ADP2_AIC7899F 0x00c5 /* AIC-7899F */ +#define PCI_PRODUCT_ADP2_AIC7899 0x00cf /* AIC-7899 Ultra160 */ #define PCI_PRODUCT_ADP2_AAC2622 0x0282 /* AAC-2622 */ #define PCI_PRODUCT_ADP2_AAC364 0x0364 /* AAC-364 */ #define PCI_PRODUCT_ADP2_AAC3642 0x0365 /* AAC-3642 */ @@ -1379,7 +1382,7 @@ #define PCI_PRODUCT_RCC_CIOB30 0x0010 /* CIOB30 */ #define PCI_PRODUCT_RCC_CMIC_HE 0x0011 /* CMIC_HE Host */ #define PCI_PRODUCT_RCC_IDE 0x0211 /* IDE */ -/* product RCC UNKNOWN 0x0220 USB */ +#define PCI_PRODUCT_RCC_USB 0x0220 /* USB */ /* Picopower */ #define PCI_PRODUCT_PICOPOWER_PT80C826 0x0000 /* PT80C826 */ |