Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jul 2005 23:58:57 +0000 (UTC)
From:      Maksim Yevmenkin <emax@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/kbd kbd.c kbdreg.h src/sys/dev/syscons syscons.c src/sys/sys kbio.h
Message-ID:  <200507132358.j6DNwvbn012066@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
emax        2005-07-13 23:58:57 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/kbd          kbd.c kbdreg.h 
    sys/dev/syscons      syscons.c 
    sys/sys              kbio.h 
  Log:
  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
  
  Revision  Changes    Path
  1.44      +17 -3     src/sys/dev/kbd/kbd.c
  1.18      +1 -0      src/sys/dev/kbd/kbdreg.h
  1.437     +7 -0      src/sys/dev/syscons/syscons.c
  1.8       +5 -1      src/sys/sys/kbio.h



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