Add another inverted EAPD quirk for Gateway 7326GZ.

Tested by:	Jeff Cross <jeff.cross at averageadmins.com>
MFC after:	3 days
This commit is contained in:
Ariff Abdullah 2006-01-14 23:37:08 +00:00
parent 4cd9957a80
commit f432c562bf

View File

@ -837,8 +837,9 @@ ich_pci_attach(device_t dev)
* 'special' boards.
*/
switch (subdev) {
case 0x202f161f: /* Gateway 7326GZ */
case 0x203a161f: /* Gateway 4028GZ */
case 0x8144104d: /* Sony - VAIO PCG-TR* */
case 0x8144104d: /* Sony VAIO PCG-TR* */
case 0x8197104d: /* Sony S1XP */
ac97_setflags(sc->codec, ac97_getflags(sc->codec) | AC97_F_EAPD_INV);
break;