aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/bios/apm.c
Commit message (Expand)AuthorAgeFilesLines
* Remove APM BIOS supportWarner Losh2020-10-081-1526/+0
* i386: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-11/+0
* Add deprecation notice for apm BIOSWarner Losh2020-08-311-0/+2
* Use NULL for SYSINIT's last arg, which is a pointer typeEd Maste2018-05-181-1/+1
* inittodr(0) actually sets the time, so there's no need to callWarner Losh2018-01-101-5/+1
* Retire pmtimer driver. Move time fixing into apm driver. MoveWarner Losh2018-01-101-21/+97
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-132/+3
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-2/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-2/+1
* This isn't functionally identical. In some cases a hint to disableEitan Adler2012-10-221-0/+3
* Now that device disabling is generic, remove extraneous code from theEitan Adler2012-10-221-3/+0
* Do not invoke resume event handlers if suspend was successful.Jung-uk Kim2011-04-191-4/+6
* Add suspend/resume event handlers for apm(4) as well.Jung-uk Kim2011-04-191-6/+7
* Add compat shim for apm(4) to translate APM BIOS function numbers from i386Jung-uk Kim2010-11-111-0/+17
* Unobfuscate unit number handling in apm(4).Ed Schouten2009-10-311-13/+9
* Oops, sorry. Fix for fix.Alexander Motin2009-05-041-1/+1
* There is no atrtc driver in pc98, so hide atrtcclock_disable variable usageAlexander Motin2009-05-041-0/+2
* Rename statclock_disable variable to atrtcclock_disable that it actually is,Alexander Motin2009-05-031-1/+2
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-1/+1
* Now that all platforms use genclock, shuffle things around slightlyPoul-Henning Kamp2008-04-221-1/+0
* Hold Giant over the entire execution of the suspend path instead ofNate Lawson2007-12-061-4/+4
* Apply the same sort of locking done inJulian Elischer2007-11-141-0/+10
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-2/+2
* First part of a little cleanup in the calendar/timezone/RTC handling.Poul-Henning Kamp2006-10-021-0/+1
* APM was calling the suspend process from a timeout. This meant thatWarner Losh2006-05-251-26/+38
* - Consistently protect against NULL dereference.Matthew N. Dodd2005-04-121-48/+58
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Remove local hacks to set flags now that the device probe does this for us.Nate Lawson2004-10-141-9/+1
* o Return ai_batteries as 0xffffffff instead of -1. This is a nop change, butWarner Losh2004-06-161-2/+2
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-5/+5
* Add missing #include <sys/module.h>Poul-Henning Kamp2004-05-301-0/+1
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-091-1/+1
* - Use the new resource_disabled() helper function to see if devices areJohn Baldwin2003-07-021-10/+5
* Implement a loader tunable/sysctl to allow the user to request thatMatthew N. Dodd2003-06-221-0/+8
* Use __FBSDID().David E. O'Brien2003-06-021-2/+3
* Merge PC98 support.Matthew N. Dodd2003-03-251-0/+117
* Use repo-copied files in sys/i386/bios.Matthew N. Dodd2003-03-241-1/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+7
* Be consistent about functions being static.Poul-Henning Kamp2002-10-161-1/+1
* Hang apm off of the legacy device instead of the nexus.John Baldwin2002-09-231-1/+1
* Use a function instead of embedding non-portable asm() constructsMark Murray2002-09-211-1/+2
* Sort includes.Mark Murray2002-09-211-13/+14
* Remove __P.Alfred Perlstein2002-03-201-4/+4
* Add generalized power profile code.Mitsuru IWASAKI2002-03-041-0/+20
* Some fix for the recent apm module changes.Mitsuru IWASAKI2001-11-011-2/+96
* KSE Milestone 2Julian Elischer2001-09-121-5/+5
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0