summaryrefslogtreecommitdiffstats
path: root/sys/i386/bios
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge PC98 support.mdodd2003-03-252-0/+122
* Correct a mis-merge.mdodd2003-03-241-2/+2
* - Consolidate smapi driver.mdodd2003-03-243-361/+218
* Add the 'vpd' and 'smbios' drivers. The 'smbios' driver is just amdodd2003-03-242-0/+559
* Use repo-copied files in sys/i386/bios.mdodd2003-03-242-2/+2
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-032-27/+13
* - Removed unecesary code.mdodd2003-01-183-55/+48
* A driver for the System Management Application Programmdodd2003-01-174-0/+546
* Be consistent about functions being static.phk2002-10-161-1/+1
* use __packed.alfred2002-09-231-1/+1
OpenPOWER on IntegriCloud