summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV7
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:
#
OpenPOWER on IntegriCloud