mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 19:08:58 +00:00
toast warnings on i386
This commit is contained in:
parent
3252a47be9
commit
87374c3d7a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58387
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user