Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci add a couple vmware product IDs



details:   https://anonhg.NetBSD.org/src/rev/41517ed4a635
branches:  trunk
changeset: 770487:41517ed4a635
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Tue Oct 18 23:23:07 2011 +0000

description:
add a couple vmware product IDs

diffstat:

 sys/dev/pci/pcidevs |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 29a56d50ffc7 -r 41517ed4a635 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Tue Oct 18 23:14:28 2011 +0000
+++ b/sys/dev/pci/pcidevs       Tue Oct 18 23:23:07 2011 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1100 2011/10/06 22:13:35 jmcneill Exp $
+$NetBSD: pcidevs,v 1.1101 2011/10/18 23:23:07 jmcneill Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -4772,8 +4772,11 @@
 product VLSI 82C925    0x0280  82C925
 
 /* VMware products */
+product VMWARE VIRTUAL2 0x0405 Virtual SVGA II
 product VMWARE VIRTUAL 0x0710  Virtual SVGA
-product VMWARE VIRTUAL2 0x0405 Virtual SVGA II
+product VMWARE VMCI    0x0740  Virtual Machine Communication Interface
+product VMWARE PCIB    0x0790  PCI Bridge
+product VMWARE PCIE    0x07a0  PCI Express Root Port
 
 /* Weitek products */
 product WEITEK P9000   0x9001  P9000



Home | Main Index | Thread Index | Old Index