Bug 26347

Summary: [pcvt] incorrect screen number in HP mode
Product: Base System Reporter: Nicola Vitale <nivit>
Component: i386Assignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.2-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Nicola Vitale 2001-04-04 15:30:00 UTC
In HP mode the screen number at the bottom right corner
is not correct for screens /dev/ttyva, /dev/ttyvb, etc.
that is:

for /dev/ttyv0  you see  [0]
...
for /dev/ttyva  you see  [0]  instead of  [a]
for /dev/ttyvb  you see  [1]  instead of  [b]
...

Fix: Apply this patch to src/sys/i386/isa/pcvt/pcvt_out.c:
How-To-Repeat: 
For example:

% scon -H /dev/ttyva

then press CTRL-ALT-F11
Comment 1 hm freebsd_committer freebsd_triage 2001-06-05 16:32:19 UTC
State Changed
From-To: open->closed

Fix committed to -current.