cgit '/>
summaryrefslogtreecommitdiff
path: root/sys/dev/hpc/hpf1275a_tty.c
AgeCommit message (Expand)Author
2013-06-28fix uninitialized pointer. This could have never worked.christos
2012-10-27split device_t/softc for all remaining drivers.chs
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-04-06use aprint_*_dev and device_xnamecegger
2007-11-10Call ttyflush() with tty_lock held.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
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-01More from Matt Fleming:elad
2006-07-21- Use the LWP cached credentials where sane.ad
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
2006-03-29Use device_private().thorpej
2006-03-14Constify scancode translation table.uwe
2006-03-14Support WSDISPLAY_COMPAT_RAWKBD so that this keyboard is usable under X.uwe
2005-12-18Adapt to ktrace-lwp changes.uwe
2005-11-27Overhaul how TTY line disciplines are handled:thorpej
2004-10-15Change config_attach_pseudo() to take a cfdata * that contains thethorpej
2004-06-23Driver for HP F1275A external keyboard.uwe