summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorAriff Abdullah <ariff@FreeBSD.org>2006-03-11 19:37:26 +0000
committerAriff Abdullah <ariff@FreeBSD.org>2006-03-11 19:37:26 +0000
commit2f66532382b37fc88180b6488eec27b4e16a36d0 (patch)
tree1f74b549d9de0c5dbc5da283ac2a27e83b5e80a3 /sys/dev
parentee260f4046a03820e94a50732fe00554cbf95138 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/sound/pci/ich.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/sound/pci/ich.c b/sys/dev/sound/pci/ich.c
index 5fef49624477..67a88611e22d 100644
--- a/sys/dev/sound/pci/ich.c
+++ b/sys/dev/sound/pci/ich.c
@@ -838,7 +838,9 @@ ich_pci_attach(device_t dev)
switch (subdev) {
case 0x202f161f: /* Gateway 7326GZ */
case 0x203a161f: /* Gateway 4028GZ */
+ case 0x204c161f: /* Kvazar-Micro Senator 3592XT */
case 0x8144104d: /* Sony VAIO PCG-TR* */
+ case 0x81c0104d: /* Sony VAIO type T */
case 0x8197104d: /* Sony S1XP */
ac97_setflags(sc->codec, ac97_getflags(sc->codec) | AC97_F_EAPD_INV);
break;