emax 339c3c8a5d MFC to RELENG_6
kbdmux(4) keyboard multiplexer integration

o Add two new ioctl's KBADDKBD and KBRELKBD. These are used to add and remove
  keyboard to (and from) kbdmux(4) keyboard multiplexer;

o Introduce new kbd_find_keyboard2() function. It does exactly the same job
  as kbd_find_keyboard() function except it allows to specify starting index.
  This function can be used to iterate over keyboards array;

o Re-implement kbd_find_keyboard() as call to kbd_find_keyboard2() with starting
  index of zero;

o Make sure syscons(4) passed KBADDKBD and KBRELKBD ioctl's onto currently
  active keyboard.

These changes should not have any visible effect.

Approved by:	re (kensmith)
2005-07-20 18:56:21 +00:00
..
2005-05-31 15:18:17 +00:00
2005-05-12 22:01:18 +00:00
2005-05-16 13:07:27 +00:00
2005-03-15 14:57:30 +00:00
2005-04-07 22:09:02 +00:00
2005-05-08 11:30:26 +00:00
2005-01-07 19:31:43 +00:00
2005-07-20 18:56:21 +00:00
2005-02-10 12:20:42 +00:00
2005-04-02 12:33:31 +00:00
2004-07-13 19:36:59 +00:00
2005-04-13 07:25:45 +00:00
2005-07-11 03:47:11 +00:00
2005-07-09 17:29:36 +00:00
2005-06-30 19:01:26 +00:00
2005-06-30 19:01:26 +00:00
2005-07-08 15:06:58 +00:00
2005-07-08 15:06:58 +00:00
2005-07-08 15:06:58 +00:00
2005-05-31 15:18:17 +00:00
2005-06-28 02:23:56 +00:00