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
/
ic
/
pckbc.c
Age
Commit message (
Expand
)
Author
2001-12-18
Previous was committed by mistake; revert.
soren
2001-12-15
To make dev/pcmcia work on platforms with 64-bit bus_addr_t and
soren
2001-12-06
Small change to Christos' fix: allow malloc() to return NULL, but complain
augustss
2001-12-06
change the malloc arg from NOWAIT to WAITOK; pointed out by lennard.
christos
2001-12-06
PR/14852: Martin Husemann: Allocate the slotdata the the probed slot before
christos
2001-11-13
add/cleanup RCSID
lukem
2001-07-31
Make console polling (cnpollc/cngetc) work on IBM PS/2 keyboard controller
jdolecek
2001-07-23
Since ~all pckbc_poll_data1() callers had the appropriate pckbc
jdolecek
2001-07-07
bzero -> memset
thorpej
2001-07-07
bcopy -> memcpy
thorpej
2001-06-17
make pckbc_slot_names[], pckbc_portcmd const
jdolecek
2001-06-02
Back the last revision off, upon Bill Sommerfeld's request
jdolecek
2001-06-02
When polling, raise priority level to tty, to block keyboard interrupts
jdolecek
2001-05-17
Revert previous change; this breaks for the old controllers which 1.6
drochner
2001-05-15
Try the kbc_auxtest if the random write/read to the aux port fails (it returns
christos
2001-04-09
Change the way the aux port is probed for. Some older chipsets w/o
drochner
2000-06-09
increase number of parameters of pckbc_cnattach(), since offset of command port
soda
2000-06-06
Fix previous change: guard against missing subdevices of pckbc.
sommerfeld
2000-06-05
If rnd is configured into the kernel, do rnd(4) entropy collection
sommerfeld
2000-03-23
New callout mechanism with two major improvements over the old
thorpej
1999-12-03
Split the PC-like keyboard controller driver into chip back-end and
thorpej