summaryrefslogtreecommitdiffstats
path: root/sys/i386/bios
Commit message (Expand)AuthorAgeFilesLines
* Make it explicit that D_MEM cdevsw d_flag is to signify that thekib2016-05-011-1/+1
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toskra2016-02-221-1/+0
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-2/+1
* Revert r267961, r267973:gjb2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-2/+1
* This isn't functionally identical. In some cases a hint to disableeadler2012-10-221-0/+3
* Now that device disabling is generic, remove extraneous code from theeadler2012-10-221-3/+0
* Add missing header needed by free(9).kevlo2012-09-301-0/+1
* Free result of device_get_children(9).kevlo2012-09-301-0/+1
* Remove the argument-less .align directive in sys/i386/bios/smapi_bios.S.dim2012-08-291-1/+0
* Do not invoke resume event handlers if suspend was successful.jkim2011-04-191-4/+6
* Add suspend/resume event handlers for apm(4) as well.jkim2011-04-191-6/+7
* Add compat shim for apm(4) to translate APM BIOS function numbers from i386jkim2010-11-111-0/+17
* Introduce the new kernel sub-tree x86 which should contain all the codeattilio2010-02-252-574/+0
* Unobfuscate unit number handling in apm(4).ed2009-10-311-13/+9
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-203-6/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-023-0/+6
* Some minor style changes:imp2009-05-201-22/+14
* Oops, sorry. Fix for fix.mav2009-05-041-1/+1
* There is no atrtc driver in pc98, so hide atrtcclock_disable variable usagemav2009-05-041-0/+2
* Rename statclock_disable variable to atrtcclock_disable that it actually is,mav2009-05-031-1/+2
* Replace all calls to minor() with dev2unit().ed2008-09-272-2/+2
* Add multiple include guards.jhb2008-09-241-0/+4
* Now that all platforms use genclock, shuffle things around slightlyphk2008-04-221-1/+0
* Hold Giant over the entire execution of the suspend path instead ofnjl2007-12-061-4/+4
* Apply the same sort of locking done injulian2007-11-141-0/+10
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-2/+2
* Tweak the probe/attach order of devices on the x86 nexus devices.jhb2007-03-203-3/+3
* First part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-021-0/+1
* APM was calling the suspend process from a timeout. This meant thatimp2006-05-252-27/+42
* Fix build (including both asm.h and asmacros.h is evil).ru2005-07-221-2/+0
* Fix smbios(4) and add support for amd64jkim2005-07-211-4/+22
* - Consistently protect against NULL dereference.mdodd2005-04-121-48/+58
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-062-2/+2
* Remove local hacks to set flags now that the device probe does this for us.njl2004-10-141-9/+1
* Clarify SDT feature word bits.mdodd2004-08-311-4/+5
* Fix checksum calculation.mdodd2004-08-311-12/+7
* o Return ai_batteries as 0xffffffff instead of -1. This is a nop change, butimp2004-06-162-2/+3
* Do the dreaded s/dev_t/struct cdev */phk2004-06-162-7/+7
* Remove atdevbase and replace it's remaining uses with direct references tojhb2004-06-104-0/+4
* Add missing #include <sys/module.h>phk2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-173-12/+9
* Device megapatch 4/6:phk2004-02-212-1/+4
* Device megapatch 1/6:phk2004-02-212-3/+0
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-1/+1
* The present defaults for the open and close for device drivers whichphk2003-09-271-2/+0
* - Use the new resource_disabled() helper function to see if devices arejhb2003-07-021-10/+5
* Implement a loader tunable/sysctl to allow the user to request thatmdodd2003-06-221-0/+8
* Despite my best efforts the Linux way of doing this is the onlymdodd2003-06-132-38/+20
* Use __FBSDID().obrien2003-06-026-11/+17
OpenPOWER on IntegriCloud