git: 9front

Download patch

ref: 98bbf64ea41cdef572427d93f6464391de6efe87
parent: d821d5c4a997766dd4fd480098381a63a6cdaaaa
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Sun Sep 22 14:26:52 EDT 2013

audiohda: vmware support (thanks dreadlorde)

--- a/sys/src/9/pc/audiohda.c
+++ b/sys/src/9/pc/audiohda.c
@@ -1608,6 +1608,8 @@
 		case (0x1106 << 16) | 0x3288:	/* VIA (untested) */
 		case (0x1039 << 16) | 0x7502:	/* SIS (untested) */
 		case (0x10b9 << 16) | 0x5461:	/* ULI (untested) */
+
+		case (0x15ad << 16) | 0x1977:	/* Vmware */
 			return p;
 		}
 	return nil;
--