aboutsummaryrefslogtreecommitdiff
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* Add suspend/resume method to syscons. This switch the modeMitsuru IWASAKI2002-08-251-0/+35
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-3/+3
* Clock frequencies reported by sysctl should be unsigned values. DiscoveredMark Peek2002-06-221-2/+2
* After some comments from bde, rewrite the loops to avoid turning theJoerg Wunsch2002-05-141-43/+29
* style(9) changes before further editing that region:Joerg Wunsch2002-05-131-6/+7
* Hide the fd autoselection messages behind the bootverbose case so theyJoerg Wunsch2002-05-121-3/+5
* Increase the PIO timeout to approximately the value it used to haveJoerg Wunsch2002-05-122-15/+38
* Change the PIO loops from a hard counter into a loop that calls DELAY()Joerg Wunsch2002-05-102-8/+26
* Don't export timecounter structures under debug. with sysctl, theyPoul-Henning Kamp2002-04-301-6/+0
* Remove the tc_update() function. Any frequency change to thePoul-Henning Kamp2002-04-261-2/+0
* GC various bits and pieces of USERCONFIG from all over the place.Poul-Henning Kamp2002-04-091-8/+0
* When reading a UFS-style label from a floppy, don't attempt to use aJoerg Wunsch2002-04-021-1/+1
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-4/+4
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptMatthew Dillon2002-03-271-0/+12
* Push BIO_FORMAT into a local hack inside the floppy drivers wherePoul-Henning Kamp2002-03-261-0/+2
* Restore the original copyrightNicolas Souchu2002-03-231-0/+1
* Remove __P.Alfred Perlstein2002-03-201-7/+7
* Remove __P.Alfred Perlstein2002-03-202-37/+37
* Fixes to make select/poll mpsafe.Alfred Perlstein2002-03-141-2/+0
* Add SONY VAIO psm controller ISA-PnP ID.Takanori Watanabe2002-03-101-0/+1
* revert last commit temporarily due to whining on the lists.Matthew Dillon2002-02-261-13/+0
* STAGE-1 of 3 commit - allow (but do not require) interrupts to remainMatthew Dillon2002-02-261-0/+13
* Fix style bugs:Alfred Perlstein2002-02-241-2/+3
* Give a little more information as to why pnp configuration of a deviceAlfred Perlstein2002-02-241-1/+7
* Disksort will not "munge" requests, BIO_ORDERED or not, so removePoul-Henning Kamp2002-02-221-4/+2
* - Do not hang if the resource allocation fails.Seigo Tanimura2002-02-051-0/+2
* Don't include <isa/isavar.h> or compile code depending on it when isaBruce Evans2002-01-301-0/+5
* Use the new resource_list_print_type() function.Thomas Moestl2001-12-212-41/+6
* Introduce a standard name for the lock protecting an interrupt controllerJohn Baldwin2001-12-201-0/+10
* Add another PS2 PNP id.Sheldon Hearn2001-12-191-0/+1
* Change the test for _MACHINE_ARCH == i386 into #ifdef __i386__ since itJoerg Wunsch2001-12-181-2/+8
* Remove PC98 code. This file is not used by PC98.Yoshihiro Takahashi2001-12-161-17/+0
* Long promised major enhancement set for the floppy disk driver:Joerg Wunsch2001-12-152-282/+496
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-11/+11
* Moved to dev/joyWarner Losh2001-12-051-275/+0
* Some fix for the recent apm module changes.Mitsuru IWASAKI2001-11-011-7/+4
* Break out the bus front ends into their own files. RewriteWarner Losh2001-10-231-1/+0
* First commit after a repo copy of isa/sio* -> dev/sio:Warner Losh2001-10-222-3526/+0
* - Make the sio_inited handling more properly MP safe.John Baldwin2001-10-201-2/+6
* Hack for the "out-of-sync" error.Kazutaka YOKOTA2001-10-131-109/+152
* Remove an unneeded variable declaration and statement.Robert Drehmel2001-10-091-2/+0
* Add PnP ID 'IBM3781' for TP240 mouse.Takanori Watanabe2001-10-031-0/+1
* Add support for 28800 baud to sio.Jonathan Lemon2001-09-291-0/+1
* Gate low level console output on mtx_lock_spin(&sio_lock), if theJonathan Lemon2001-09-271-0/+4
* Yet another turn of workaround for psm/ACPI/PnP BIOSKazutaka YOKOTA2001-09-252-39/+84
* Reinitialize the keyboard after the ACPI resume event.Kazutaka YOKOTA2001-09-231-1/+10
* Tweak so I can use a serial console on ia64.Doug Rabson2001-09-221-1/+1
* Recognize two cheap PCI 16550 devices :Murray Stokely2001-09-161-2/+4
* Handle "identifier strings" right. Each ISA PnP card must have aKazutaka YOKOTA2001-09-151-2/+12
* Refine ACPI/PnP BIOS probe/attach routines a bit.Kazutaka YOKOTA2001-09-152-14/+37