Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.sparc Make the coda pseudo device cfs0.



details:   https://anonhg.NetBSD.org/src/rev/8db667ddf97e
branches:  trunk
changeset: 477186:8db667ddf97e
user:      phil <phil%NetBSD.org@localhost>
date:      Thu Oct 14 17:02:25 1999 +0000

description:
Make the coda pseudo device cfs0.

diffstat:

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

diffs (33 lines):

diff -r d3ccd645202f -r 8db667ddf97e etc/etc.sparc/MAKEDEV
--- a/etc/etc.sparc/MAKEDEV     Thu Oct 14 16:09:31 1999 +0000
+++ b/etc/etc.sparc/MAKEDEV     Thu Oct 14 17:02:25 1999 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.49 1999/10/06 22:26:16 ad Exp $
+#      $NetBSD: MAKEDEV,v 1.50 1999/10/14 17:02:25 phil Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -99,7 +99,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
@@ -174,6 +174,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