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
/
pckbc
/
pckbd.c
Age
Commit message (
Expand
)
Author
2003-10-22
Typo in comment. From OpenBSD.
mjl
2003-10-18
On some machines, the keyboard is not enabled after a reset, rendering the
manu
2003-09-13
Make some variables unsigned since that's the type of parameter they're
simonb
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-02-05
change t_extended to t_extended0 for consistency with KBR_EXTENDED[01]
perry
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-09-30
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-03-17
Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
atatat
2001-12-09
pckbd_enable is called during autoconfig. Using pckbc_enqueue_cmd at
fvdl
2001-11-13
Add a DISGNOSTIC message.
augustss
2001-11-13
add RCSIDs
lukem
2001-07-07
bzero -> memset
thorpej
2001-06-01
Delete the XXX'd includes of <dev/isa/isavar.h> and <sys/kernel.h>.
simonb
2000-06-05
If rnd is configured into the kernel, do rnd(4) entropy collection
sommerfeld
2000-03-10
Only poll for bell completion if we're calling in from cnbell(). Fixes
thorpej
2000-03-06
- Make the pcppi and pckbd drivers cooperate a little more -- pckbd provides
thorpej
1999-12-03
Split the PC-like keyboard controller driver into chip back-end and
thorpej
1999-08-25
Spelling.
ross
1999-06-04
In pckbd_decode(), do the remapping of "extended" (multibyte) keys
drochner
1999-05-15
now that wscons_glue is gone we can back out rev. 1.16 (which made
drochner
1999-03-26
In a PC keyboard doesn't accept a "set to scanset 2" command, reset it
drochner
1999-01-26
don't wait for completion of keyboard enable/disable commands; this
drochner
1998-09-17
Move keyboard map from <dev/wscons/wskbdmap_mfii.h> into a _source_ file.
drochner
1998-09-02
Can't use pckbc_enqueue_cmd() in attach() because pckbc's initialization
drochner
1998-08-15
Assign my copyrights to TNF.
mycroft
1998-08-15
Make copyright notices with my name consistent.
mycroft
1998-08-07
use an md keyboard beep replacement function on alpha too
drochner
1998-08-02
Adapt to wskbd interface changes; implement enable/disable function.
drochner
1998-06-16
defopt PCKBD_LAYOUT
drochner
1998-06-11
implement a way to get raw keyboard data (for X)
drochner
1998-05-03
Let keyboard probe succeed without a keyboard connected if it is used
drochner
1998-04-28
Fix a couple of function names used in diagnostic printfs.
thorpej
1998-04-18
-Set keyboard (and/or controller) to XT scancode in early console
drochner
1998-04-16
-don't modify call arguments in place - bad for debugging
drochner
1998-04-09
Split wscons/wskbd.c's softc into a static and a nonstatic part.
hannken
1998-04-07
Initial import of MI keyboard translation for dev/wscons.
hannken
1998-03-22
Devices attached to the PC keyboard controller (or its aux port),
drochner