summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* Force media autodetection if the device has lost its parameter table.yar2003-06-161-1/+7
* If in non-blocking mode, return EAGAIN instead of ENXIOyar2003-06-161-1/+4
* Always set bio_resid properly in fdstrategy(),yar2003-06-151-3/+2
* Check whether the floppy type pointer has been set before tryingyar2003-06-151-0/+4
* Use __FBSDID().obrien2003-06-1112-24/+36
* Use __FBSDID().obrien2003-06-021-1/+3
* wrap macro in do {...} while(0)phk2003-05-311-2/+2
* Remove unused variable(s).phk2003-05-311-6/+2
* Remove break after return;phk2003-05-311-7/+0
* Don't rely on boolean expression evaluating to 1 or 0 by default.phk2003-05-311-1/+1
* Remove unused variable(s).phk2003-05-311-3/+3
* Remove unused variable.phk2003-05-311-2/+0
* Remove extra ';'phk2003-05-311-1/+1
* Only use the pc bios stuff on i386's. I think this might even be unusedpeter2003-05-011-0/+2
* Create a 'legacy' node for AMD64 as well as i386. While we'll neverpeter2003-04-301-1/+1
* Fix some easy, global, lint warnings. In most cases, this meansmarkm2003-04-304-4/+4
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-292-2/+2
* Add a module version number.mdodd2003-04-151-0/+1
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-011-1/+1
* Correct an argument to bus_alloc_resource().mdodd2003-03-251-2/+2
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-1/+1
* Use repo-copied files in sys/i386/bios.mdodd2003-03-241-1/+1
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* Fix a malloc() with no legal modeflag.phk2003-03-171-1/+1
* Call devstat_start_transaction_bio() instead of devstat_start_transaction()phk2003-03-151-1/+1
* Allocate the devstat structure with devstat_new_entry().phk2003-03-081-6/+6
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-033-39/+24
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-022-6/+6
* Cleanup of the d_mmap_t interface.mux2003-02-251-2/+2
* Switch to using the TSC code in i386/i386/tsc.c.phk2003-02-111-114/+1
* Split the global timezone structure into two integer fields tophk2003-02-031-2/+2
* Split statclock into statclock and profclock, and made the method for drivingjake2003-02-031-6/+22
* Correct error message.nyan2003-02-021-1/+1
* Make tsc_freq a 64bit quantity.phk2003-01-291-5/+7
* YAM: This id is found in a Sony Vaio GRX-670. When will this end?marcel2003-01-221-0/+1
* Add yet another Sony Vaio PS/2 mouse ID. This one is found on a VX88.hsu2003-01-221-2/+3
* Add yet another Sony Vaio PS/2 mouse ID. This one is found in a R505GL.marcel2003-01-211-0/+1
* Make the SC_NO_SUSPEND_VTYSWITCH kernel option available as a loadermdodd2003-01-151-9/+19
* - GC a few more hand-rolled 'abs' macros.mdodd2003-01-151-16/+7
* Bail out of fd_clone() if the parsed unit number doesn't match ourjoerg2003-01-111-0/+3
* Remove calls to cdevsw_add(), they are dreprecated on this branch now.phk2002-12-281-6/+0
* Use the correct value when writing the Day Of Week byte in the CMOS.phk2002-12-041-1/+1
* Capitalize the first letter of device descriptionsmux2002-11-111-2/+2
* Fix compile with options SC_NO_SUSPEND_VTYSWITCH.jhb2002-10-171-0/+2
* 1. Fix a comment. Locking _is_ needed (but not done).iwasaki2002-10-171-12/+8
* Add new syscons option SC_NO_SUSPEND_VTYSWITCH.iwasaki2002-10-171-0/+4
* Put an XXX: comment here to point out a couple of free() issues onphk2002-10-161-0/+4
* No need to declare M_ISADEV here.phk2002-10-161-2/+0
* Properly put macro args in ().phk2002-10-161-1/+1
* - Use __BUS_ACCESSOR() to define the ISA ivar accessor functions instead ofjhb2002-10-152-22/+10
OpenPOWER on IntegriCloud