summaryrefslogtreecommitdiff
path: root/sys/dev/isa/spkr_pcppi.c
AgeCommit message (Expand)Author
2022-09-25Remove unnecessary include of <sys/malloc.h>.thorpej
2021-04-03Rework about the rest note in speaker(4).isaki
2021-04-03Improve SPKRDEBUG code.isaki
2017-06-14Instead of directly referencing a parent device's code (ie, pcppi_bell()pgoyette
2017-06-11Implement xxx_rescan() and xxx_childdet() functions; these will bepgoyette
2017-01-06Implement a common spkr_detach() function and call it from thepgoyette
2016-12-15Create a single combined module for spkr_pcppi and spkr_audio, andpgoyette
2016-12-14print more info during autoconfigchristos
2016-12-14correct spkr softc.christos
2016-12-13Restructure speaker devices so that there can be multiple of them, and havechristos
2016-12-09fix module buildchristos
2016-12-09move spkrio.h out of isachristos
2016-12-09more spkr rework.christos
2016-12-09split out the pcppi attachment of the speakerchristos