cvs commit: src/share/man/man4 atkbd.4 src/sys/dev/kbd atkbd.c
atkbdreg.h
John Baldwin
jhb at FreeBSD.org
Fri Jan 7 12:36:01 PST 2005
jhb 2005-01-07 20:36:00 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
share/man/man4 atkbd.4
sys/dev/kbd atkbd.c atkbdreg.h
Log:
MFC: 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.
Revision Changes Path
1.24.2.1 +5 -0 src/share/man/man4/atkbd.4
1.43.2.1 +2 -1 src/sys/dev/kbd/atkbd.c
1.6.8.1 +2 -1 src/sys/dev/kbd/atkbdreg.h
More information about the cvs-src
mailing list