Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mac68k/conf Supply missing "flags" keyword.



details:   https://anonhg.NetBSD.org/src/rev/d70d1fcaa989
branches:  trunk
changeset: 526216:d70d1fcaa989
user:      wormey <wormey%NetBSD.org@localhost>
date:      Sun Apr 28 06:19:45 2002 +0000

description:
Supply missing "flags" keyword.

diffstat:

 sys/arch/mac68k/conf/INSTALL |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a791d4a1de33 -r d70d1fcaa989 sys/arch/mac68k/conf/INSTALL
--- a/sys/arch/mac68k/conf/INSTALL      Sun Apr 28 05:27:46 2002 +0000
+++ b/sys/arch/mac68k/conf/INSTALL      Sun Apr 28 06:19:45 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.17 2002/04/27 19:29:08 shiba Exp $
+#      $NetBSD: INSTALL,v 1.18 2002/04/28 06:19:45 wormey Exp $
 #
 # INSTALL
 
@@ -150,7 +150,7 @@
 st*    at scsibus? target ? lun ?      # SCSI tape drives
 
 # IDE controller and devices
-wdc*   at obio? 0x1000
+wdc*   at obio? flags 0x1000
 wd*    at wdc? channel ? drive ?
 
 



Home | Main Index | Thread Index | Old Index