summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>2002-12-31 06:38:35 +0000
committersimokawa <simokawa@FreeBSD.org>2002-12-31 06:38:35 +0000
commit3ebf3b00f0cc6e5450a864bbac9b878e0398cc88 (patch)
treeaa6dde0f6bab7918ee1af43fea21d74cc836103c /etc/MAKEDEV
parentaec72081535f37c2daff5ddd1f64da44e7f16d25 (diff)
downloadFreeBSD-src-3ebf3b00f0cc6e5450a864bbac9b878e0398cc88.zip
FreeBSD-src-3ebf3b00f0cc6e5450a864bbac9b878e0398cc88.tar.gz
add fwmem* and fw*.
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 889ab08..40de85e 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -1752,6 +1752,18 @@ crypto)
chmod 666 crypto
;;
+fwmem*)
+ unit=`expr $i : 'fwmem\(.*\)'`
+ mknod fwmem$unit c 127 $((1<<24 | $unit)) root:operator
+ chmod 660 fwmem$unit
+ ;;
+
+fw*)
+ unit=`expr $i : 'fw\(.*\)'`
+ mknod fw$unit c 127 $unit root:operator
+ chmod 660 fw$unit
+ ;;
+
local)
umask 0 # XXX should be elsewhere
sh $0.local
OpenPOWER on IntegriCloud