diff options
author | 2007-11-02 20:06:18 +0000 | |
---|---|---|
committer | 2007-11-02 20:06:18 +0000 | |
commit | d2bb25fa49e9529073be755d36f984953b3fbae1 (patch) | |
tree | f88a8fe245ee74d1f0c2a2226f2f1f265f91049f | |
parent | replace ctob/btoc with ptoa/atop (plus the usual round_page() where needed) (diff) | |
download | wireguard-openbsd-d2bb25fa49e9529073be755d36f984953b3fbae1.tar.xz wireguard-openbsd-d2bb25fa49e9529073be755d36f984953b3fbae1.zip |
Add a couple of PCI IDs for VMWare.
From Oleg Safiullin.
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index b2abd83e57a..c4d2fbc0637 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1284 2007/11/02 16:11:35 henning Exp $ +$OpenBSD: pcidevs,v 1.1285 2007/11/02 20:06:18 mikeb Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -4302,6 +4302,8 @@ product VLSI 82C925 0x0280 82C925 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 bridge /* Weitek products */ product WEITEK P9000 0x9001 P9000 |