summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* Use STAILQ in preference to SLIST for the resources. Insert new resourcesimp2005-03-181-5/+5
* Whitespace sync with amd64. (Rather than re-add the extra blank linespeter2005-03-111-3/+0
* - Remove the BURN_BRIDGES marked support for hooking into the ISA timer 0jhb2005-03-091-144/+2
* Save and restore the VGA state across a suspend-resume cycle. Thisiedowse2005-02-281-0/+55
* Use dynamic major number allocation.phk2005-02-271-1/+0
* Use the local APIC timer to drive the various kernel clocks on SMP machinesjhb2005-02-081-19/+19
* Since we are quite unlikely to ever face another platform whichphk2005-02-061-8/+9
* Anytime we write to the RTC's status B register to possibly enablejhb2005-02-031-0/+3
* Protect against wrapping. This appaers to fix some hangs that peopleimp2005-01-231-1/+1
* Make life for owners of Synaptics Touchpads more pleasant :-)philip2005-01-101-11/+207
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-062-2/+2
* Reduce diffs to work in progress before checking in serious changes.philip2005-01-031-19/+20
* Formatting nitsimp2004-12-271-6/+6
* Get rid of #ifdef for legacy system. Move that into the MD code.imp2004-12-242-6/+7
* A few style(9) changes before more extensive changes:imp2004-12-242-74/+65
* Make the other pnp messages more explicit as well...imp2004-12-241-1/+1
* Note when we're done probing PNP. There's been several reports over theimp2004-12-241-0/+2
* Various style(9) items before of some more extensive work:imp2004-12-242-67/+64
* GC #if 0'd code. It can go away now...imp2004-12-242-99/+0
* PNP BIOS devices are fundamentally different than ISA PNP devices.imp2004-12-071-8/+9
* Stop printing the VGA registers during verbose boot, in order to notphk2004-11-031-1/+1
* Remove local hacks to set flags now that the device probe does this for us.njl2004-10-142-6/+1
* Introduce a tunable to disable support for Synaptics touchpads. A number ofphilip2004-09-291-1/+11
* Converge towards i386. I originally resisted creating <machine/pc/bios.h>peter2004-09-241-8/+7
* Add new a function isa_dma_init() which returns an errno when it failsphk2004-09-151-1/+7
* Improve sync recovery algorithm:gibbs2004-08-271-97/+119
* Defer the capture of the "expected sync bits" until the first "normal"gibbs2004-08-171-20/+13
* Don't initialize static variables to 0 (C should just take care of that).philip2004-08-161-2/+2
* Update support for Synaptics Touchpads (Volume V)philip2004-08-161-5/+29
* Assume a finger of regular width when no width value is reported byphilip2004-08-081-3/+10
* Update support for Synaptics Touchpads (Volume IV)philip2004-08-081-2/+2
* Update support for Synaptics Touchpads (Volume III)philip2004-08-081-0/+26
* Update support for Synaptics Touchpads (Volume II)philip2004-08-081-5/+26
* Update support for Synaptics Touchpads (Volume I)philip2004-08-081-53/+64
* Add support for the Synaptics Touchpad mouse driver. I reworked thenjl2004-07-301-1/+213
* Ignore more strange return values of the test_aux_port() function,mux2004-07-161-6/+10
* Partially revert previous commit. Calling getit() unconditionally fixedmarcel2004-07-111-11/+22
* Call getit() unconditionally and only grab clock_lock when themarcel2004-07-101-20/+13
* These option roms are defined in the ISA standard, and in the ISAimp2004-07-051-2/+2
* Do the dreaded s/dev_t/struct cdev */phk2004-06-162-13/+13
* Remove atdevbase and replace it's remaining uses with direct references tojhb2004-06-101-0/+1
* add missing #include <sys/module.h>phk2004-05-303-0/+3
* Add some missing <sys/module.h> includes which are masked by thephk2004-05-301-0/+1
* Move fdc from isa/fd.c to dev/fdc/fdc.c. The old files wereimp2004-05-172-2793/+0
* Trim unused includes.jhb2004-05-111-1/+0
* - The i8254 uses IRQ 0, not IRQ 8. Correct i8254_intsrc to reference thejhb2004-04-271-4/+6
* Fixed breakage of the formatting operation in rev.1.266. The wrongbde2004-04-251-2/+9
* Don't check for device_get_softc() returning NULL, it can't happen.mux2004-04-171-3/+0
* Remove advertising clause from University of California Regent'simp2004-04-075-20/+0
* Put a bunch of output that us really only useful in a debugmarkm2004-04-041-1/+13
OpenPOWER on IntegriCloud