cvs commit: src/sys/dev/kbd atkbd.c atkbdreg.h

John Baldwin jhb at FreeBSD.org
Wed Dec 15 15:00:48 PST 2004


jhb         2004-12-15 23:00:47 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/kbd          atkbd.c atkbdreg.h 
  Log:
  Add a new flag to the atkbd(4) driver to disable testing the keyboard
  port during the device probe as this can cause hangs on some machines,
  specifically Compaq R3000Z series amd64 laptops.  The flag is bit 3, or
  0x8.
  
  PR:             amd64/67745
  Reported by:    Neil Winterbauer newntrbr at ucla dot edu, many others
  Tested by:      ade, astrodog at gmail dot com, many others
  MFC after:      1 week
  
  Revision  Changes    Path
  1.44      +2 -1      src/sys/dev/kbd/atkbd.c
  1.7       +2 -1      src/sys/dev/kbd/atkbdreg.h


More information about the cvs-src mailing list