mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 17:32:43 +00:00
move forward the ability to MAKEDEV zs devices for TurboLaser
This commit is contained in:
parent
0a90a07733
commit
94c152b8cb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=82015
@ -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…
Reference in New Issue
Block a user