Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 2014 13:41:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 191306] New: VT using inconsistent token parameters to kbd_allocate() and kbd_release()
Message-ID:  <bug-191306-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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: jau789@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191306-8>