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

Marcel Moolenaar marcel at FreeBSD.org
Sun Jan 30 20:31:22 PST 2005


marcel      2005-01-31 04:31:22 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/uart         uart_kbd_sun.c 
  Log:
  Add the keyboard system device before we probe for the keyboard.
  The presence or absence of a keyboard does not change whether an
  UART is designed as a keyboard port or not and thus whether we
  can use the port as a TTY or not.
  We now call sunkbd_attach() even when we didn't previously find
  a keyboard. Emit a useful message stating that no keyboard was
  found, but don't do anything else.
  
  MFC after: 5 days
  
  Revision  Changes    Path
  1.3       +13 -2     src/sys/dev/uart/uart_kbd_sun.c


More information about the cvs-src mailing list