git: config: improve stale ThinkPad keyboard situation

Franco Fichtner franco at crater.dragonflybsd.org
Mon Nov 11 11:36:10 PST 2013


commit 116d6d9766c2d20f5dc606846335989556c0e457
Author: Franco Fichtner <franco at lastsummer.de>
Date:   Mon Nov 11 20:17:53 2013 +0100

    config: improve stale ThinkPad keyboard situation
    
    Neither the DragonFly release nor snapshots accept the builtin keyboard
    of a Lenovo T430u (and apparently a couple of others).  FreeBSD as old as
    8.3, however, works just fine.  Turns out that the KB_CONF_FAIL_IF_NO_KBD
    flag of atkbd(4) still lingers in GENERIC, SOEKRIS and X86_64_GENERIC.
    
    Tested against regressions when hotplugging USB keyboards without a PS/2
    keyboard present on an old Athlon64.
    
    We have one panic report by sephe in the kbdsw code, which is triggered
    by pressing a key on a previously unresponsive keyboard, but no further
    info for debugging at this point.
    
    Force the issue now that the release has been branched.
    
    Backed-by: sephe, swildner

Summary of changes:
 sys/config/GENERIC        | 2 +-
 sys/config/SOEKRIS        | 2 +-
 sys/config/X86_64_GENERIC | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/116d6d9766c2d20f5dc606846335989556c0e457


-- 
DragonFly BSD source repository



More information about the Commits mailing list