Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.i386 Add two more SCSI disks for the floppy. See PR ...



details:   https://anonhg.NetBSD.org/src/rev/b899c8e42205
branches:  trunk
changeset: 500877:b899c8e42205
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Tue Dec 19 22:39:34 2000 +0000

description:
Add two more SCSI disks for the floppy. See PR 9912.

diffstat:

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

diffs (20 lines):

diff -r 779ed723dc89 -r b899c8e42205 etc/etc.i386/MAKEDEV
--- a/etc/etc.i386/MAKEDEV      Tue Dec 19 22:35:06 2000 +0000
+++ b/etc/etc.i386/MAKEDEV      Tue Dec 19 22:39:34 2000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.130 2000/12/05 18:18:05 wrstuden Exp $
+#      $NetBSD: MAKEDEV,v 1.131 2000/12/19 22:39:34 hubertf Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -166,7 +166,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 ld0 ld1 ld2 ld3
        ;;
 



Home | Main Index | Thread Index | Old Index