summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* 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
OpenPOWER on IntegriCloud