Subject: port-i386/2622: cannot build i386 kernel with options PCVT_SCANSET=2
To: None <gnats-bugs@NetBSD.ORG>
From: None <jtk@NetBSD.ORG>
List: netbsd-bugs
Date: 07/12/1996 20:11:09
>Number:         2622
>Category:       port-i386
>Synopsis:       cannot build i386 kernel with options PCVT_SCANSET=2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnats-admin (GNATS administrator)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Jul 12 20:35:00 1996
>Last-Modified:
>Originator:     John Kohl
>Organization:
NetBSD Kernel Hackers `R` Us
>Release:        1.2_BETA
>Environment:
	
System: NetBSD trump 1.2_BETA NetBSD 1.2_BETA (TRUMP) #0: Wed Jul 3 09:13:21 EDT 1996 jtk@trump:/usr/src/sys/arch/i386/compile/TRUMP i386


>Description:
a kernel built with options PCVT_SCANSET=2 will not link, due to a typo
in pcvt_kbd.o

>How-To-Repeat:
	try to configure such a kernel
	see /sys/arch/i386/isa/pcvt/pcvt_kbd.c:kbd_setmode():

	kbc_8042cmd(CONTR_WRITE);
	kbc_cmd(cmd);


>Fix:
I don't know for sure if the typo should have been kbd_cmd() or
kbc_8042cmd(), but kbc_cmd() does not exist.
This change came in rev 1.11 of this file.



>Audit-Trail:
>Unformatted: