Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.i386 Create *wd[23]? device nodes, so that machines ...



details:   https://anonhg.NetBSD.org/src/rev/3d69a7cbd492
branches:  trunk
changeset: 473371:3d69a7cbd492
user:      is <is%NetBSD.org@localhost>
date:      Mon May 31 11:14:07 1999 +0000

description:
Create *wd[23]? device nodes, so that machines with more than two IDE
drives can be installed.
XXX The 1.4 single-floppy install has only 24 free inodes, but 32 are needed
by this. Some more work is needed (e.g., change newfs parameters for the
ram disk, or switch back to a 2-floppy install).

diffstat:

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

diffs (20 lines):

diff -r e34bba06daaa -r 3d69a7cbd492 etc/etc.i386/MAKEDEV
--- a/etc/etc.i386/MAKEDEV      Mon May 31 07:42:56 1999 +0000
+++ b/etc/etc.i386/MAKEDEV      Mon May 31 11:14:07 1999 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.84 1999/05/28 21:00:50 christos Exp $
+#      $NetBSD: MAKEDEV,v 1.85 1999/05/31 11:14:07 is Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -134,7 +134,7 @@
        ;;
 
 floppy)
-       sh $0 std wt0 fd0 fd1 wd0 wd1 sd0 sd1 sd2 tty0 tty1 tty2
+       sh $0 std wt0 fd0 fd1 wd0 wd1 wd2 wd3 sd0 sd1 sd2 tty0 tty1 tty2
        sh $0 st0 st1 cd0 cd1 mcd0 ttyv0 pty0
        ;;
 



Home | Main Index | Thread Index | Old Index