Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci/hdaudio add VMware codec ID



details:   https://anonhg.NetBSD.org/src/rev/a3eca94caac1
branches:  trunk
changeset: 770598:a3eca94caac1
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon Oct 24 22:20:59 2011 +0000

description:
add VMware codec ID

diffstat:

 sys/dev/pci/hdaudio/hdaudio_ids.c |  7 +++++--
 sys/dev/pci/hdaudio/hdaudio_ids.h |  3 ++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (45 lines):

diff -r 08fbd6de1699 -r a3eca94caac1 sys/dev/pci/hdaudio/hdaudio_ids.c
--- a/sys/dev/pci/hdaudio/hdaudio_ids.c Mon Oct 24 20:52:34 2011 +0000
+++ b/sys/dev/pci/hdaudio/hdaudio_ids.c Mon Oct 24 22:20:59 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hdaudio_ids.c,v 1.4 2011/10/06 22:25:00 jmcneill Exp $ */
+/* $NetBSD: hdaudio_ids.c,v 1.5 2011/10/24 22:20:59 jmcneill Exp $ */
 
 /*
  * Copyright (c) 2010 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hdaudio_ids.c,v 1.4 2011/10/06 22:25:00 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hdaudio_ids.c,v 1.5 2011/10/24 22:20:59 jmcneill Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -241,6 +241,9 @@
        { HDA_VENDOR_SIGMATEL2, 0x76d4, "92HD83C1C5" },
        { HDA_VENDOR_SIGMATEL2, 0x76d5, "92HD81B1C5" },
        { HDA_VENDOR_SIGMATEL2, HDA_PRODUCT_ANY, "Sigmatel" },
+       /* VMware */
+       { HDA_VENDOR_VMWARE, 0x1975, "Virtual HDA" },
+       { HDA_VENDOR_VMWARE, HDA_PRODUCT_ANY, "VMware" },
 };
 
 void
diff -r 08fbd6de1699 -r a3eca94caac1 sys/dev/pci/hdaudio/hdaudio_ids.h
--- a/sys/dev/pci/hdaudio/hdaudio_ids.h Mon Oct 24 20:52:34 2011 +0000
+++ b/sys/dev/pci/hdaudio/hdaudio_ids.h Mon Oct 24 22:20:59 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hdaudio_ids.h,v 1.2 2010/09/13 22:37:02 jmcneill Exp $ */
+/* $NetBSD: hdaudio_ids.h,v 1.3 2011/10/24 22:20:59 jmcneill Exp $ */
 
 /*
  * Copyright (c) 2010 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -38,6 +38,7 @@
 #define        HDA_VENDOR_SIGMATEL2            0x111d
 #define        HDA_VENDOR_ANALOG_DEVICES       0x11d4
 #define        HDA_VENDOR_CONEXANT             0x14f1
+#define        HDA_VENDOR_VMWARE               0x15ad
 #define        HDA_VENDOR_CMEDIA               0x434d
 #define        HDA_VENDOR_INTEL                0x8086
 #define        HDA_VENDOR_SIGMATEL             0x8384



Home | Main Index | Thread Index | Old Index