Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jan 2005 04:31:22 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/uart uart_kbd_sun.c
Message-ID:  <200501310431.j0V4VMAH011135@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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