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.116->1.117 (bouyer)
details: https://anonhg.NetBSD.org/src/rev/e695f2f51d9f
branches: netbsd-1-4
changeset: 468776:e695f2f51d9f
user: perry <perry%NetBSD.org@localhost>
date: Mon Jun 21 14:25:15 1999 +0000
description:
pullup 1.116->1.117 (bouyer)
diffstat:
sys/arch/i386/conf/INSTALL | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 6da28bae2dc1 -r e695f2f51d9f sys/arch/i386/conf/INSTALL
--- a/sys/arch/i386/conf/INSTALL Mon Jun 21 14:23:49 1999 +0000
+++ b/sys/arch/i386/conf/INSTALL Mon Jun 21 14:25:15 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.114.2.1 1999/04/09 19:18:46 bad Exp $
+# $NetBSD: INSTALL,v 1.114.2.2 1999/06/21 14:25:15 perry Exp $
#
# INSTALL - Installation kernel.
#
@@ -331,8 +331,11 @@
wdc* at pcmcia? function ?
# ISA ST506, ESDI, and IDE controllers
-wdc0 at isa? port 0x1f0 irq 14 # ST506, ESDI, and IDE controllers
-wdc1 at isa? port 0x170 irq 15
+# 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
# Flags are used only with controllers that support DMA operations
Home |
Main Index |
Thread Index |
Old Index