toast warnings on i386

This commit is contained in:
Cameron Grant 2000-03-20 15:50:08 +00:00
parent 3252a47be9
commit 87374c3d7a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58387

View File

@ -29,6 +29,7 @@
#include <dev/sound/pcm/sound.h>
#include <dev/sound/isa/sb.h>
#ifdef __alpha__
static int
es1888_dspready(u_int32_t port)
{
@ -81,7 +82,7 @@ es1888_configuration_mode(void)
{
/*
* Emit the Read-Sequence-Key to enter configuration
* mode. Note this only works after a reset (or after bit 2 of
* mode. Note this only works after a reset (or after bit 2 of
* mixer register 0x40 is set).
*
* 3 reads from 0x229 in a row guarantees reset of key
@ -106,6 +107,7 @@ es1888_set_port(u_int32_t port)
es1888_configuration_mode();
inb(port);
}
#endif
static void
es1888_identify(driver_t *driver, device_t parent)