aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/bios
Commit message (Expand)AuthorAgeFilesLines
* 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
* Device megapatch 4/6:Poul-Henning Kamp2004-02-212-1/+4
* Device megapatch 1/6:Poul-Henning Kamp2004-02-212-3/+0
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-091-1/+1
* The present defaults for the open and close for device drivers whichPoul-Henning Kamp2003-09-271-2/+0
* - 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
* Despite my best efforts the Linux way of doing this is the onlyMatthew N. Dodd2003-06-132-38/+20
* Use __FBSDID().David E. O'Brien2003-06-026-11/+17
* Merge PC98 support.Matthew N. Dodd2003-03-252-0/+122
* Correct a mis-merge.Matthew N. Dodd2003-03-241-2/+2
* - Consolidate smapi driver.Matthew N. Dodd2003-03-243-361/+218
* Add the 'vpd' and 'smbios' drivers. The 'smbios' driver is just aMatthew N. Dodd2003-03-242-0/+559
* Use repo-copied files in sys/i386/bios.Matthew N. Dodd2003-03-242-2/+2
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-032-27/+13
* - Removed unecesary code.Matthew N. Dodd2003-01-183-55/+48
* A driver for the System Management Application ProgramMatthew N. Dodd2003-01-174-0/+546
* Be consistent about functions being static.Poul-Henning Kamp2002-10-161-1/+1
* use __packed.Alfred Perlstein2002-09-231-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
* Commit some tweaks I have had laying around my tree for over a year now.Peter Wemm2001-03-131-6/+7
* select() DKI is now in <sys/selinfo.h>.Garrett Wollman2001-01-091-1/+1
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Add Timer device driver for power management events.Mitsuru IWASAKI2000-09-142-80/+7
* Add output of per battery information to apm(1).Hajimu UMEMOTO2000-08-131-14/+44
* Cleanup debug messages and Add some enhancements from linux onMitsuru IWASAKI2000-08-041-63/+52
* Except for the information gathering IOCTLs, require apm device beWarner Losh2000-07-191-0/+16
* Correctly handle suspend and resume in APM.Nick Hibma2000-02-061-14/+13
* Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and somePeter Wemm2000-01-291-4/+0
* Correctly test CF.Matthew N. Dodd2000-01-131-1/+1
* Remove code to select APM version with flags to the apm0 device. ThisJonathan Lemon1999-12-021-21/+4
* Use DRIVER_MODULE(), apm.c already takes care of it's devices withPeter Wemm1999-11-081-1/+1
* i8254_restore is called from apm_default_resume() to reloadMitsuru IWASAKI1999-10-301-0/+1
* Fix APM's make_devs:Nick Sayer1999-10-121-1/+2
* Prepare for the apm_saver screen saver module.Nick Sayer1999-10-022-25/+50
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* Return immediately from apm_suspend() when APM BIOS wasn't initialized.Mitsuru IWASAKI1999-09-201-0/+3
* Handle CAPABILITIESCHANGE event.Mitsuru IWASAKI1999-09-111-0/+3
* Handle UserStandbyRequests as well as the other 3 members of theNick Sayer1999-09-111-0/+8
* SYSINIT() needs sys/kernel.h. Include it.Matthew N. Dodd1999-09-031-2/+3
* This adds the i386 specific support for systems with a MicroChannelMatthew N. Dodd1999-09-032-0/+192
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1