| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvs | cvs2svn | 2005-11-03 | 11 | -11/+11 |
| * | - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) source | Marius Strobl | 2005-06-10 | 11 | -453/+555 |
| * | Delete a file that was meant to be renamed while repo-copying it but | Marius Strobl | 2005-06-10 | 1 | -180/+0 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 3 | -5/+0 |
| * | Backout previous diffs - this functionality is already provided by the | Maxim Sobolev | 2005-04-07 | 1 | -15/+0 |
| * | Make previous commit actually working by replacing TUNABLE_INT() with | Maxim Sobolev | 2005-04-07 | 1 | -11/+11 |
| * | Provide a new tunable hw.atkbdc.broken_kit_cmd, which if set to 1 | Maxim Sobolev | 2005-04-07 | 1 | -0/+15 |
| * | plug memory leak | Sam Leffler | 2005-02-26 | 1 | -18/+37 |
| * | Make life for owners of Synaptics Touchpads more pleasant :-) | Philip Paeps | 2005-01-10 | 1 | -11/+207 |
| * | Reduce diffs to work in progress before checking in serious changes. | Philip Paeps | 2005-01-03 | 1 | -19/+20 |
| * | Add a new flag to the atkbd(4) driver to disable testing the keyboard | John Baldwin | 2004-12-15 | 2 | -1/+3 |
| * | Remove local hacks to set flags now that the device probe does this for us. | Nate Lawson | 2004-10-14 | 2 | -4/+0 |
| * | Introduce a tunable to disable support for Synaptics touchpads. A number of | Philip Paeps | 2004-09-29 | 1 | -1/+11 |
| * | Improve sync recovery algorithm: | Justin T. Gibbs | 2004-08-27 | 1 | -97/+119 |
| * | Defer the capture of the "expected sync bits" until the first "normal" | Justin T. Gibbs | 2004-08-17 | 1 | -20/+13 |
| * | Don't initialize static variables to 0 (C should just take care of that). | Philip Paeps | 2004-08-16 | 1 | -2/+2 |
| * | Update support for Synaptics Touchpads (Volume V) | Philip Paeps | 2004-08-16 | 1 | -5/+29 |
| * | Assume a finger of regular width when no width value is reported by | Philip Paeps | 2004-08-08 | 1 | -3/+10 |
| * | Update support for Synaptics Touchpads (Volume IV) | Philip Paeps | 2004-08-08 | 1 | -2/+2 |
| * | Update support for Synaptics Touchpads (Volume III) | Philip Paeps | 2004-08-08 | 1 | -0/+26 |
| * | Update support for Synaptics Touchpads (Volume II) | Philip Paeps | 2004-08-08 | 1 | -5/+26 |
| * | Update support for Synaptics Touchpads (Volume I) | Philip Paeps | 2004-08-08 | 1 | -53/+64 |
| * | Add support for the Synaptics Touchpad mouse driver. I reworked the | Nate Lawson | 2004-07-30 | 1 | -1/+213 |
| * | Ignore more strange return values of the test_aux_port() function, | Maxime Henrion | 2004-07-16 | 1 | -6/+10 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 1 | -7/+7 |
| * | Remove atdevbase and replace it's remaining uses with direct references to | John Baldwin | 2004-06-10 | 1 | -0/+1 |
| * | add missing #include <sys/module.h> | Poul-Henning Kamp | 2004-05-30 | 4 | -0/+4 |
| * | Don't check for device_get_softc() returning NULL, it can't happen. | Maxime Henrion | 2004-04-17 | 1 | -3/+0 |
| * | Put a bunch of output that us really only useful in a debug | Mark Murray | 2004-04-04 | 1 | -1/+13 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 5 | -32/+27 |
| * | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -0/+2 |
| * | Device megapatch 1/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -2/+0 |
| * | Significantly reduce the "jitter" that is typical for PS/2 mice | Alfred Perlstein | 2003-12-11 | 1 | -110/+256 |
| * | - Implement selwakeuppri() which allows raising the priority of a | Seigo Tanimura | 2003-11-09 | 1 | -1/+1 |
| * | Assign keycodes for Power, Sleep and Wake keys. | Max Khon | 2003-10-07 | 1 | -0/+9 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 2 | -2/+6 |
| * | Fix for FAIL_IF_NO_KBD case as expected. | Hidetoshi Shimokawa | 2003-07-13 | 1 | -1/+3 |
| * | Add support for the A4 Tech RFSW-35 mouse wheel. Probe is similar to | Mike Heffner | 2003-07-12 | 2 | -3/+11 |
| * | Reset the PSM aux device twice to help pierce through some KVM's to | Mike Heffner | 2003-07-07 | 1 | -0/+9 |
| * | - Use the new resource_disabled() helper function to see if devices are | John Baldwin | 2003-07-02 | 3 | -4/+3 |
| * | Add PnP PS/2 id for Dell Latitude X200. | Mike Heffner | 2003-07-01 | 1 | -0/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 5 | -11/+15 |
| * | wrap macro in do {...} while(0) | Poul-Henning Kamp | 2003-05-31 | 1 | -2/+2 |
| * | Remove extra ';' | Poul-Henning Kamp | 2003-05-31 | 1 | -1/+1 |
| * | AMD64 physical space is much larger than i386, de-i386 the bus_space and | Peter Wemm | 2003-05-12 | 1 | -1/+3 |
| * | Update the hardcoded bus tags for early console support for amd64. | Peter Wemm | 2003-05-01 | 1 | -1/+1 |
| * | Fix some easy, global, lint warnings. In most cases, this means | Mark Murray | 2003-04-30 | 6 | -6/+6 |
| * | Deprecate machine/limits.h in favor of new sys/limits.h. | Alexander Kabaev | 2003-04-29 | 2 | -3/+2 |
| * | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 1 | -13/+7 |
| * | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | Dag-Erling Smørgrav | 2003-03-02 | 1 | -3/+3 |