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.sparc Pull up revision 1.50 (requested by phil):



details:   https://anonhg.NetBSD.org/src/rev/da2525fc7ae8
branches:  netbsd-1-4
changeset: 469966:da2525fc7ae8
user:      he <he%NetBSD.org@localhost>
date:      Wed Jan 05 23:33:57 2000 +0000

description:
Pull up revision 1.50 (requested by phil):
  Add coda to the sparc port and enable in GENERIC.

diffstat:

 etc/etc.sparc/MAKEDEV |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (33 lines):

diff -r 34de6fe8f132 -r da2525fc7ae8 etc/etc.sparc/MAKEDEV
--- a/etc/etc.sparc/MAKEDEV     Wed Jan 05 23:30:20 2000 +0000
+++ b/etc/etc.sparc/MAKEDEV     Wed Jan 05 23:33:57 2000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.44.2.2 1999/04/26 16:21:43 perry Exp $
+#      $NetBSD: MAKEDEV,v 1.44.2.3 2000/01/05 23:33:57 he Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -94,7 +94,7 @@
        sh -$- $0 bwtwo0 cgtwo0 cgthree0 cgfour0 cgsix0
        sh -$- $0 cgeight0 tcx0
        sh -$- $0 scsibus0 scsibus1 scsibus2 scsibus3
-       sh -$- $0 lkm random local ipl
+       sh -$- $0 lkm random local ipl cfs0
        ;;
 floppy)
        sh -$- $0 std ttya ttyb ttyc ttyd pty0
@@ -161,6 +161,12 @@
        mknod bwtwo$unit        c 27 $unit; chmod 666 bwtwo$unit
        ;;
 
+cfs*)
+       unit=${i#cfs}
+       rm -f cfs$unit
+       mknod cfs$unit          c 47 $unit; chmod 600 cfs$unit
+       ;;
+
 cgtwo*)
        unit=${i#cgtwo}
        rm -f cgtwo$unit



Home | Main Index | Thread Index | Old Index