brdsetup.c | 407 unsigned ac97, ide, pcib, pmgt, usb12, usb34, val; local in function:encbrdfix 416 * 0.22.5 1106.3058 AC97 (auvia) 423 ac97 = pcimaketag(0, 22, 5); 451 /* USB and AC97 are hardwired with pin D and C */ 458 val = pcicfgread(ac97, 0x3c) &~ 0xff; 460 pcicfgwrite(ac97, 0x3c, val); 544 * - disable AC97 audio and MC97 modem (pcib 0x85) 552 /* pcib: 0x85 - disable AC97/MC97 at function 5/6 */
|