summaryrefslogtreecommitdiff
path: root/sys/dev/pckbport/pckbd.c
AgeCommit message (Expand)Author
2022-10-28pckbport(4): C99 initializersriastradh
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2019-07-23pckbd_cngetc: Set type=0 and return if no data is availablejmcneill
2017-06-11New device wsbell - allows for a console beep for non pckbds (usb etc).nat
2015-07-16Disambiguate debug message.prlw1
2013-09-15Cosemetically "fix" the pckbd_attach() return value, so gcc can see themartin
2012-10-13Add two flags to keyboard/mouse attachment:jdc
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-01-08Expand PMF_FN_* macros.dyoung
2009-07-16Ignore scancodes E0 2A, E0 AA, E0 36, E0 B6 when decoding.jakllsch
2009-03-08use aprint_errorad
2008-06-11remove a KBC_ENABLE call in the console poll method -- this wasdrochner
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-15Use proper types.cube
2008-03-15Split device_t and softc for pckbd(4) and pms(4).cube
2008-02-29Use PMF_FN_ARGS, PMF_FN_PROTO.dyoung
2008-02-21Ensure that the keyboard is enabled before polling it.joerg
2008-01-10Support pcppi(4) detachment.dyoung
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-12-01aprintifyjmcneill
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
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-12- sprinkle __unused on function decls.christos
2006-09-24Add "name" parameter to powerhook_establish, to aid debugging. No objectionsjmcneill
2006-06-18Jared asked me to commit the powerhooks for thischristos
2006-03-29Use device_private().thorpej
2005-12-11merge ktrace-lwp.christos
2005-05-29avoid shadowed variablechristos
2005-05-04Make an new option PCKBD_CNATTACH_MAY_FAIL. When this option is set and noaugustss
2005-04-29tweak order of #include to avoid an array of incomplete type.yamt
2005-04-01P.k.py lp.kcrgow ao mabf ru go oycnn dak. _n.iajf_ t.fxrapeovmatt
2005-04-01Due to the increasing rarity of legacy keyboards, switch to a more contempora...gavan
2005-02-27nuke trailing whitespaceperry
2004-03-18ANSIfy, un-__P(), and generally KNF.bjh21
2004-03-13Abstract the interface between pckbc(4), and the pckbd(4) and pms(4)bjh21