diff options
| author | cegger <cegger@NetBSD.org> | 2008-04-01 23:17:32 +0000 |
|---|---|---|
| committer | cegger <cegger@NetBSD.org> | 2008-04-01 23:17:32 +0000 |
| commit | 00823ac29b36de10dabbd75d283ca5c40ab84201 (patch) | |
| tree | 3717f436c8b2aefd2852b147c79a51307ad93933 /sys/dev | |
| parent | a40879a9738d9be4dcd0f3d4cbb0f06cd660caed (diff) | |
regen.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pcidevs.h | 8 | ||||
| -rw-r--r-- | sys/dev/pci/pcidevs_data.h | 16 |
2 files changed, 18 insertions, 6 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index ce0bf53e915..071d552e6ec 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs.h,v 1.933 2008/03/26 11:13:30 jmcneill Exp $ */ +/* $NetBSD: pcidevs.h,v 1.934 2008/04/01 23:17:32 cegger Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.932 2008/03/26 11:12:43 jmcneill Exp + * NetBSD: pcidevs,v 1.933 2008/04/01 23:16:16 cegger Exp */ /* @@ -627,6 +627,7 @@ #define PCI_VENDOR_TURTLE_BEACH 0x5053 /* Turtle Beach */ #define PCI_VENDOR_S3 0x5333 /* S3 */ #define PCI_VENDOR_NETPOWER2 0x5700 /* NetPower (2nd PCI Vendor ID) */ +#define PCI_VENDOR_XENSOURCE 0x5853 /* XenSource, Inc. */ #define PCI_VENDOR_C4T 0x6374 /* c't Magazin */ #define PCI_VENDOR_KURUSUGAWA 0x6809 /* Kurusugawa Electronics */ #define PCI_VENDOR_PCHDTV 0x7063 /* pcHDTV */ @@ -4054,6 +4055,9 @@ #define PCI_PRODUCT_WORKBIT_NPATA32_CF32A_BUFFALO 0xf024 /* CF32A CF Adapter (BUFFALO) */ #define PCI_PRODUCT_WORKBIT_NPATA32_KME 0xf02c /* NPATA-32 IDE (KME) */ +/* XenSource products */ +#define PCI_PRODUCT_XENSOURCE_XENPLATFORM 0x0001 /* Xen Platform Device */ + /* Xircom products */ /* is the `-3' here just indicating revision 3, or is it really part of the device name? */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index fe3c2b5e1c3..9e271aa6b1e 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs_data.h,v 1.932 2008/03/26 11:13:30 jmcneill Exp $ */ +/* $NetBSD: pcidevs_data.h,v 1.933 2008/04/01 23:17:32 cegger Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.932 2008/03/26 11:12:43 jmcneill Exp + * NetBSD: pcidevs,v 1.933 2008/04/01 23:16:16 cegger Exp */ /* @@ -2320,6 +2320,10 @@ static const struct pci_vendor pci_vendors[] = { "NetPower (2nd PCI Vendor ID)", }, { + PCI_VENDOR_XENSOURCE, + "XenSource, Inc.", + }, + { PCI_VENDOR_C4T, "c't Magazin", }, @@ -2392,7 +2396,7 @@ static const struct pci_vendor pci_vendors[] = { "INVALID VENDOR ID", }, }; -const int pci_nvendors = 588; +const int pci_nvendors = 589; static const struct pci_product pci_products[] = { { @@ -14048,6 +14052,10 @@ static const struct pci_product pci_products[] = { "NPATA-32 IDE (KME)", }, { + PCI_VENDOR_XENSOURCE, PCI_PRODUCT_XENSOURCE_XENPLATFORM, + "Xen Platform Device", + }, + { PCI_VENDOR_XIRCOM, PCI_PRODUCT_XIRCOM_X3201_3, "X3201-3 Fast Ethernet Controller", }, @@ -14100,4 +14108,4 @@ static const struct pci_product pci_products[] = { "Video Controller", }, }; -const int pci_nproducts = 2926; +const int pci_nproducts = 2927; |
