aboutsummaryrefslogtreecommitdiff
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* Add pnp and location info for the ISA bus. The pnp info is theWarner Losh2005-08-011-0/+25
* Fixup some more fallout from the lapic/i8254 changes:John Baldwin2005-07-131-24/+20
* Remove a || 1 that crept into the i8254 commit and was subsequentlyJohn Baldwin2005-07-051-1/+1
* Use a simpler implementation for the i8254 timecounter when using the lapicJohn Baldwin2005-07-011-12/+35
* - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) sourceMarius Strobl2005-06-103-4203/+0
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-2/+0
* - Move bus dependent defines to {isa,cbus}_dmareg.h.Yoshihiro Takahashi2005-05-142-5/+56
* - Move timerreg.h to <arch>/include and split i8253 specific defines intoYoshihiro Takahashi2005-05-143-23/+15
* Remove unused IO_NPX* defines.Yoshihiro Takahashi2005-05-121-2/+0
* Add ISACFGATTR_HINTS flag to allow detection of a device that was createdMatthew N. Dodd2005-04-132-0/+3
* Replace spl protection in rtcin() and writertc() with spinlocksMatthew N. Dodd2005-04-121-6/+6
* - Don't enable periodic interrupts from the RTC by default in rtc_statusb.John Baldwin2005-03-241-22/+26
* Use STAILQ in preference to SLIST for the resources. Insert new resourcesWarner Losh2005-03-181-5/+5
* Whitespace sync with amd64. (Rather than re-add the extra blank linesPeter Wemm2005-03-111-3/+0
* - Remove the BURN_BRIDGES marked support for hooking into the ISA timer 0John Baldwin2005-03-091-144/+2
* Save and restore the VGA state across a suspend-resume cycle. ThisIan Dowse2005-02-281-0/+55
* Use dynamic major number allocation.Poul-Henning Kamp2005-02-271-1/+0
* Use the local APIC timer to drive the various kernel clocks on SMP machinesJohn Baldwin2005-02-081-19/+19
* Since we are quite unlikely to ever face another platform whichPoul-Henning Kamp2005-02-061-8/+9
* Anytime we write to the RTC's status B register to possibly enableJohn Baldwin2005-02-031-0/+3
* Protect against wrapping. This appaers to fix some hangs that peopleWarner Losh2005-01-231-1/+1
* Make life for owners of Synaptics Touchpads more pleasant :-)Philip Paeps2005-01-101-11/+207
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-062-2/+2
* Reduce diffs to work in progress before checking in serious changes.Philip Paeps2005-01-031-19/+20
* Formatting nitsWarner Losh2004-12-271-6/+6
* Get rid of #ifdef for legacy system. Move that into the MD code.Warner Losh2004-12-242-6/+7
* A few style(9) changes before more extensive changes:Warner Losh2004-12-242-74/+65
* Make the other pnp messages more explicit as well...Warner Losh2004-12-241-1/+1
* Note when we're done probing PNP. There's been several reports over theWarner Losh2004-12-241-0/+2
* Various style(9) items before of some more extensive work:Warner Losh2004-12-242-67/+64
* GC #if 0'd code. It can go away now...Warner Losh2004-12-242-99/+0
* PNP BIOS devices are fundamentally different than ISA PNP devices.Warner Losh2004-12-071-8/+9
* Stop printing the VGA registers during verbose boot, in order to notPoul-Henning Kamp2004-11-031-1/+1
* Remove local hacks to set flags now that the device probe does this for us.Nate Lawson2004-10-142-6/+1
* Introduce a tunable to disable support for Synaptics touchpads. A number ofPhilip Paeps2004-09-291-1/+11
* Converge towards i386. I originally resisted creating <machine/pc/bios.h>Peter Wemm2004-09-241-8/+7
* Add new a function isa_dma_init() which returns an errno when it failsPoul-Henning Kamp2004-09-151-1/+7
* Improve sync recovery algorithm:Justin T. Gibbs2004-08-271-97/+119
* Defer the capture of the "expected sync bits" until the first "normal"Justin T. Gibbs2004-08-171-20/+13
* Don't initialize static variables to 0 (C should just take care of that).Philip Paeps2004-08-161-2/+2
* Update support for Synaptics Touchpads (Volume V)Philip Paeps2004-08-161-5/+29
* Assume a finger of regular width when no width value is reported byPhilip Paeps2004-08-081-3/+10
* Update support for Synaptics Touchpads (Volume IV)Philip Paeps2004-08-081-2/+2
* Update support for Synaptics Touchpads (Volume III)Philip Paeps2004-08-081-0/+26
* Update support for Synaptics Touchpads (Volume II)Philip Paeps2004-08-081-5/+26
* Update support for Synaptics Touchpads (Volume I)Philip Paeps2004-08-081-53/+64
* Add support for the Synaptics Touchpad mouse driver. I reworked theNate Lawson2004-07-301-1/+213
* Ignore more strange return values of the test_aux_port() function,Maxime Henrion2004-07-161-6/+10
* Partially revert previous commit. Calling getit() unconditionally fixedMarcel Moolenaar2004-07-111-11/+22
* Call getit() unconditionally and only grab clock_lock when theMarcel Moolenaar2004-07-101-20/+13