Source-Changes-HG archive

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

[src/netbsd-1-4]: src/etc/etc.i386 Pull up revision 1.85 (requested by fvdl):



details:   https://anonhg.NetBSD.org/src/rev/6b878291876f
branches:  netbsd-1-4
changeset: 470490:6b878291876f
user:      he <he%NetBSD.org@localhost>
date:      Sun Apr 02 19:16:51 2000 +0000

description:
Pull up revision 1.85 (requested by fvdl):
  Create wd2 and wd3 device nodes also on the floppy images, to allow
  installation on those drives too.

diffstat:

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

diffs (20 lines):

diff -r cdaadfa328a5 -r 6b878291876f etc/etc.i386/MAKEDEV
--- a/etc/etc.i386/MAKEDEV      Wed Mar 29 23:09:19 2000 +0000
+++ b/etc/etc.i386/MAKEDEV      Sun Apr 02 19:16:51 2000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.83 1999/03/26 04:37:29 mrg Exp $
+#      $NetBSD: MAKEDEV,v 1.83.2.1 2000/04/02 19:16:51 he Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -126,7 +126,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