freebsd-dev/sys/dev/syscons
Maksim Yevmenkin 04551c6ce5 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.

MFC after:	1 week
2005-07-13 23:58:57 +00:00
..
apm No need to ifdef this pc98. 2005-04-04 05:28:19 +00:00
blank
daemon - Mask an underline attribute on the pc98 console. It enables to use the same 2005-05-15 08:59:00 +00:00
dragon
fade
fire
green
logo
rain
snake Remove old epson note support. 2005-05-15 09:07:42 +00:00
star - Add color tables for 16 colors mode and 8 colors mode, use a different 2005-05-15 09:07:04 +00:00
warp
scgfbrndr.c Fix syscons on amd64. The SC_PIXEL_MODE commit from May 29th added a new 2005-06-14 02:43:45 +00:00
schistory.c
scmouse.c Add VESA mode support for syscons, which enables the support of 15, 16, 2005-05-29 08:43:44 +00:00
scterm-dumb.c
scterm-sc.c Add missing <sys/module.h> includes 2004-05-30 20:08:47 +00:00
scterm.c
sctermvar.h
scvesactl.c Only set mode when the incoming ioctl is IOC_VOID, until we have better 2005-06-10 05:20:33 +00:00
scvgarndr.c Fix syscons on amd64. The SC_PIXEL_MODE commit from May 29th added a new 2005-06-14 02:43:45 +00:00
scvidctl.c Deny to switch into banked video mode when it is not available. Some 2005-05-30 06:45:40 +00:00
scvtb.c Remove superfluous braces and add #ifndef __sparc64__ around the 2005-05-21 20:28:15 +00:00
syscons.c kbdmux(4) keyboard multiplexer integration 2005-07-13 23:58:57 +00:00
syscons.h Add VESA mode support for syscons, which enables the support of 15, 16, 2005-05-29 08:43:44 +00:00
sysmouse.c Remove debug printout of major/minor numbers, print name instead. 2005-02-27 21:16:26 +00:00