diff options
author | obrien <obrien@FreeBSD.org> | 2001-04-09 19:35:53 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-04-09 19:35:53 +0000 |
commit | 842fe6811510f3ab01fbd9c06ea006ac7c194b7f (patch) | |
tree | 4ae07b163820065d0193d95ddd87cd155af6cd7b /etc/etc.alpha | |
parent | 9d6adf6e269bf74742b880d4dc889f006086a048 (diff) | |
download | FreeBSD-src-842fe6811510f3ab01fbd9c06ea006ac7c194b7f.zip FreeBSD-src-842fe6811510f3ab01fbd9c06ea006ac7c194b7f.tar.gz |
Add a comment out console line for AlphaServer 8200 and 8400 ("TurboLaser")
Diffstat (limited to 'etc/etc.alpha')
-rw-r--r-- | etc/etc.alpha/ttys | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/etc.alpha/ttys b/etc/etc.alpha/ttys index a574070..4ec376e 100644 --- a/etc/etc.alpha/ttys +++ b/etc/etc.alpha/ttys @@ -41,6 +41,8 @@ ttyv6 "/usr/libexec/getty Pc" cons25 on secure ttyv7 "/usr/libexec/getty Pc" cons25 on secure ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure # Serial terminals +# serial console for AlphaServer 8200 and 8400 ("TurboLaser") +#zs0 "/usr/libexec/getty std.9600" vt100 on secure # The 'dialup' keyword identifies dialin lines to login, fingerd etc. ttyd0 "/usr/libexec/getty std.9600" vt100 on secure ttyd1 "/usr/libexec/getty std.9600" dialup off secure |