cvs commit: src/sys/dev/uart uart_kbd_sun.c

Marius Strobl marius at FreeBSD.org
Sat Jun 4 21:54:31 GMT 2005


marius      2005-06-04 21:54:31 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/uart         uart_kbd_sun.c 
  Log:
  Replace the band-aid for allowing to call sunkbd_configure() multiple
  times which was added in the last revision with what should be a proper
  solution as long as keyboards that were pluggged in after the kernel
  has fully booted aren't supported. I.e. when sunkbd_configure() is
  called for the high-level console probe make sure that the keyboard is
  both successfully configured (i.e. also probed) and attached. The band-
  aid left the possibility to attach the keyboard device to the high-level
  console without attaching the keyboard device itself when the keyboard
  is plugged in after uart(4) attached but before syscons(4) does.
  
  Revision  Changes    Path
  1.5       +19 -14    src/sys/dev/uart/uart_kbd_sun.c


More information about the cvs-all mailing list