head	1.4;
access;
symbols
	RELENG_5_0_0_RELEASE:1.3
	RELENG_5_0:1.3.0.2
	RELENG_5_0_BP:1.3
	KSE_MILESTONE_2:1.2
	KSE_PRE_MILESTONE_2:1.2;
locks; strict;
comment	@# @;


1.4
date	2003.03.29.09.59.49;	author mdodd;	state dead;
branches;
next	1.3;

1.3
date	2002.10.31.05.19.33;	author nyan;	state Exp;
branches;
next	1.2;

1.2
date	2001.02.08.13.24.30;	author nyan;	state Exp;
branches;
next	1.1;

1.1
date	2001.02.01.16.39.34;	author des;	state Exp;
branches;
next	;


desc
@@


1.4
log
@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>
@
text
@# $FreeBSD: src/sys/modules/atspeaker/Makefile,v 1.3 2002/10/31 05:19:33 nyan Exp $

.PATH: ${.CURDIR}/../../i386/isa

KMOD=	atspeaker
SRCS=	spkr.c
SRCS+=	bus_if.h device_if.h isa_if.h

.include <bsd.kmod.mk>
@


1.3
log
@Rename the speaker device for pc98 to 'pcspeaker'.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.2
log
@Added pc98 supports.
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/atspeaker/Makefile,v 1.1 2001/02/01 16:39:34 des Exp $
a2 4
.if ${MACHINE} == "pc98"
.PATH: ${.CURDIR}/../../pc98/pc98
CFLAGS+= -DPC98
.else
a3 1
.endif
@


1.1
log
@KLDify the "speaker" device (which calls itself atspeaker internally, and
is i386-specific, so name the module atspeaker rather than speaker).
@
text
@d1 1
a1 1
# $FreeBSD$
d3 4
d8 1
@

