aboutsummaryrefslogtreecommitdiff
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a module version number.Matthew N. Dodd2003-04-151-0/+1
* Use bioq_flush() to drain a bio queue with a specific error code.Poul-Henning Kamp2003-04-011-1/+1
* Correct an argument to bus_alloc_resource().Matthew N. Dodd2003-03-251-2/+2
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-1/+1
* Use repo-copied files in sys/i386/bios.Matthew N. Dodd2003-03-241-1/+1
* Including <sys/stdint.h> is (almost?) universally only to be able to usePoul-Henning Kamp2003-03-181-1/+0
* Fix a malloc() with no legal modeflag.Poul-Henning Kamp2003-03-171-1/+1
* Call devstat_start_transaction_bio() instead of devstat_start_transaction()Poul-Henning Kamp2003-03-151-1/+1
* Allocate the devstat structure with devstat_new_entry().Poul-Henning Kamp2003-03-081-6/+6
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-033-39/+24
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav2003-03-022-6/+6
* Cleanup of the d_mmap_t interface.Maxime Henrion2003-02-251-2/+2
* Switch to using the TSC code in i386/i386/tsc.c.Poul-Henning Kamp2003-02-111-114/+1
* Split the global timezone structure into two integer fields toPoul-Henning Kamp2003-02-031-2/+2
* Split statclock into statclock and profclock, and made the method for drivingJake Burkholder2003-02-031-6/+22
* Correct error message.Yoshihiro Takahashi2003-02-021-1/+1
* Make tsc_freq a 64bit quantity.Poul-Henning Kamp2003-01-291-5/+7
* YAM: This id is found in a Sony Vaio GRX-670. When will this end?Marcel Moolenaar2003-01-221-0/+1
* Add yet another Sony Vaio PS/2 mouse ID. This one is found on a VX88.Jeffrey Hsu2003-01-221-2/+3
* Add yet another Sony Vaio PS/2 mouse ID. This one is found in a R505GL.Marcel Moolenaar2003-01-211-0/+1
* 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