summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2002-10-04 20:44:46 +0000
committersam <sam@FreeBSD.org>2002-10-04 20:44:46 +0000
commit1ed00d451b97e1d2bddbaad5568f86b26b9082e4 (patch)
tree96528553e60047c213d35729e60d3c1b4114f528 /etc
parent80ef0853a6b5df5922412e430642bc76786d42a3 (diff)
downloadFreeBSD-src-1ed00d451b97e1d2bddbaad5568f86b26b9082e4.zip
FreeBSD-src-1ed00d451b97e1d2bddbaad5568f86b26b9082e4.tar.gz
add support for /dev/crypto
Diffstat (limited to 'etc')
-rw-r--r--etc/MAKEDEV7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 880dad0..b878e79 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -128,6 +128,7 @@
# apm Advanced Power Management BIOS
# apmctl APM BIOS control device
# bpf* packet filter
+# crypto crypto interface
# speaker pc speaker
# tw* xten power controller
# snd* various sound cards
@@ -341,6 +342,7 @@ all)
sh $0 agpgart # AGP
sh $0 nsmb0 # SMB/CIFS
sh $0 ti0 ti1 # ti(4)
+ sh $0 crypto # crypto
;;
# a much restricted set of the above, to save precious i-nodes on the
@@ -1770,6 +1772,11 @@ elan*)
chmod 600 elan-mmcr
;;
+crypto)
+ mknod crypto c 70 0 root:operator
+ chmod 666 crypto
+ ;;
+
local)
umask 0 # XXX should be elsewhere
sh $0.local
OpenPOWER on IntegriCloud