move forward the ability to MAKEDEV zs devices for TurboLaser
This commit is contained in:
parent
0a90a07733
commit
94c152b8cb
@ -1209,6 +1209,13 @@ cuaA*)
|
||||
umask 77
|
||||
;;
|
||||
|
||||
# Alpha AS8[24]00 (TurboLaser) console.
|
||||
zs?)
|
||||
unit=`expr $i : 'zs.*\(.\)$'`
|
||||
m=`ttyminor $unit`
|
||||
mknod zs$unit c 135 $m
|
||||
;;
|
||||
|
||||
# Digiboard PC/?? 16 port card.
|
||||
# The current scheme of minor numbering is:
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user