https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191306
Bug ID: 191306
Summary: VT using inconsistent token parameters to
kbd_allocate() and kbd_release()
Product: Base System
Version: 10.0-STABLE
Hardware: Any
OS: Any
Status: Needs Triage
Severity: Affects Some People
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
Created attachment 144065
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=144065&action=edit
make VT consistently use a pointer to struct vt_device
VT has been using inconsistent token parameters while calling
kbd_allocate() and kbd_release() mixing keyboard ID and a pointer
to struct vt_device.
This has caused e.g. "kbdcontrol -K" to fail.
The attached patch should fix the issue.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"