aboutsummaryrefslogtreecommitdiff
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* Don't check for device_get_softc() returning NULL, it can't happen.Maxime Henrion2004-04-171-3/+0
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-075-20/+0
* Put a bunch of output that us really only useful in a debugMark Murray2004-04-041-1/+13
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-176-45/+39
* Remove unused FDNUMTOUNIT() macroPoul-Henning Kamp2004-02-291-2/+0
* Make mode setting with fdcontrol(8) stick.Poul-Henning Kamp2004-02-251-182/+61
* Device megapatch 4/6:Poul-Henning Kamp2004-02-213-1/+6
* Device megapatch 1/6:Poul-Henning Kamp2004-02-212-4/+0
* Workaround some ACPI BIOSen which break the IO port into multipleNate Lawson2004-02-151-1/+35
* Significantly reduce the "jitter" that is typical for PS/2 miceAlfred Perlstein2003-12-111-110/+256
* Don't disable the TSC with statclock_disable.Poul-Henning Kamp2003-11-131-9/+9
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-091-1/+1
* New APIC support code:John Baldwin2003-11-031-182/+17
* Fix a panic that occurs when resuming. For some reason, sc->cur_scp isNate Lawson2003-10-291-0/+4
* Look at the equipment list for amd64 as well as i386 for autodetectingPeter Wemm2003-10-231-2/+2
* Eliminate use bio_blkno.Poul-Henning Kamp2003-10-181-16/+10
* Change fb_attach() and fb_detach() to take a integer unit number ratherPoul-Henning Kamp2003-09-261-1/+1
* Per TRB vote: restore the aquire_timer0 and associated goo. This willWarner Losh2003-09-241-2/+146
* Pick up softc from dev_t rathern than through newbus gymnastics.Poul-Henning Kamp2003-09-171-11/+12
* Since it is static these days, there is no reason to uppercase thePoul-Henning Kamp2003-09-171-4/+4
* Disable the use of cloning use in floppy and CD drivers.Poul-Henning Kamp2003-09-111-6/+6
* clock.c:Bruce Evans2003-09-071-2/+18
* Clean up some antique stuff. We do not support Weitek FPUs etc, and neverPeter Wemm2003-09-051-10/+0
* Put the device cloning functions for disk-drivers under #ifndef BURN_BRIDGES.Poul-Henning Kamp2003-09-051-3/+19
* Give timecounters a numeric quality field.Poul-Henning Kamp2003-08-161-1/+2
* remove acquire_timer0() and release_timer0() and related stuff.Poul-Henning Kamp2003-08-151-134/+2
* Dont initialize a TSC timecounter until we know if it is broken or not.Poul-Henning Kamp2003-08-061-0/+1
* Add printer support to puc(4) driver.Doug Ambrisko2003-08-012-2431/+0
* Add support for the A4 Tech RFSW-35 mouse wheel. Probe is similar toMike Heffner2003-07-121-3/+10
* - Make the isab devclass global to allow for multiple ISA bridge drivers.John Baldwin2003-07-082-0/+22
* Reset the PSM aux device twice to help pierce through some KVM's toMike Heffner2003-07-071-0/+9
* - Use the new resource_disabled() helper function to see if devices areJohn Baldwin2003-07-024-8/+5
* Add PnP PS/2 id for Dell Latitude X200.Mike Heffner2003-07-011-0/+1
* Force media autodetection if the device has lost its parameter table.Yaroslav Tykhiy2003-06-161-1/+7
* If in non-blocking mode, return EAGAIN instead of ENXIOYaroslav Tykhiy2003-06-161-1/+4
* Always set bio_resid properly in fdstrategy(),Yaroslav Tykhiy2003-06-151-3/+2
* Check whether the floppy type pointer has been set before tryingYaroslav Tykhiy2003-06-151-0/+4
* Use __FBSDID().David E. O'Brien2003-06-1112-24/+36
* Use __FBSDID().David E. O'Brien2003-06-021-1/+3
* wrap macro in do {...} while(0)Poul-Henning Kamp2003-05-311-2/+2
* Remove unused variable(s).Poul-Henning Kamp2003-05-311-6/+2
* Remove break after return;Poul-Henning Kamp2003-05-311-7/+0
* Don't rely on boolean expression evaluating to 1 or 0 by default.Poul-Henning Kamp2003-05-311-1/+1
* Remove unused variable(s).Poul-Henning Kamp2003-05-311-3/+3
* Remove unused variable.Poul-Henning Kamp2003-05-311-2/+0
* Remove extra ';'Poul-Henning Kamp2003-05-311-1/+1
* Only use the pc bios stuff on i386's. I think this might even be unusedPeter Wemm2003-05-011-0/+2
* Create a 'legacy' node for AMD64 as well as i386. While we'll neverPeter Wemm2003-04-301-1/+1
* Fix some easy, global, lint warnings. In most cases, this meansMark Murray2003-04-304-4/+4
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-292-2/+2