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: freebsd-bugs@FreeBSD.org
          Reporter: jau...@gmail.com

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.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to