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