diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-12-29 22:47:35 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-12-29 22:47:35 +0000 |
commit | 52776fe7892d591dffade1357907e95f980f2f37 (patch) | |
tree | a3f6ace68c2bc2b141f660630ddd2193a16073de /sys | |
parent | bbf2a21113d61b3bcce67785b8e9b8ec54d865a4 (diff) |
add a VMware virtual NIC device id
Diffstat (limited to 'sys')
-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 |