diff options
author | mjacob <mjacob@FreeBSD.org> | 2001-08-21 00:03:28 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2001-08-21 00:03:28 +0000 |
commit | e6e6a6f268998b3c8fd4b7a6a0ea68b8ea6c316a (patch) | |
tree | 592d402c87f9a6a01e1c499e09fedfe2d1a6406c /etc/MAKEDEV | |
parent | 5fd36af7c1cb9ccfd9020cb8d8058a0ac88ad32f (diff) | |
download | FreeBSD-src-e6e6a6f268998b3c8fd4b7a6a0ea68b8ea6c316a.zip FreeBSD-src-e6e6a6f268998b3c8fd4b7a6a0ea68b8ea6c316a.tar.gz |
move forward the ability to MAKEDEV zs devices for TurboLaser
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r-- | etc/MAKEDEV | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV index 4c13224..48878b3 100644 --- a/etc/MAKEDEV +++ b/etc/MAKEDEV @@ -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: # |