git: 9front

Download patch

ref: 2fc56b4095345f0a25be1054b639c9b31687657e
parent: 78c11891084300efec2e4a3c01447c039f150996
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Sat Jul 6 09:44:25 EDT 2013

audiohda: x230 pci magic

--- a/sys/src/9/pc/audiohda.c
+++ b/sys/src/9/pc/audiohda.c
@@ -1704,6 +1704,7 @@
 		/* magic for Intel */
 		switch(p->did){
 		case 0x1c20:	/* PCH */
+		case 0x1e20:
 		case 0x811b:	/* SCH */
 		case 0x080a:
 			pcicfgw16(p, 0x78, pcicfgr16(p, 0x78) & ~0x800);
--