svn commit: r191911 - head/sys/dev/sound/pci

Alexander Motin mav at FreeBSD.org
Fri May 8 03:19:58 UTC 2009


Author: mav
Date: Fri May  8 03:19:57 2009
New Revision: 191911
URL: http://svn.freebsd.org/changeset/base/191911

Log:
  Add one more board ID with inverted external amplifier control.
  
  PR:		kern/121156

Modified:
  head/sys/dev/sound/pci/ich.c

Modified: head/sys/dev/sound/pci/ich.c
==============================================================================
--- head/sys/dev/sound/pci/ich.c	Fri May  8 02:18:46 2009	(r191910)
+++ head/sys/dev/sound/pci/ich.c	Fri May  8 03:19:57 2009	(r191911)
@@ -1009,6 +1009,7 @@ ich_pci_attach(device_t dev)
 	switch (subdev) {
 	case 0x202f161f:	/* Gateway 7326GZ */
 	case 0x203a161f:	/* Gateway 4028GZ */
+	case 0x203e161f:	/* Gateway 3520GZ/M210 */
 	case 0x204c161f:	/* Kvazar-Micro Senator 3592XT */
 	case 0x8144104d:	/* Sony VAIO PCG-TR* */
 	case 0x8197104d:	/* Sony S1XP */


More information about the svn-src-all mailing list