diff options
author | 2005-12-29 22:47:34 +0000 | |
---|---|---|
committer | 2005-12-29 22:47:34 +0000 | |
commit | d9453cf230836152162fd206ec7fbb64aceb88ec (patch) | |
tree | cda32d54ce82316b28df769e277a9f9432440472 | |
parent | regen (diff) | |
download | wireguard-openbsd-d9453cf230836152162fd206ec7fbb64aceb88ec.tar.xz wireguard-openbsd-d9453cf230836152162fd206ec7fbb64aceb88ec.zip |
add a VMware virtual NIC device id
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index e8888c9359d..eeeda3681e0 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.985 2005/12/29 22:11:24 brad Exp $ +$OpenBSD: pcidevs,v 1.986 2005/12/29 22:47:34 reyk Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -3272,6 +3272,7 @@ product VLSI 82C925 0x0280 82C925 /* VMware */ product VMWARE VIRTUAL 0x0710 Virtual SVGA product VMWARE VIRTUAL2 0x0405 Virtual SVGA II +product VMWARE NET 0x0720 Virtual NIC /* Weitek products */ product WEITEK P9000 0x9001 P9000 |