Retire 'atspeaker' and 'pcspeaker'. We'll use 'speaker' which

is the same as the config device directive.

Reminded by:	 Takahashi Yoshihiro <nyan@jp.FreeBSD.org>
This commit is contained in:
Matthew N. Dodd 2003-03-29 09:59:49 +00:00
parent 14b2046d29
commit a71a307383
3 changed files with 1 additions and 11 deletions

View File

@ -188,6 +188,7 @@ SUBDIR+=3dfx \
scsi_low \
smbfs \
sound \
speaker \
splash \
sppp \
sr \
@ -201,7 +202,6 @@ SUBDIR+=3dfx \
SUBDIR+=aac \
acpi \
asr \
atspeaker \
cardbus \
cbb \
ciss \
@ -217,7 +217,6 @@ SUBDIR+=aac \
.elif ${MACHINE} == "pc98"
SUBDIR+=canbepm \
canbus \
pcspeaker \
pmc \
snc
.endif

View File

@ -1,9 +0,0 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../pc98/pc98
KMOD= pcspeaker
SRCS= spkr.c
SRCS+= bus_if.h device_if.h isa_if.h
.include <bsd.kmod.mk>