diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-07-15 09:23:59 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-07-15 09:23:59 +0000 |
commit | 6f250f80b17609b2c98f8f09bc6de28f99ce7bea (patch) | |
tree | 11f033f83ca21e316a90cf3f7fee16eb09a32657 /sys/dev/pci/pcidevs | |
parent | 73b3e3750d001497459f22987ceea4f26740c849 (diff) |
Add VMware virtual PCIE bridge (and adjust the virtual PCI bridge define for
consistency).
Diffstat (limited to 'sys/dev/pci/pcidevs')
-rw-r--r-- | sys/dev/pci/pcidevs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 0681c45c992..8e6371a99bd 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1482 2009/07/10 21:37:18 sthen Exp $ +$OpenBSD: pcidevs,v 1.1483 2009/07/15 09:23:58 kettenis Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -5229,7 +5229,8 @@ product VMWARE VIRTUAL2 0x0405 Virtual SVGA II product VMWARE VIRTUAL 0x0710 Virtual SVGA product VMWARE NET 0x0720 Virtual NIC product VMWARE EHCI 0x0770 Virtual EHCI -product VMWARE PPB 0x0790 Virtual PCI-PCI +product VMWARE PCI 0x0790 Virtual PCI-PCI +product VMWARE PCIE 0x07a0 Virtual PCIE-PCIE /* Weitek products */ product WEITEK P9000 0x9001 P9000 |