summaryrefslogtreecommitdiff
path: root/sys/dev/hil/hilkbd.c
AgeCommit message (Expand)Author
2003-02-26Better support for the ps/2-style HIL keyboards (those with a real numericMiod Vallat
2003-02-26New hil child devices attachment framework, that allow them to be detachedMiod Vallat
2003-02-18Oops, remove debug code that was not supposed to be left hereMiod Vallat
2003-02-18Real polled mode console support, enough to play hangman in ddb.Miod Vallat
2003-02-18Track enable state and behave appropriately.Miod Vallat
2003-02-15Rework the console management on hppa:Miod Vallat
2003-02-15- Better type usage in the various hil code: prefer u_int8_t to u_char, butMiod Vallat
2003-02-12Move values related to device identification data to hilreg.h, with betterMiod Vallat
2003-02-11Machine independent HP-HIL loop support code.Miod Vallat