summaryrefslogtreecommitdiff
path: root/sys/dev/pci/hdaudio_pci.c
AgeCommit message (Expand)Author
2022-09-13Add Intel 600 series PCH-LP devices support.msaitoh
2022-03-21hdaudio: pci: PCIe config space fixes and Intel PCH snoop supportjmcneill
2021-10-28Support devices that the PCI subclass is not PCI_SUBCLASS_MULTIMEDIA_HDAUDIO.msaitoh
2018-09-12use pa_dmat64 if pci_dma64_available().mrg
2018-09-12use pci_mapreg_type() instead of assuming PCI_MAPREG_TYPE_MEM.mrg
2017-06-04Move the hdaudio_cd out of the hdaudio_pci module and into the mainpgoyette
2017-04-27 Use {isa,pci}_intr_establish"_xname"() for intrctl(8).msaitoh
2017-01-31Always allow hdaudio(4) to suspendkhorben
2016-12-16hdaudio(4): Use pci_intr_alloc(9)/pci_intr_release(9).nonaka
2016-07-14KNF. No functional change.msaitoh
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2015-07-05Deregister pmf hook when attach failed.nonaka
2015-03-28Split hdaudio and PCI attach glue. Even though the driver was written withjmcneill