summaryrefslogtreecommitdiffstats
path: root/sys/i386/bios/apm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Unobfuscate unit number handling in apm(4).ed2009-10-311-13/+9
* 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-271-1/+1
* 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
* 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-251-26/+38
* - Consistently protect against NULL dereference.mdodd2005-04-121-48/+58
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Remove local hacks to set flags now that the device probe does this for us.njl2004-10-141-9/+1
* o Return ai_batteries as 0xffffffff instead of -1. This is a nop change, butimp2004-06-161-2/+2
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-5/+5
* Add missing #include <sys/module.h>phk2004-05-301-0/+1
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-1/+1
* - 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
* Use __FBSDID().obrien2003-06-021-2/+3
* Merge PC98 support.mdodd2003-03-251-0/+117
* Use repo-copied files in sys/i386/bios.mdodd2003-03-241-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+7
* Be consistent about functions being static.phk2002-10-161-1/+1
* Hang apm off of the legacy device instead of the nexus.jhb2002-09-231-1/+1
* Use a function instead of embedding non-portable asm() constructsmarkm2002-09-211-1/+2
* Sort includes.markm2002-09-211-13/+14
* Remove __P.alfred2002-03-201-4/+4
* Add generalized power profile code.iwasaki2002-03-041-0/+20
* Some fix for the recent apm module changes.iwasaki2001-11-011-2/+96
* KSE Milestone 2julian2001-09-121-5/+5
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Commit some tweaks I have had laying around my tree for over a year now.peter2001-03-131-6/+7
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-1/+1
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Add Timer device driver for power management events.iwasaki2000-09-141-80/+6
* Add output of per battery information to apm(1).ume2000-08-131-14/+44
* Cleanup debug messages and Add some enhancements from linux oniwasaki2000-08-041-63/+52
* Except for the information gathering IOCTLs, require apm device beimp2000-07-191-0/+16
* Correctly handle suspend and resume in APM.n_hibma2000-02-061-14/+13
* Remove code to select APM version with flags to the apm0 device. Thisjlemon1999-12-021-21/+4
* Use DRIVER_MODULE(), apm.c already takes care of it's devices withpeter1999-11-081-1/+1
OpenPOWER on IntegriCloud