aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/kbd/atkbdc.c
Commit message (Expand)AuthorAgeFilesLines
* - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) sourceMarius Strobl2005-06-101-1042/+0
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Backout previous diffs - this functionality is already provided by theMaxim Sobolev2005-04-071-15/+0
* Make previous commit actually working by replacing TUNABLE_INT() withMaxim Sobolev2005-04-071-11/+11
* Provide a new tunable hw.atkbdc.broken_kit_cmd, which if set to 1Maxim Sobolev2005-04-071-0/+15
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* AMD64 physical space is much larger than i386, de-i386 the bus_space andPeter Wemm2003-05-121-1/+3
* Update the hardcoded bus tags for early console support for amd64.Peter Wemm2003-05-011-1/+1
* de-count atkbdc. I have more extensive patches to make properly dynamic,Peter Wemm2002-08-191-2/+1
* Fix spelling and grammar bogons in a comment.Murray Stokely2002-03-271-7/+7
* Add the ia64 bus space tag for the IO ports (!).Peter Wemm2002-03-191-0/+4
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+1
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* * Completely rewrite the alpha busspace to hide the implementation fromDoug Rabson2000-08-281-1/+1
* - Properly keep track of I/O port resources.Kazutaka YOKOTA2000-03-191-78/+99
* Use config's conditional compilation rather than using #ifdefs that makePeter Wemm2000-01-291-5/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Include sys/isa/isareg.h rather than i386/isa/isa.h for i386.Kazutaka YOKOTA1999-05-201-5/+1
* Slight reorganization of internal interface in the keyboard controllerKazutaka YOKOTA1999-05-181-2/+10
* Add the new keyboard driver and video card driver. They will beKazutaka YOKOTA1999-01-091-0/+1017