summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMartin Reindl <martin@cvs.openbsd.org>2007-09-11 07:59:50 +0000
committerMartin Reindl <martin@cvs.openbsd.org>2007-09-11 07:59:50 +0000
commita8b14b702be5caf0decb1e56e31a531c42b75524 (patch)
tree5c88c7e76eae260baa0a243ca594264f6abfcedf /sys/dev
parentb04ca7f49b09327f1e49da0ef7c0f01343db1f0d (diff)
regen
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pcidevs.h7
-rw-r--r--sys/dev/pci/pcidevs_data.h14
2 files changed, 19 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 5e2757cad7f..9154f0ba59b 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.1258 2007/09/03 01:42:01 marco Exp
+ * OpenBSD: pcidevs,v 1.1259 2007/09/11 07:59:05 martin Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -315,6 +315,7 @@
#define PCI_VENDOR_DCI 0x6666 /* Decision Computer Inc */
#define PCI_VENDOR_QUANCOM 0x8008 /* Quancom Informationssysteme */
#define PCI_VENDOR_INTEL 0x8086 /* Intel */
+#define PCI_VENDOR_INNOTEK 0x80ee /* InnoTek */
#define PCI_VENDOR_WINBOND2 0x8c4a /* Winbond */
#define PCI_VENDOR_KTI 0x8e2e /* KTI */
#define PCI_VENDOR_ADP 0x9004 /* Adaptec */
@@ -1695,6 +1696,10 @@
#define PCI_PRODUCT_INITIO_INIC941 0x9401 /* INIC-941 */
#define PCI_PRODUCT_INITIO_INIC950 0x9500 /* INIC-950 */
+/* InnoTek Systemberatung GmbH */
+#define PCI_PRODUCT_INNOTEK_VBGA 0xbeef /* VirtualBox Graphics Adapter */
+#define PCI_PRODUCT_INNOTEK_VBGS 0xcafe /* VirtualBox Guest Service */
+
/* INPROCOMM products */
#define PCI_PRODUCT_INPROCOMM_IPN2120 0x2120 /* IPN2120 */
#define PCI_PRODUCT_INPROCOMM_IPN2220 0x2220 /* IPN2220 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index c85fe31d112..952b561772f 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.1258 2007/09/03 01:42:01 marco Exp
+ * OpenBSD: pcidevs,v 1.1259 2007/09/11 07:59:05 martin Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -4632,6 +4632,14 @@ static const struct pci_known_product pci_known_products[] = {
"INIC-950",
},
{
+ PCI_VENDOR_INNOTEK, PCI_PRODUCT_INNOTEK_VBGA,
+ "VirtualBox Graphics Adapter",
+ },
+ {
+ PCI_VENDOR_INNOTEK, PCI_PRODUCT_INNOTEK_VBGS,
+ "VirtualBox Guest Service",
+ },
+ {
PCI_VENDOR_INPROCOMM, PCI_PRODUCT_INPROCOMM_IPN2120,
"IPN2120",
},
@@ -14876,6 +14884,10 @@ static const struct pci_known_vendor pci_known_vendors[] = {
"Intel",
},
{
+ PCI_VENDOR_INNOTEK,
+ "InnoTek",
+ },
+ {
PCI_VENDOR_WINBOND2,
"Winbond",
},