On Sat, May 29, 2021 at 05:34:50PM +0200, Peter N. M. Hansteen wrote: > And just for completeness, git diff output follows attached along with > fresh sendbug output. > > All the best, > Peter
moved slightly to keep it sorted Index: sys/dev/pci/azalia.c =================================================================== RCS file: /cvs/src/sys/dev/pci/azalia.c,v retrieving revision 1.261 diff -u -p -r1.261 azalia.c --- sys/dev/pci/azalia.c 19 May 2021 05:28:09 -0000 1.261 +++ sys/dev/pci/azalia.c 30 May 2021 01:47:43 -0000 @@ -492,7 +492,8 @@ azalia_configure_pci(azalia_t *az) const struct pci_matchid azalia_pci_devices[] = { { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_200SERIES_U_HDA }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_300SERIES_U_HDA }, - { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_400SERIES_CAVS } + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_400SERIES_CAVS }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_500SERIES_LP_HDA } }; int