index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
sun
/
kbd.c
Age
Commit message (
Expand
)
Author
2001-11-13
add RCSIDs
lukem
2001-06-08
#endif /* takes no argument */
mrg
2000-09-21
Support for Sun Keyboard/Mouse line disciplines.
eeh
2000-03-24
Fix typos from last commit (callout).
hannken
2000-03-23
New callout mechanism with two major improvements over the old
thorpej
2000-03-22
Make kbd_iopen/kbd_iclose internal routines; introduce kbd_cc_{open,close}
pk
2000-03-19
Use a somewhat more flexible method to hook up the keyboard driver
pk
1999-05-14
split the sun ms/kbd drivers into frontend/backend parts at the serial
mrg
1999-02-03
Catch up with a change to the stint interface.
mycroft
1998-01-12
Update for changes to config.
thorpej
1997-11-03
Trivial change; use KB_SUN4 rather than the constant in one place.
mycroft
1997-11-03
KIOCSLED ioctl takes a char (from Krister Walfridsson).
gwr
1997-10-28
Print more helpful information if we get unexpected keysyms.
gwr
1997-10-21
Clean up kbdioctl():
gwr
1997-10-03
Export kbd_docmd() because the sparc fb.c wants it.
gwr
1997-07-17
use locator defines in "locators.h" to index cf_loc[]
jtk
1996-12-17
Adapt to the new definition of struct zsc_softc
gwr
1996-10-16
Replace the field cs_rr0_new with cs_rr0_delta (keep changes instead).
gwr
1996-10-13
backout kprintf changes
christos
1996-10-10
printf -> kprintf, sprintf -> ksprintf
christos
1996-10-09
select -> poll
mrg
1996-05-17
Rename cs_pclk_div16 to cs_brg_clk to clarify the fact that the
gwr
1996-04-10
Make the ring size configurable in the tty driver.
gwr
1996-03-21
Fix typo
gwr
1996-03-17
New device attachment scheme:
thorpej
1996-02-29
Add support for CapsLock and NumLock toggles.
gwr
1996-02-19
Attach should get unit from _dev.dv_unit not sc_unit
gwr
1996-01-30
Eliminate remaining direct references to the z8530 chip
gwr
1996-01-24
New "child" drivers for Sun keyboard and mouse attached to z8530sc.
gwr