summaryrefslogtreecommitdiff
path: root/sys/modules/spkr/spkr.ioconf
AgeCommit message (Collapse)Author
2016-12-15Create a single combined module for spkr_pcppi and spkr_audio, andpgoyette
build it for all architectures. By doing this, we can handle pcppi, audio, or both attachments with non-built-in modules. XXX Still to do: the module currently cannot be unloaded, and the XXX spkr device(s) currently cannot be detached. (Really, two XXX sides of the same problem.)
2016-12-08Revert to previous. Add PCPPISPEAKER flag to fix build.nat
2016-12-08Fix building of the spkr module. The module now is the synthesized speaker.nat
Reported by joerg@
2015-05-17Add the spkr module to the build.pgoyette