summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>1999-02-04 20:35:07 +0000
committermjacob <mjacob@FreeBSD.org>1999-02-04 20:35:07 +0000
commit63f9aaa28d180f76153b4f416cf4622858afa7ed (patch)
tree48f7b931912be6270640a8938d439b0db2586759 /etc
parentecfbb44ba1739087ba89957f8e9ec474a1167073 (diff)
downloadFreeBSD-src-63f9aaa28d180f76153b4f416cf4622858afa7ed.zip
FreeBSD-src-63f9aaa28d180f76153b4f416cf4622858afa7ed.tar.gz
add back ctl for sa and add more units
Diffstat (limited to 'etc')
-rw-r--r--etc/MAKEDEV18
-rw-r--r--etc/etc.alpha/MAKEDEV18
-rw-r--r--etc/etc.i386/MAKEDEV18
3 files changed, 39 insertions, 15 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index df4de21..efaa7d1 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -121,7 +121,7 @@
# ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth)
# kbd keyboard devices
#
-# $Id: MAKEDEV,v 1.183 1999/01/12 01:31:13 n_hibma Exp $
+# $Id: MAKEDEV,v 1.184 1999/01/24 13:51:26 markm Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH
@@ -614,12 +614,20 @@ sa*)
chr=14
case $unit in
- 0|1|2|3|4|5|6)
+ [0-9]|[1-9][0-9]|[1-9][0-9][0-9])
+ if [ $unit -gt 15 ]; then
+ mult=65536
+ else
+ mult=16
+ fi
+ rm -f rsa${unit} nrsa${unit} ersa${unit} rsa${unit}.ctl
+ mknod rsa${unit}.ctl c $chr `expr $unit '*' $mult + 536870912`
for mode in 0 1 2 3
do
- mknod rsa${unit}.${mode} c $chr `expr $unit '*' 16 + $mode '*' 4 + 0`
- mknod nrsa${unit}.${mode} c $chr `expr $unit '*' 16 + $mode '*' 4 + 1`
- mknod ersa${unit}.${mode} c $chr `expr $unit '*' 16 + $mode '*' 4 + 2`
+ rm -f rsa${unit}.${mode} nrsa${unit}.${mode} ersa${unit}.${mode}
+ mknod rsa${unit}.${mode} c $chr `expr $unit '*' $mult + $mode '*' 4 + 0`
+ mknod nrsa${unit}.${mode} c $chr `expr $unit '*' $mult + $mode '*' 4 + 1`
+ mknod ersa${unit}.${mode} c $chr `expr $unit '*' $mult + $mode '*' 4 + 2`
chgrp operator rsa${unit}.${mode}\
nrsa${unit}.${mode} \
ersa${unit}.${mode}
diff --git a/etc/etc.alpha/MAKEDEV b/etc/etc.alpha/MAKEDEV
index edfc065..d4a5aea 100644
--- a/etc/etc.alpha/MAKEDEV
+++ b/etc/etc.alpha/MAKEDEV
@@ -107,7 +107,7 @@
# pci PCI configuration-space access from user mode
# ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth)
#
-# $Id: MAKEDEV,v 1.2 1998/08/31 08:57:56 dfr Exp $
+# $Id: MAKEDEV,v 1.3 1998/09/16 09:21:43 dfr Exp $
# from etc.i386 MAKEDEV,v 1.171 1998/09/15 10:21:35 gibbs Exp
#
@@ -596,12 +596,20 @@ sa*)
chr=14
case $unit in
- 0|1|2|3|4|5|6)
+ [0-9]|[1-9][0-9]|[1-9][0-9][0-9])
+ if [ $unit -gt 15 ]; then
+ mult=65536
+ else
+ mult=16
+ fi
+ rm -f rsa${unit} nrsa${unit} ersa${unit} rsa${unit}.ctl
+ mknod rsa${unit}.ctl c $chr `expr $unit '*' $mult + 536870912`
for mode in 0 1 2 3
do
- mknod rsa${unit}.${mode} c $chr `expr $unit '*' 16 + $mode '*' 4 + 0`
- mknod nrsa${unit}.${mode} c $chr `expr $unit '*' 16 + $mode '*' 4 + 1`
- mknod ersa${unit}.${mode} c $chr `expr $unit '*' 16 + $mode '*' 4 + 2`
+ rm -f rsa${unit}.${mode} nrsa${unit}.${mode} ersa${unit}.${mode}
+ mknod rsa${unit}.${mode} c $chr `expr $unit '*' $mult + $mode '*' 4 + 0`
+ mknod nrsa${unit}.${mode} c $chr `expr $unit '*' $mult + $mode '*' 4 + 1`
+ mknod ersa${unit}.${mode} c $chr `expr $unit '*' $mult + $mode '*' 4 + 2`
chgrp operator rsa${unit}.${mode}\
nrsa${unit}.${mode} \
ersa${unit}.${mode}
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index df4de21..efaa7d1 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -121,7 +121,7 @@
# ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth)
# kbd keyboard devices
#
-# $Id: MAKEDEV,v 1.183 1999/01/12 01:31:13 n_hibma Exp $
+# $Id: MAKEDEV,v 1.184 1999/01/24 13:51:26 markm Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH
@@ -614,12 +614,20 @@ sa*)
chr=14
case $unit in
- 0|1|2|3|4|5|6)
+ [0-9]|[1-9][0-9]|[1-9][0-9][0-9])
+ if [ $unit -gt 15 ]; then
+ mult=65536
+ else
+ mult=16
+ fi
+ rm -f rsa${unit} nrsa${unit} ersa${unit} rsa${unit}.ctl
+ mknod rsa${unit}.ctl c $chr `expr $unit '*' $mult + 536870912`
for mode in 0 1 2 3
do
- mknod rsa${unit}.${mode} c $chr `expr $unit '*' 16 + $mode '*' 4 + 0`
- mknod nrsa${unit}.${mode} c $chr `expr $unit '*' 16 + $mode '*' 4 + 1`
- mknod ersa${unit}.${mode} c $chr `expr $unit '*' 16 + $mode '*' 4 + 2`
+ rm -f rsa${unit}.${mode} nrsa${unit}.${mode} ersa${unit}.${mode}
+ mknod rsa${unit}.${mode} c $chr `expr $unit '*' $mult + $mode '*' 4 + 0`
+ mknod nrsa${unit}.${mode} c $chr `expr $unit '*' $mult + $mode '*' 4 + 1`
+ mknod ersa${unit}.${mode} c $chr `expr $unit '*' $mult + $mode '*' 4 + 2`
chgrp operator rsa${unit}.${mode}\
nrsa${unit}.${mode} \
ersa${unit}.${mode}
OpenPOWER on IntegriCloud