aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/atspeaker
Commit message (Collapse)AuthorAgeFilesLines
* Retire 'atspeaker' and 'pcspeaker'. We'll use 'speaker' whichMatthew N. Dodd2003-03-291-9/+0
| | | | | | | | | is the same as the config device directive. Reminded by: Takahashi Yoshihiro <nyan@jp.FreeBSD.org> Notes: svn path=/head/; revision=112784
* Rename the speaker device for pc98 to 'pcspeaker'.Yoshihiro Takahashi2002-10-311-5/+0
| | | | Notes: svn path=/head/; revision=106235
* Added pc98 supports.Yoshihiro Takahashi2001-02-081-0/+5
| | | | Notes: svn path=/head/; revision=72162
* KLDify the "speaker" device (which calls itself atspeaker internally, andDag-Erling Smørgrav2001-02-011-0/+9
is i386-specific, so name the module atspeaker rather than speaker). Notes: svn path=/head/; revision=71896