From b18fda4edd3e6b4155de86d117a5608f5f8a97c7 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Fri, 4 Oct 2002 20:44:46 +0000 Subject: [PATCH] add support for /dev/crypto --- etc/MAKEDEV | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/etc/MAKEDEV b/etc/MAKEDEV index 880dad0d550..b878e7917c8 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 -- 2.45.2