summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* Fix a probably rare and inconsequential memory leak.phk2002-10-021-1/+3
* Add support for DIOCGMEDIASIZE and DIOCGSECTORSIZE.phk2002-09-301-40/+9
* Prefix private BIO commands with "FD" so people get a hint that theyphk2002-09-301-11/+11
* Don't leak memory in case device_add_child_ordered() returns NULL.phk2002-09-301-3/+6
* Added some buggy PC-98 PnP cards support.nyan2002-09-291-0/+40
* Be consistent about "static" functions: if the function is markedphk2002-09-281-4/+4
* Argh, isa(4), eisa(4) and mca(4) now attach to legacy(4) instead ofjhb2002-09-261-2/+2
* Fix a 3 year old oversight: Remove the #ifdef/#endif pair now that therephk2002-09-211-2/+0
* Make FreeBSD "struct disklabel" agnostic, step 311 of 723:phk2002-09-201-2/+3
* Restore status register A of RTC at resume time.iwasaki2002-09-181-0/+1
* Suitably shrink a comment so it applies again.phk2002-09-151-5/+2
* Fix a bug were a struct bio was freed and certain members subsequentlyphk2002-09-131-4/+3
* Pass the physical instead of the logical block number injoerg2002-09-121-1/+1
* Add suspend/resume method to syscons. This switch the modeiwasaki2002-08-251-0/+35
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-3/+3
* Clock frequencies reported by sysctl should be unsigned values. Discoveredmp2002-06-221-2/+2
* After some comments from bde, rewrite the loops to avoid turning thejoerg2002-05-141-43/+29
* style(9) changes before further editing that region:joerg2002-05-131-6/+7
* Hide the fd autoselection messages behind the bootverbose case so theyjoerg2002-05-121-3/+5
* Increase the PIO timeout to approximately the value it used to havejoerg2002-05-122-15/+38
* Change the PIO loops from a hard counter into a loop that calls DELAY()joerg2002-05-102-8/+26
* Don't export timecounter structures under debug. with sysctl, theyphk2002-04-301-6/+0
* Remove the tc_update() function. Any frequency change to thephk2002-04-261-2/+0
* GC various bits and pieces of USERCONFIG from all over the place.phk2002-04-091-8/+0
* When reading a UFS-style label from a floppy, don't attempt to use ajoerg2002-04-021-1/+1
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-4/+4
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptdillon2002-03-271-0/+12
* Push BIO_FORMAT into a local hack inside the floppy drivers wherephk2002-03-261-0/+2
* Restore the original copyrightnsouch2002-03-231-0/+1
* Remove __P.alfred2002-03-201-7/+7
* Remove __P.alfred2002-03-202-37/+37
* Fixes to make select/poll mpsafe.alfred2002-03-141-2/+0
* Add SONY VAIO psm controller ISA-PnP ID.takawata2002-03-101-0/+1
* revert last commit temporarily due to whining on the lists.dillon2002-02-261-13/+0
* STAGE-1 of 3 commit - allow (but do not require) interrupts to remaindillon2002-02-261-0/+13
* Fix style bugs:alfred2002-02-241-2/+3
* Give a little more information as to why pnp configuration of a devicealfred2002-02-241-1/+7
* Disksort will not "munge" requests, BIO_ORDERED or not, so removephk2002-02-221-4/+2
* - Do not hang if the resource allocation fails.tanimura2002-02-051-0/+2
* Don't include <isa/isavar.h> or compile code depending on it when isabde2002-01-301-0/+5
* Use the new resource_list_print_type() function.tmm2001-12-212-41/+6
* Introduce a standard name for the lock protecting an interrupt controllerjhb2001-12-201-0/+10
* Add another PS2 PNP id.sheldonh2001-12-191-0/+1
* Change the test for _MACHINE_ARCH == i386 into #ifdef __i386__ since itjoerg2001-12-181-2/+8
* Remove PC98 code. This file is not used by PC98.nyan2001-12-161-17/+0
* Long promised major enhancement set for the floppy disk driver:joerg2001-12-152-282/+496
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-11/+11
* Moved to dev/joyimp2001-12-051-275/+0
* Some fix for the recent apm module changes.iwasaki2001-11-011-7/+4
* Break out the bus front ends into their own files. Rewriteimp2001-10-231-1/+0
OpenPOWER on IntegriCloud