aboutsummaryrefslogtreecommitdiff
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2000-10-31 00:22:24 +0000
committerMike Smith <msmith@FreeBSD.org>2000-10-31 00:22:24 +0000
commit1a295853fa944f62f91e9cd32ea812d22aa7540b (patch)
tree35f60b7a2ac33b58c61fc4e1c5d7b8496ba294e8 /etc/MAKEDEV
parent9cb49a199a0d6e766d7126e708b4910ef1a64640 (diff)
downloadsrc-1a295853fa944f62f91e9cd32ea812d22aa7540b.tar.gz
src-1a295853fa944f62f91e9cd32ea812d22aa7540b.zip
MFC: reorder 'tw*' after 'twe*' so that the 3ware control interface can
be created.
Notes
Notes: svn path=/stable/4/; revision=68018
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 95b0536887cd..2f84a19307c7 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -958,11 +958,6 @@ lpt*)
mknod lpctl$unit c 16 `expr $unit + 128`
;;
-tw*)
- unit=`expr $i : 'tw\(.*\)'`
- mknod tw$unit c 19 $unit root:operator
- ;;
-
# Use this to create virtual consoles for syscons, pcvt or codrv
# ttyv0-b
# use as MAKEDEV vtyNN to create NN entries
@@ -1555,6 +1550,11 @@ twe*)
mknod twe$unit c 146 $unit
;;
+tw*)
+ unit=`expr $i : 'tw\(.*\)'`
+ mknod tw$unit c 19 $unit root:operator
+ ;;
+
local)
umask 0 # XXX should be elsewhere
sh MAKEDEV.local