aboutsummaryrefslogtreecommitdiff
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
...
* Make the SC_NO_SUSPEND_VTYSWITCH kernel option available as a loaderMatthew N. Dodd2003-01-151-9/+19
* - GC a few more hand-rolled 'abs' macros.Matthew N. Dodd2003-01-151-16/+7
* Bail out of fd_clone() if the parsed unit number doesn't match ourJoerg Wunsch2003-01-111-0/+3
* Remove calls to cdevsw_add(), they are dreprecated on this branch now.Poul-Henning Kamp2002-12-281-6/+0
* Use the correct value when writing the Day Of Week byte in the CMOS.Poul-Henning Kamp2002-12-041-1/+1
* Capitalize the first letter of device descriptionsMaxime Henrion2002-11-111-2/+2
* Fix compile with options SC_NO_SUSPEND_VTYSWITCH.John Baldwin2002-10-171-0/+2
* 1. Fix a comment. Locking _is_ needed (but not done).Mitsuru IWASAKI2002-10-171-12/+8
* Add new syscons option SC_NO_SUSPEND_VTYSWITCH.Mitsuru IWASAKI2002-10-171-0/+4
* Put an XXX: comment here to point out a couple of free() issues onPoul-Henning Kamp2002-10-161-0/+4
* No need to declare M_ISADEV here.Poul-Henning Kamp2002-10-161-2/+0
* Properly put macro args in ().Poul-Henning Kamp2002-10-161-1/+1
* - Use __BUS_ACCESSOR() to define the ISA ivar accessor functions instead ofJohn Baldwin2002-10-152-22/+10
* Fix a probably rare and inconsequential memory leak.Poul-Henning Kamp2002-10-021-1/+3
* Add support for DIOCGMEDIASIZE and DIOCGSECTORSIZE.Poul-Henning Kamp2002-09-301-40/+9
* Prefix private BIO commands with "FD" so people get a hint that theyPoul-Henning Kamp2002-09-301-11/+11
* Don't leak memory in case device_add_child_ordered() returns NULL.Poul-Henning Kamp2002-09-301-3/+6
* Added some buggy PC-98 PnP cards support.Yoshihiro Takahashi2002-09-291-0/+40
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-4/+4
* Argh, isa(4), eisa(4) and mca(4) now attach to legacy(4) instead ofJohn Baldwin2002-09-261-2/+2
* Fix a 3 year old oversight: Remove the #ifdef/#endif pair now that therePoul-Henning Kamp2002-09-211-2/+0
* Make FreeBSD "struct disklabel" agnostic, step 311 of 723:Poul-Henning Kamp2002-09-201-2/+3
* Restore status register A of RTC at resume time.Mitsuru IWASAKI2002-09-181-0/+1
* Suitably shrink a comment so it applies again.Poul-Henning Kamp2002-09-151-5/+2
* Fix a bug were a struct bio was freed and certain members subsequentlyPoul-Henning Kamp2002-09-131-4/+3
* Pass the physical instead of the logical block number inJoerg Wunsch2002-09-121-1/+1
* 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-42/+28
* 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