aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/speaker/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
| | | | | | | | | | | This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
* Add /dev/speaker support to amd64.Ruslan Ermilov2005-11-111-1/+1
| | | | | | | | | | | The following repo-copies were made (by Mark Murray): sys/i386/isa/spkr.c -> sys/dev/speaker/spkr.c sys/i386/include/speaker.h -> sys/dev/speaker/speaker.h share/man/man4/man4.i386/spkr.4 -> share/man/man4/spkr.4 Notes: svn path=/head/; revision=152306
* 'speaker' not 'atspeaker'Matthew N. Dodd2003-03-291-1/+1
| | | | Notes: svn path=/head/; revision=112785
* Retire 'atspeaker' and 'pcspeaker'. We'll use 'speaker' whichMatthew N. Dodd2003-03-291-0/+9
is the same as the config device directive. Reminded by: Takahashi Yoshihiro <nyan@jp.FreeBSD.org> Notes: svn path=/head/; revision=112784