diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 6 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 12 |
2 files changed, 14 insertions, 4 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 03293e7346c..56d24edeadf 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.1507 2009/11/09 14:04:32 sthen Exp + * OpenBSD: pcidevs,v 1.1508 2009/11/16 18:45:04 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1553,7 +1553,9 @@ #define PCI_PRODUCT_C4T_GPPCI 0x6773 /* GPPCI */ /* Cavium products */ -#define PCI_PRODUCT_CAVIUM_NITROX 0x0001 /* Nitrox XL */ +#define PCI_PRODUCT_CAVIUM_NITROX 0x0001 /* NITROX XL */ +#define PCI_PRODUCT_CAVIUM_NITROX_LITE 0x0003 /* NITROX Lite */ +#define PCI_PRODUCT_CAVIUM_NITROX_PX 0x0010 /* NITROX PX */ /* CCUBE products */ #define PCI_PRODUCT_CCUBE_CINEMASTER 0x8888 /* Cinemaster */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 439035e768d..dea2f1745b5 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.1507 2009/11/09 14:04:32 sthen Exp + * OpenBSD: pcidevs,v 1.1508 2009/11/16 18:45:04 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -4437,7 +4437,15 @@ static const struct pci_known_product pci_known_products[] = { }, { PCI_VENDOR_CAVIUM, PCI_PRODUCT_CAVIUM_NITROX, - "Nitrox XL", + "NITROX XL", + }, + { + PCI_VENDOR_CAVIUM, PCI_PRODUCT_CAVIUM_NITROX_LITE, + "NITROX Lite", + }, + { + PCI_VENDOR_CAVIUM, PCI_PRODUCT_CAVIUM_NITROX_PX, + "NITROX PX", }, { PCI_VENDOR_CCUBE, PCI_PRODUCT_CCUBE_CINEMASTER, |