summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-176-45/+39
* Remove unused FDNUMTOUNIT() macrophk2004-02-291-2/+0
* Make mode setting with fdcontrol(8) stick.phk2004-02-251-182/+61
* Device megapatch 4/6:phk2004-02-213-1/+6
* Device megapatch 1/6:phk2004-02-212-4/+0
* Workaround some ACPI BIOSen which break the IO port into multiplenjl2004-02-151-1/+35
* Significantly reduce the "jitter" that is typical for PS/2 micealfred2003-12-111-110/+256
* Don't disable the TSC with statclock_disable.phk2003-11-131-9/+9
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-1/+1
* New APIC support code:jhb2003-11-031-182/+17
* Fix a panic that occurs when resuming. For some reason, sc->cur_scp isnjl2003-10-291-0/+4
* Look at the equipment list for amd64 as well as i386 for autodetectingpeter2003-10-231-2/+2
* Eliminate use bio_blkno.phk2003-10-181-16/+10
* Change fb_attach() and fb_detach() to take a integer unit number ratherphk2003-09-261-1/+1
* Per TRB vote: restore the aquire_timer0 and associated goo. This willimp2003-09-241-2/+146
* Pick up softc from dev_t rathern than through newbus gymnastics.phk2003-09-171-11/+12
* Since it is static these days, there is no reason to uppercase thephk2003-09-171-4/+4
* Disable the use of cloning use in floppy and CD drivers.phk2003-09-111-6/+6
* clock.c:bde2003-09-071-2/+18
* Clean up some antique stuff. We do not support Weitek FPUs etc, and neverpeter2003-09-051-10/+0
* Put the device cloning functions for disk-drivers under #ifndef BURN_BRIDGES.phk2003-09-051-3/+19
* Give timecounters a numeric quality field.phk2003-08-161-1/+2
* remove acquire_timer0() and release_timer0() and related stuff.phk2003-08-151-134/+2
* Dont initialize a TSC timecounter until we know if it is broken or not.phk2003-08-061-0/+1
* Add printer support to puc(4) driver.ambrisko2003-08-012-2431/+0
OpenPOWER on IntegriCloud