Tenmicrosec change backed out, because our DELAY is accurate
only about 40 microseconds.
This commit is contained in:
parent
9778c9811c
commit
8755afc140
@ -262,7 +262,10 @@ sndattach (struct isa_device *dev)
|
||||
void
|
||||
tenmicrosec (void)
|
||||
{
|
||||
DELAY(10);
|
||||
int i;
|
||||
|
||||
for (i = 0; i < 16; i++)
|
||||
inb (0x80);
|
||||
}
|
||||
|
||||
#ifdef EXCLUDE_GUS
|
||||
|
Loading…
x
Reference in New Issue
Block a user