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.7->1.8 (bouyer)
details: https://anonhg.NetBSD.org/src/rev/5581b6cc8b7c
branches: netbsd-1-4
changeset: 468778:5581b6cc8b7c
user: perry <perry%NetBSD.org@localhost>
date: Mon Jun 21 14:27:44 1999 +0000
description:
pullup 1.7->1.8 (bouyer)
diffstat:
sys/arch/i386/conf/INSTALL_TINY | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diffs (25 lines):
diff -r 738d8e36be6a -r 5581b6cc8b7c sys/arch/i386/conf/INSTALL_TINY
--- a/sys/arch/i386/conf/INSTALL_TINY Mon Jun 21 14:26:57 1999 +0000
+++ b/sys/arch/i386/conf/INSTALL_TINY Mon Jun 21 14:27:44 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL_TINY,v 1.7 1999/03/27 07:04:36 explorer Exp $
+# $NetBSD: INSTALL_TINY,v 1.7.2.1 1999/06/21 14:27:44 perry Exp $
#
# INSTALL_TINY - Tiny Installation kernel, suitable for 4M machines.
#
@@ -307,9 +307,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