summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1997-01-25 10:37:03 +0000
committerkato <kato@FreeBSD.org>1997-01-25 10:37:03 +0000
commit462bba441b8cb7cb17bea8b27d14f3a6154ef3e1 (patch)
tree726c84a1188b5f4afa91bc01ee52cb38c4a0576f
parentfa8b83cee25c7f4402c757aedfac373e2315e014 (diff)
downloadFreeBSD-src-462bba441b8cb7cb17bea8b27d14f3a6154ef3e1.zip
FreeBSD-src-462bba441b8cb7cb17bea8b27d14f3a6154ef3e1.tar.gz
Change default I/O recovery time for Cyrix 5x86 to 0. The BIOS
Writers Guide mentions that IORT should be 0 for errata fix.
-rw-r--r--sys/pc98/i386/locore.s2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/pc98/i386/locore.s b/sys/pc98/i386/locore.s
index dee5b5a..5c59014 100644
--- a/sys/pc98/i386/locore.s
+++ b/sys/pc98/i386/locore.s
@@ -443,8 +443,6 @@ begin:
#endif
#ifdef CX586_IO
orb $CX586_IO, %al
-#else
- orb $0x02, %al # 4-clock I/O delay
#endif
outb %al,$0x23
movb $0x020,%al # PCR0
OpenPOWER on IntegriCloud