Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/arch/i386/conf pullup 1.38->1.39 (bouyer)
details: https://anonhg.NetBSD.org/src/rev/738d8e36be6a
branches: netbsd-1-4
changeset: 468777:738d8e36be6a
user: perry <perry%NetBSD.org@localhost>
date: Mon Jun 21 14:26:57 1999 +0000
description:
pullup 1.38->1.39 (bouyer)
diffstat:
sys/arch/i386/conf/INSTALL_SMALL | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diffs (25 lines):
diff -r e695f2f51d9f -r 738d8e36be6a sys/arch/i386/conf/INSTALL_SMALL
--- a/sys/arch/i386/conf/INSTALL_SMALL Mon Jun 21 14:25:15 1999 +0000
+++ b/sys/arch/i386/conf/INSTALL_SMALL Mon Jun 21 14:26:57 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL_SMALL,v 1.38 1999/03/27 07:04:36 explorer Exp $
+# $NetBSD: INSTALL_SMALL,v 1.38.2.1 1999/06/21 14:26:57 perry Exp $
#
# INSTALL_SMALL - Small Installation kernel.
#
@@ -308,9 +308,12 @@
# IDE and related devices
-# ISA IDE controllers
-wdc0 at isa? port 0x1f0 irq 14 # ST506, ESDI, and IDE controllers
-wdc1 at isa? port 0x170 irq 15
+# ST506, ESDI, and ISA IDE controllers
+# Use flags 0x01 if you want to try to use 32bits data I/O (the driver will
+# fall back to 16bits I/O if 32bits I/O are not functionnal).
+# Some controllers pass the initial 32bit test, but will fail later.
+wdc0 at isa? port 0x1f0 irq 14 flags 0x00
+wdc1 at isa? port 0x170 irq 15 flags 0x00
# IDE drives
wd* at wdc? drive ? # the drives themselves
Home |
Main Index |
Thread Index |
Old Index