aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/atkbdc/atkbdc.c
Commit message (Expand)AuthorAgeFilesLines
* atkbd(4): Just use nitems() for quirk enumerationConrad Meyer2020-12-051-3/+1
* atkbd(4): Change quirk table end-of-list marker to NULL vendor/maker/productVladimir Kondratyev2020-12-051-1/+2
* psm(4): Disable AUX multiplexer probing on all Lenovo laptops.Vladimir Kondratyev2020-11-201-0/+2
* atkbdc(4): Add quirk for "System76 lemur Pro" laptops.Vladimir Kondratyev2020-11-041-0/+1
* atkbdc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Remove sparc64 kernel supportWarner Losh2020-02-031-50/+0
* atkbdc: use proper pointer type for KBDCKyle Evans2019-12-251-82/+81
* psm(4): Add minimal support for active AUX port multiplexersVladimir Kondratyev2018-11-241-1/+82
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Assume all coreboot BIOSes have the need for these workarounds becauseWarner Losh2016-10-171-1/+1
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-1/+1
* Quirk based support of Chromebook keyboard found in Acer C720Michael Gmelin2015-02-141-1/+38
* Remove ia64.Marcel Moolenaar2014-07-071-2/+0
* Merge amd64 and i386 bus.h and move the resulting header to x86. ReplaceTijl Coosemans2010-12-201-4/+2
* On certain chipsets AT keyboard controller isn't present and isMaxim Sobolev2010-04-291-14/+62
* Avoid an infinite loop in empty_both_buffers() by adding a timeout.Doug White2006-09-041-0/+11
* Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin2006-05-121-2/+0
* Use the same method for detecting actual presence of AT-style keyboardMaxim Sobolev2006-04-261-0/+24
* Fix -Wundef.Ruslan Ermilov2005-12-041-1/+1
* - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) sourceMarius Strobl2005-06-101-8/+53
* 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