summaryrefslogtreecommitdiffstats
path: root/sys/dev/hil/hilvar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Handle loop reconfiguration in a kernel thread, instead of doing it frommiod2006-11-051-1/+3
* Postpone the hil console detection logic to the first detection of a keyboard.miod2005-12-221-3/+3
* Reliability fixes:miod2005-01-111-2/+7
* Allow send_hil{,dev}_cmd to return failure, and handle this wheremiod2005-01-091-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* New hil child devices attachment framework, that allow them to be detachedmiod2003-02-261-10/+6
* Real polled mode console support, enough to play hangman in ddb.miod2003-02-181-2/+2
* Rework the console management on hppa:miod2003-02-151-3/+3
* - Better type usage in the various hil code: prefer u_int8_t to u_char, butmiod2003-02-151-20/+20
* Machine independent HP-HIL loop support code.miod2003-02-111-0/+111