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.234->1.235 (bouyer)



details:   https://anonhg.NetBSD.org/src/rev/6da28bae2dc1
branches:  netbsd-1-4
changeset: 468775:6da28bae2dc1
user:      perry <perry%NetBSD.org@localhost>
date:      Mon Jun 21 14:23:49 1999 +0000

description:
pullup 1.234->1.235 (bouyer)

diffstat:

 sys/arch/i386/conf/GENERIC |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 09cf08254efe -r 6da28bae2dc1 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Mon Jun 21 14:21:58 1999 +0000
+++ b/sys/arch/i386/conf/GENERIC        Mon Jun 21 14:23:49 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.231.2.1 1999/04/28 14:25:15 perry Exp $
+#      $NetBSD: GENERIC,v 1.231.2.2 1999/06/21 14:23:49 perry Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -373,8 +373,11 @@
 wdc*   at pcmcia? function ?
 
 # ISA ST506, ESDI, and IDE controllers
-wdc0   at isa? port 0x1f0 irq 14
-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