Sync with sys/i386/isa/spkr.c revision 1.33.

This commit is contained in:
KATO Takenori 1998-02-21 15:51:51 +00:00
parent 9217f466af
commit 36c12c2f2e

View File

@ -4,7 +4,7 @@
* v1.4 by Eric S. Raymond (esr@snark.thyrsus.com) Aug 1993
* modified for FreeBSD by Andrew A. Chernov <ache@astral.msk.su>
*
* $Id: spkr.c,v 1.10 1998/01/24 02:54:39 eivind Exp $
* $Id: spkr.c,v 1.11 1998/02/09 15:05:44 kato Exp $
*/
/*
@ -617,7 +617,7 @@ spkrioctl(dev, cmd, cmdarg, flags, p)
}
static spkr_devsw_installed = 0;
static int spkr_devsw_installed;
static void
spkr_drvinit(void *unused)