Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Jul 2005 00:56:56 -0000
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/kbd atkbd.c atkbdreg.h
Message-ID:  <200412152300.iBFN0lhg083161@repoman.freebsd.org>

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




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