summaryrefslogtreecommitdiff
path: root/sys/arch/dreamcast/dev/maple/mkbd.c
AgeCommit message (Expand)Author
2021-09-18Remove unnecessary (and unimplemented) WSKBD_*BELL ioctls in kbd drivers.tsutsui
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2011-07-19Change <machine/bus.h> to <sys/bus.h> throughout.dyoung
2010-10-17Split device_t/softc.tsutsui
2008-10-19Removed a local variable that is no longer needed (should have been removed i...marcus
2008-10-19Replaced funky delay loop with a call to DELAY (fixed problems with newer GCCs).marcus
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-07-16Fixed incorrect logic in mkbd_cngetc() (fixes port-dreamcast/28711).marcus
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2005-12-11merge ktrace-lwp.christos
2005-03-06Add two options to change the default keymap:tsutsui
2005-02-19- u_intNN_t -> uintNN_ttsutsui
2003-07-15__KERNEL_RCSID()lukem
2002-12-10Use WSKBD_TYPE_MAPLE.itohy
2002-11-15New Maple Bus driveritohy
2002-10-02Add trailing ; to CFATTACH_DECLthorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-03-25ANSIfy, KNFuch
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2001-12-04Fixes to eliminate some compiler complaints, such as:atatat
2001-09-06Indent.thorpej
2001-07-22bcopy -> memcpy, bzero -> memsetwiz
2001-05-26Changed maple device to attach per function instead of per unit.marcus
2001-03-02Harmonized keycodes with USB.marcus
2001-02-22fix a check code whether mkbs is console or notmsaitoh
2001-02-02Don't make the reporting of the keyboard type a parenthetical.thorpej
2001-01-31Set the keyboard layout based on what type of keyboardthorpej
2001-01-31Recognize the US keyboard.thorpej
2001-01-21Fixed double-stroke bug.marcus
2001-01-16Maple bus keyboard driver.marcus