summaryrefslogtreecommitdiff
path: root/sys/dev/hil/hilkbd.c
AgeCommit message (Expand)Author
2009-01-21Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).Alexander Yurchenko
2006-08-10Handle the ``arrow repeat'' special scancode on button boxes; from the oldMiod Vallat
2005-05-13Separate button boxens from keyboards in the HIL device list.Miod Vallat
2005-05-07PS/2 style and older style HIL keyboards have different layouts in theirMiod Vallat
2005-01-18WSDISPLAY_COMPAT_RAWKBD support for hilkbd.Miod Vallat
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