diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-02-05 20:46:42 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-02-05 20:46:42 +0000 |
commit | 5ecc410fcee16fb74fdba1c846c28469f1a976cf (patch) | |
tree | 818d79c8d33787c1005e78959fe5540c1bd8f7d3 | |
parent | 3025afcf41289bbc2075b57bb044bfc7d0fc71f9 (diff) |
sync
-rw-r--r-- | sys/dev/pci/pcidevs.h | 6 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
2 files changed, 14 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 5c98072aa02..0abfe2c5589 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.592 2003/02/04 19:04:05 mickey Exp + * OpenBSD: pcidevs,v 1.593 2003/02/05 20:45:08 jason Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -572,6 +572,7 @@ #define PCI_VENDOR_NETOCTAVE 0x170b /* Netoctave */ #define PCI_VENDOR_ALTIMA 0x173b /* Altima */ #define PCI_VENDOR_ANTARES 0x1754 /* Antares Microsystems */ +#define PCI_VENDOR_CAVIUM 0x177d /* Cavium */ #define PCI_VENDOR_LANERGY 0x1812 /* Lanergy */ #define PCI_VENDOR_SYMPHONY2 0x1c1c /* Symphony Labs */ #define PCI_VENDOR_TEKRAM2 0x1de1 /* Tekram Technology */ @@ -1022,6 +1023,9 @@ /* c't Magazin products */ #define PCI_PRODUCT_C4T_GPPCI 0x6773 /* GPPCI */ +/* Cavium products */ +#define PCI_PRODUCT_CAVIUM_NITROX 0x0001 /* Nitrox XL */ + /* CCUBE products */ #define PCI_PRODUCT_CCUBE_CINEMASTER 0x8888 /* Cinemaster C 3.0 DVD Decoder */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 3d44beaf07c..d57f6ca2d58 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.592 2003/02/04 19:04:05 mickey Exp + * OpenBSD: pcidevs,v 1.593 2003/02/05 20:45:08 jason Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1403,6 +1403,10 @@ static const struct pci_known_product pci_known_products[] = { "GPPCI", }, { + PCI_VENDOR_CAVIUM, PCI_PRODUCT_CAVIUM_NITROX, + "Nitrox XL", + }, + { PCI_VENDOR_CCUBE, PCI_PRODUCT_CCUBE_CINEMASTER, "Cinemaster C 3.0 DVD Decoder", }, @@ -8343,6 +8347,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "Antares Microsystems", }, { + PCI_VENDOR_CAVIUM, + "Cavium", + }, + { PCI_VENDOR_LANERGY, "Lanergy", }, |