diff options
Diffstat (limited to 'etc/etc.hppa64/MAKEDEV')
-rw-r--r-- | etc/etc.hppa64/MAKEDEV | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/etc/etc.hppa64/MAKEDEV b/etc/etc.hppa64/MAKEDEV index dd5cd2e1488..bd584caf8a1 100644 --- a/etc/etc.hppa64/MAKEDEV +++ b/etc/etc.hppa64/MAKEDEV @@ -3,8 +3,8 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.hppa64/MAKEDEV.md,v 1.3 2005/08/01 22:22:13 deraadt Exp -# OpenBSD: MAKEDEV.common,v 1.23 2005/12/27 19:02:42 miod Exp +# OpenBSD: etc.hppa64/MAKEDEV.md,v 1.4 2006/04/16 02:49:52 todd Exp +# OpenBSD: MAKEDEV.common,v 1.29 2006/08/28 21:04:04 tsi Exp # OpenBSD: MAKEDEV.mi,v 1.77 2005/10/06 06:43:19 otto Exp # OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp # @@ -48,7 +48,7 @@ # tty* Set of 62 slave pseudo terminals # Console ports: # wscons Minimal wscons devices -# ttyC-F* wscons display devices +# ttyC-J* wscons display devices # wskbd* wscons keyboards # wsmux wscons keyboard/mouse mux devices # Pointing devices: @@ -307,13 +307,17 @@ wskbd*) M wskbd$U c 28 $U 600 ;; -tty[C-F]*) - U=${i##tty[C-F]} +tty[C-J]*) + U=${i##tty[C-J]} case $i in ttyC*) n=C m=0;; ttyD*) n=D m=256;; ttyE*) n=E m=512;; ttyF*) n=F m=768;; + ttyG*) n=G m=1024;; + ttyH*) n=H m=1280;; + ttyI*) n=I m=1536;; + ttyJ*) n=J m=1792;; esac case $U in [0-9a-f]) M tty$n$U c 27 $((16#$U+$m)) 600;; |