Tenmicrosec change backed out, because our DELAY is accurate

only about 40 microseconds.
This commit is contained in:
ache 1994-04-11 21:27:00 +00:00
parent 9778c9811c
commit 8755afc140

View File

@ -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