summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPeter Stromberg <wilfried@cvs.openbsd.org>2004-01-23 17:13:30 +0000
committerPeter Stromberg <wilfried@cvs.openbsd.org>2004-01-23 17:13:30 +0000
commita3a5d021010c457bffc730635582757517d31c39 (patch)
treeddef4001c0dd4398a2e6bd6d9a60cb50d34e355a /sys
parent8aac7fa04f51a0c99c0a056fc804328c0f3ce620 (diff)
sync
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs.h3
-rw-r--r--sys/dev/pci/pcidevs_data.h6
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 3fbb20459b0..9a39d9bdaf6 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.706 2004/01/15 23:01:26 grange Exp
+ * OpenBSD: pcidevs,v 1.707 2004/01/23 17:08:16 wilfried Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2426,6 +2426,7 @@
/* VMware */
#define PCI_PRODUCT_VMWARE_VIRTUAL 0x0710 /* Virtual SVGA */
+#define PCI_PRODUCT_VMWARE_VIRTUAL2 0x0405 /* Virtual SVGA II */
/* Weitek products */
#define PCI_PRODUCT_WEITEK_P9000 0x9001 /* P9000 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index b4c78d982f5..fc7425e9ec0 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.706 2004/01/15 23:01:26 grange Exp
+ * OpenBSD: pcidevs,v 1.707 2004/01/23 17:08:16 wilfried Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -7047,6 +7047,10 @@ static const struct pci_known_product pci_known_products[] = {
"Virtual SVGA",
},
{
+ PCI_VENDOR_VMWARE, PCI_PRODUCT_VMWARE_VIRTUAL2,
+ "Virtual SVGA II",
+ },
+ {
PCI_VENDOR_WEITEK, PCI_PRODUCT_WEITEK_P9000,
"P9000",
},