Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 May 2000 20:05:36 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/conf GENERIC
Message-ID:  <200005120305.UAA27029@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2000/05/11 20:05:36 PDT

  Modified files:
    sys/i386/conf        GENERIC 
  Log:
  Turn on USB support for most USB devices.  udbp is not turned on since
  NETGRAPH is not present in GENERIC at the moment.  Also, change some
  settings to support USB installs:
  
  - Add KBD_INSTALL_CDEV as an option to make /dev/kbd[01] actually work.
  - Turn on keyboard probing in sc0.  The syscons driver will now use a
    flag documented in ukbd(4) but not in sc(4) that tells syscons to
    actively search for a keyboard device if none is found.  This allows
    USB keyboards to just be plugged in and instantly start working.
  - Require the atkbd0 driver to actually probe to see if a keyboard is
    there.  This allows USB keyboards to be seen by sc0 if an AT keyboard
    isn't plugged into the computer.  This also means that you will no
    longer be able to plug an AT keyboard into a machine after it has
    booted a GENERIC kernel and use it.  AT keyboards aren't designed for
    this anyway.  USB keyboards are designed for this, and they work.
  
  Revision  Changes    Path
  1.255     +17 -16    src/sys/i386/conf/GENERIC



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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