summaryrefslogtreecommitdiff
path: root/sys/dev/hpc
AgeCommit message (Expand)Author
2008-06-12device_private_lookup()-ification so that hpcarm (at jeast Jornada 72x)rafal
2008-06-10use new "defpseudodev" where appropriate, and remove dummy interfacedrochner
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-06use aprint_*_dev and device_xnamecegger
2008-03-01Welcome to 4.99.55:rmind
2008-02-21Rasops and wsfont are now in MI conf/files so remove them from here.uwe
2008-01-30Has this compiled recently?ad
2008-01-07Catch up with new option to dev/pckbport/wskbdmap_mfii.cuwe
2008-01-04Start detangling lock.h from intr.h. This is likely to cause short termad
2007-12-25Convert many of the uses of __attribute__ to equivalentperry
2007-12-15__FUNCTION__ -> __func__perry
2007-12-14Complete lockmgr->mutex conversion started in 1.12. Mutex needs to beuwe
2007-12-05Do not "return 1" from kqfilter for errors. That value is passedpooka
2007-12-05lockmgr -> mutexad
2007-11-19- Factor out too many copies of the same bit of tty code.ad
2007-11-10Call ttyflush() with tty_lock held.ad
2007-10-29wsdisplay has been converted to device_t/softc separation so we can't castpeter
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-10-18Initialise the callbacks for tty.t_rstrt_ch in ttymallocjoerg
2007-09-23We call to config_hook_call() with always 'on'.kiyohara
2007-09-23Fix to persona_hpw{5,20}0pad_special_keymap.[KEY_SPECIAL_OFF] = 5.kiyohara
2007-07-10Fix compile failure occured kthread API changes.nonaka
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-09after the recent config_attach_pseudo() changes, unit numbers have the samedrochner
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-01-29Remove more duplicate headers.hubertf
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-27Nuke GPROF cargo-cult I've been cut-n-pasting around in my drivers.uwe
2006-10-12-Wextra fixesuwe
2006-10-10The use of a local variable is conditional on FBDEBUG, so make thehe
2006-10-09Remove (the default) #define XXXDEBUG and add the options to the relevantpeter
2006-10-07Jornada 720: change key 127 to KEY_SPECIAL_OFF.peter
2006-10-01More from Matt Fleming:elad
2006-10-01Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks!elad
2006-09-24Improve some debug texts.peter
2006-09-24Run the "power button event" hooks when the special button OFF is pressed.peter
2006-09-24Add "name" parameter to powerhook_establish, to aid debugging. No objectionsjmcneill
2006-09-05Convert time.tv_sec to time_second.gdamore
2006-08-31Appease GCC4 by making /* NOTREACHED */ code return 0.matt
2006-08-22Fix a pasto: save CONFIG_HOOK_PMEVENT_AC hook in the correct variable.uwe
2006-07-21- Use the LWP cached credentials where sane.ad
2006-06-27Fix typo in a comment.peter
2006-06-27Set the jornada 720 volume up/down and play buttons to ignorepeter
2006-05-30If tty that we open already has hpf1275a line discipline set, don'tuwe
2006-05-29Miscellaneous cosmetics.uwe
2006-05-29Propagate "static" to linesw method defintions.uwe
2006-05-29Constify hpf1275a_wskbd_keymapdata.uwe
2006-05-22#include <dev/wscons/wsksymvar.h> as gcc4 doesn't like arrays,uwe
2006-05-15- include kauth.h for kauth_authorize_generic.yamt
2006-05-14integrate kauth.elad