diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2012-05-23 09:04:55 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2012-05-23 09:04:55 +0000 |
commit | c0158744197e07296f0c9edea32273877cb68811 (patch) | |
tree | 654095bf5483b4c130ad811675c3abab61797e95 /sys | |
parent | 8325381ab247b8bb9608a943fd6a396a66cb7530 (diff) |
regen
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 9 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 8541cd5e24a..c2e7e64f392 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.1643 2012/05/12 15:49:42 kettenis Exp + * OpenBSD: pcidevs,v 1.1644 2012/05/23 09:04:15 mikeb Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -315,6 +315,7 @@ #define PCI_VENDOR_AGEIA 0x1971 /* Ageia */ #define PCI_VENDOR_JMICRON 0x197b /* JMicron */ #define PCI_VENDOR_PHISON 0x1987 /* Phison */ +#define PCI_VENDOR_SERVERENGINES 0x19a2 /* ServerEngines */ #define PCI_VENDOR_ASPEED 0x1a03 /* ASPEED Technology */ #define PCI_VENDOR_AWT 0x1a3b /* AWT */ #define PCI_VENDOR_FUSIONIO 0x1aed /* Fusion-io */ @@ -5129,6 +5130,12 @@ #define PCI_PRODUCT_SCHNEIDERKOCH_SK9Exx 0x9e00 /* SK-9Exx */ #define PCI_PRODUCT_SCHNEIDERKOCH_SK9E21M 0x9e01 /* SK-9E21M */ +/* ServerEngines products */ +#define PCI_PRODUCT_SERVERENGINES_BE2 0x0211 /* BladeEngine2 10GbE */ +#define PCI_PRODUCT_SERVERENGINES_BE3 0x0221 /* BladeEngine3 10GbE */ +#define PCI_PRODUCT_SERVERENGINES_OCBE2 0x0700 /* BladeEngine2 10GbE */ +#define PCI_PRODUCT_SERVERENGINES_OCBE3 0x0710 /* BladeEngine3 10GbE */ + /* SGI products */ #define PCI_PRODUCT_SGI_IOC3 0x0003 /* IOC3 */ #define PCI_PRODUCT_SGI_RAD1 0x0005 /* Rad1 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 5122faa964c..7e00e4d4a3e 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.1643 2012/05/12 15:49:42 kettenis Exp + * OpenBSD: pcidevs,v 1.1644 2012/05/23 09:04:15 mikeb Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -17280,6 +17280,22 @@ static const struct pci_known_product pci_known_products[] = { "SK-9E21M", }, { + PCI_VENDOR_SERVERENGINES, PCI_PRODUCT_SERVERENGINES_BE2, + "BladeEngine2 10GbE", + }, + { + PCI_VENDOR_SERVERENGINES, PCI_PRODUCT_SERVERENGINES_BE3, + "BladeEngine3 10GbE", + }, + { + PCI_VENDOR_SERVERENGINES, PCI_PRODUCT_SERVERENGINES_OCBE2, + "BladeEngine2 10GbE", + }, + { + PCI_VENDOR_SERVERENGINES, PCI_PRODUCT_SERVERENGINES_OCBE3, + "BladeEngine3 10GbE", + }, + { PCI_VENDOR_SGI, PCI_PRODUCT_SGI_IOC3, "IOC3", }, @@ -21276,6 +21292,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "Phison", }, { + PCI_VENDOR_SERVERENGINES, + "ServerEngines", + }, + { PCI_VENDOR_ASPEED, "ASPEED Technology", }, |