summaryrefslogtreecommitdiff
path: root/sys/i386/bios
Commit message (Expand)AuthorAgeFilesLines
* 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
* sys/i386: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove Micro Channel Architecture support. Of the commonly availableWarner Losh2017-02-152-191/+0
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-282-137/+3
* Make it explicit that D_MEM cdevsw d_flag is to signify that theKonstantin Belousov2016-05-011-1/+1
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-221-1/+0
* 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
* Add missing header needed by free(9).Kevin Lo2012-09-301-0/+1
* Free result of device_get_children(9).Kevin Lo2012-09-301-0/+1
* Remove the argument-less .align directive in sys/i386/bios/smapi_bios.S.Dimitry Andric2012-08-291-1/+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
* Introduce the new kernel sub-tree x86 which should contain all the codeAttilio Rao2010-02-252-574/+0
* Unobfuscate unit number handling in apm(4).Ed Schouten2009-10-311-13/+9
* Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin2009-08-203-6/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-023-0/+6
* Some minor style changes:Warner Losh2009-05-201-22/+14
* 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-272-2/+2
* Add multiple include guards.John Baldwin2008-09-241-0/+4
* 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
* Tweak the probe/attach order of devices on the x86 nexus devices.John Baldwin2007-03-203-3/+3
* 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-252-27/+42
* Fix build (including both asm.h and asmacros.h is evil).Ruslan Ermilov2005-07-221-2/+0
* Fix smbios(4) and add support for amd64Jung-uk Kim2005-07-211-4/+22
* - Consistently protect against NULL dereference.Matthew N. Dodd2005-04-121-48/+58
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-062-2/+2
* Remove local hacks to set flags now that the device probe does this for us.Nate Lawson2004-10-141-9/+1
* Clarify SDT feature word bits.Matthew N. Dodd2004-08-311-4/+5
* Fix checksum calculation.Matthew N. Dodd2004-08-311-12/+7
* o Return ai_batteries as 0xffffffff instead of -1. This is a nop change, butWarner Losh2004-06-162-2/+3
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-162-7/+7
* Remove atdevbase and replace it's remaining uses with direct references toJohn Baldwin2004-06-104-0/+4
* Add missing #include <sys/module.h>Poul-Henning Kamp2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-173-12/+9