summaryrefslogtreecommitdiffstats
path: root/sys/dev/atkbdc
Commit message (Expand)AuthorAgeFilesLines
* On certain chipsets AT keyboard controller isn't present and issobomax2010-04-294-16/+69
* Add new "hw.psm.tap_enabled" tunable and sysctl.dumbbell2009-12-181-0/+35
* Rewrite x86bios and update its dependent drivers.jkim2009-10-191-6/+9
* Fix couple of style nits missed in the previous commit.jkim2009-09-251-1/+1
* - Use x86bios_offset() instead of BIOS_PADDRTOVADDR() macro.[1]jkim2009-09-251-14/+23
* - Use FreeBSD function naming convention.jkim2009-09-241-3/+3
* Move sys/dev/x86bios to sys/compat/x86bios.jkim2009-09-231-1/+1
* Temporarily disable typematic retrieving code until we get a real fix,delphij2009-09-221-2/+2
* Allow atkbd to obtain keyboard repeat rate from BIOS on amd64.delphij2009-09-211-19/+18
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-4/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-0/+4
* Prevent atkbd(4) interrupt handler from calling keyboard callback functionemax2009-04-171-2/+4
* Teach psm about O_ASYNCrnoland2009-03-161-0/+23
* bus_add_child takes a const char *.imp2009-02-051-3/+3
* Synaptics touchpads must be reinitialized after suspend/resume.dumbbell2008-12-171-1/+9
* Rephrase and/or fix some comments in Synaptics touchpad initializationdumbbell2008-12-161-10/+15
* Rewrite Synaptics touchpads support with the following goals in mind:dumbbell2008-10-141-175/+982
* Replace all calls to minor() with dev2unit().ed2008-09-271-2/+2
* Fill in sysctl descriptions.trhodes2008-07-261-10/+18
* Try to detect a Synaptics touchpad before IntelliMouse. Some touchpads willphilip2008-06-011-2/+2
* Clean up and fix style(9) nits.jkim2008-04-081-2852/+2938
* - Add write(2) support for psm(4) in native operation level. Now arbitraryjkim2008-04-081-7/+53
* Some PS/2 mice (at least the A4Tech X-7xx) need to be set to Intelli moderink2008-02-251-0/+7
* Remove explicit calls to keyboard methods with their respective variantswkoszek2007-12-292-8/+8
* Initialize mouse resolution to zero if converting frommjacob2007-06-171-0/+2
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-232-2/+2
* Synaptics TouchPad seems to go back to Relative Mode after the calldumbbell2007-02-041-0/+10
* Spell "Kensington Thinking Mouse" correctly.keramida2006-12-181-1/+1
* Fix LEDs not working when atkbd is an active keyboard and the physicalru2006-10-251-16/+16
* Fix our ioctl(2) implementation when the argument is "int". Newru2006-09-271-0/+33
* Avoid an infinite loop in empty_both_buffers() by adding a timeout.dwhite2006-09-041-0/+11
* Make sure command/data port (0x60) and status port (0x64) are in correctjkim2006-07-031-4/+10
* MFp4: need machine/bus.h here since we use bus space macros. It used toimp2006-06-121-0/+1
* Send the pcvt(4) driver off to retirement.phk2006-05-171-3/+0
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-122-3/+1
* Use the same method for detecting actual presence of AT-style keyboardsobomax2006-04-263-5/+61
* Add ALPS glide point ID and some compatibility IDs.takawata2006-03-151-0/+3
* Fix a bug in Synaptics Touchapd support where psm(4) will enter an infinitedumbbell2006-01-051-1/+2
* Fix -Wundef.ru2005-12-042-2/+2
* - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) sourcemarius2005-06-1011-453/+555
* Delete a file that was meant to be renamed while repo-copying it butmarius2005-06-101-180/+0
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-293-5/+0
* Backout previous diffs - this functionality is already provided by thesobomax2005-04-071-15/+0
* Make previous commit actually working by replacing TUNABLE_INT() withsobomax2005-04-071-11/+11
* Provide a new tunable hw.atkbdc.broken_kit_cmd, which if set to 1sobomax2005-04-071-0/+15
* plug memory leaksam2005-02-261-18/+37
* Make life for owners of Synaptics Touchpads more pleasant :-)philip2005-01-101-11/+207
* Reduce diffs to work in progress before checking in serious changes.philip2005-01-031-19/+20
* Add a new flag to the atkbd(4) driver to disable testing the keyboardjhb2004-12-152-1/+3
* Remove local hacks to set flags now that the device probe does this for us.njl2004-10-142-4/+0
OpenPOWER on IntegriCloud