KLDify the "speaker" device (which calls itself atspeaker internally, and

is i386-specific, so name the module atspeaker rather than speaker).
This commit is contained in:
Dag-Erling Smørgrav 2001-02-01 16:39:34 +00:00
parent d0353b836e
commit fa20d78387
2 changed files with 10 additions and 1 deletions
sys/modules

View File

@ -18,7 +18,7 @@ SUBDIR= 3dfx accf_data accf_http agp aha amr an aue \
# XXX some of these can move to the general case when de-i386'ed
.if ${MACHINE_ARCH} == "i386"
SUBDIR+=aac aic ar asr bktr coff el fpu gnufpu ibcs2 linprocfs mly \
SUBDIR+=aac aic ar asr atspeaker bktr coff el fpu gnufpu ibcs2 linprocfs mly \
pecoff ray s3 splash sr streams vesa wi
.endif

View File

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