Source-Changes-HG archive

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

[src/netbsd-1-5]: src/etc/etc.i386 Pull up revision 1.131 via patch (requeste...



details:   https://anonhg.NetBSD.org/src/rev/61caa53081dc
branches:  netbsd-1-5
changeset: 490447:61caa53081dc
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Sun Dec 31 18:25:35 2000 +0000

description:
Pull up revision 1.131 via patch (requested by hubertf):
  Support up to five SCSI disks during INSTALL, not only three. Fixes PR#9912.

diffstat:

 etc/etc.i386/MAKEDEV |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 0870fbb284bf -r 61caa53081dc etc/etc.i386/MAKEDEV
--- a/etc/etc.i386/MAKEDEV      Sun Dec 31 17:57:46 2000 +0000
+++ b/etc/etc.i386/MAKEDEV      Sun Dec 31 18:25:35 2000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.118.2.3 2000/08/11 20:43:28 mason Exp $
+#      $NetBSD: MAKEDEV,v 1.118.2.4 2000/12/31 18:25:35 jhawk Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -161,7 +161,7 @@
        ;;
 
 floppy)
-       sh $0 std wt0 fd0 fd1 wd0 wd1 wd2 wd3 sd0 sd1 sd2 tty0 tty1 tty2
+       sh $0 std wt0 fd0 fd1 wd0 wd1 wd2 wd3 sd0 sd1 sd2 sd3 sd4 tty0 tty1 tty2
        sh $0 st0 st1 cd0 cd1 mcd0 ttyv0 pty0 ca0 ca1 ca2 ca3
        ;;
 



Home | Main Index | Thread Index | Old Index