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.mac68k pull up rev 1.44 from trunk (requested b...
details: https://anonhg.NetBSD.org/src/rev/fc3f04b7cc20
branches: netbsd-1-4
changeset: 469681:fc3f04b7cc20
user: cgd <cgd%NetBSD.org@localhost>
date: Mon Nov 08 07:48:59 1999 +0000
description:
pull up rev 1.44 from trunk (requested by scottr):
Add Coda support to NetBSD/mac68k.
diffstat:
etc/etc.mac68k/MAKEDEV | 15 +++++++++++++--
1 files changed, 13 insertions(+), 2 deletions(-)
diffs (46 lines):
diff -r 901c18cc654d -r fc3f04b7cc20 etc/etc.mac68k/MAKEDEV
--- a/etc/etc.mac68k/MAKEDEV Mon Nov 08 06:58:45 1999 +0000
+++ b/etc/etc.mac68k/MAKEDEV Mon Nov 08 07:48:59 1999 +0000
@@ -20,7 +20,7 @@
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
#
# from: @(#)MAKEDEV 5.2 (Berkeley) 6/22/90
-# $NetBSD: MAKEDEV,v 1.38 1999/03/26 08:45:25 ender Exp $
+# $NetBSD: MAKEDEV,v 1.38.2.1 1999/11/08 07:48:59 cgd Exp $
#
# Device "make" file. Valid arguments:
# all a smattering -- at least one of each except ch*
@@ -64,6 +64,7 @@
# ch* SCSI changer
# adb Apple Desktop Bus
# asc* Apple Sound Chip
+# cfs* Venus cache driver, for Coda
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin
@@ -80,7 +81,7 @@
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
sh $0 bpf8 bpf9 bpf10 bpf11 random
sh $0 tun0 tun1 tun2 tun3 asc0 lkm ipl local
- sh $0 scsibus0 scsibus1 scsibus2 scsibus3
+ sh $0 scsibus0 scsibus1 scsibus2 scsibus3 cfs0
;;
std)
@@ -340,6 +341,16 @@
chmod 644 scsibus$unit
;;
+cfs*)
+ unit=${i#cfs}
+ cfs=cfs$unit
+ major=47
+ rm -f $cfs
+ mknod $cfs c $major $unit
+ chown root.wheel $cfs
+ chmod 600 $cfs
+ ;;
+
local)
umask 0
sh $0.local all
Home |
Main Index |
Thread Index |
Old Index