> >>"Intel 82801FB HD Audio" rev 0x04 at pci0 dev 27 function 0 not configured > > > >This chip is supported by the azalia(4) driver, which has been imported > >post-3.9. > > > Then why do I see it in dev/auich.c? I thought that was the driver it > supported it.
[...]
> 246 { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801FB_ACA,
This would be "82801FB AC97" in dmesg, and is not the same as "82801FB
HD Audio" (PCI_PRODUCT_INTEL_82801FB_HDA).
Miod

