Christian Weisgerber <naddy <at> mips.inka.de> writes: > > Mark Kettenis: > > > Does the diff below fix the problem? > > Yes, it does. > > > --- azalia.c 10 May 2012 22:46:48 -0000 1.200 > > +++ azalia.c 10 Aug 2012 16:22:12 -0000 > > @@ -461,6 +461,7 @@ azalia_configure_pci(azalia_t *az) > > case PCI_PRODUCT_INTEL_3400_HDA: > > case PCI_PRODUCT_INTEL_QS57_HDA: > > case PCI_PRODUCT_INTEL_6SERIES_HDA: > > + case PCI_PRODUCT_INTEL_7SERIES_HDA: > > reg = azalia_pci_read(az->pc, az->tag, > > INTEL_PCIE_NOSNOOP_REG); > > reg &= INTEL_PCIE_NOSNOOP_MASK; >
Great :) Guess I'll have to learn to compile an OpenBSD kernel. Thanks to all who replied. I am currently travelling. I will try this diff when I have decent network connectivity again and will report the results.

