summaryrefslogtreecommitdiff
path: root/sys/dev/ic/pckbc.c
AgeCommit message (Expand)Author
2001-12-18Previous was committed by mistake; revert.soren
2001-12-15To make dev/pcmcia work on platforms with 64-bit bus_addr_t andsoren
2001-12-06Small change to Christos' fix: allow malloc() to return NULL, but complainaugustss
2001-12-06change the malloc arg from NOWAIT to WAITOK; pointed out by lennard.christos
2001-12-06PR/14852: Martin Husemann: Allocate the slotdata the the probed slot beforechristos
2001-11-13add/cleanup RCSIDlukem
2001-07-31Make console polling (cnpollc/cngetc) work on IBM PS/2 keyboard controllerjdolecek
2001-07-23Since ~all pckbc_poll_data1() callers had the appropriate pckbcjdolecek
2001-07-07bzero -> memsetthorpej
2001-07-07bcopy -> memcpythorpej
2001-06-17make pckbc_slot_names[], pckbc_portcmd constjdolecek
2001-06-02Back the last revision off, upon Bill Sommerfeld's requestjdolecek
2001-06-02When polling, raise priority level to tty, to block keyboard interruptsjdolecek
2001-05-17Revert previous change; this breaks for the old controllers which 1.6drochner
2001-05-15Try the kbc_auxtest if the random write/read to the aux port fails (it returnschristos
2001-04-09Change the way the aux port is probed for. Some older chipsets w/odrochner
2000-06-09increase number of parameters of pckbc_cnattach(), since offset of command portsoda
2000-06-06Fix previous change: guard against missing subdevices of pckbc.sommerfeld
2000-06-05If rnd is configured into the kernel, do rnd(4) entropy collectionsommerfeld
2000-03-23New callout mechanism with two major improvements over the oldthorpej
1999-12-03Split the PC-like keyboard controller driver into chip back-end andthorpej