Date: Fri, 8 May 2009 03:19:57 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r191911 - head/sys/dev/sound/pci Message-ID: <200905080319.n483JvdU076961@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905080319.n483JvdU076961>