summaryrefslogtreecommitdiffstats
path: root/sys/i386/bios
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- 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
* 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-142-80/+7
* 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 a bunch of unused (NO-OP) #if NFOO > 0 type includes and somepeter2000-01-291-4/+0
* Correctly test CF.mdodd2000-01-131-1/+1
* 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
* i8254_restore is called from apm_default_resume() to reloadiwasaki1999-10-301-0/+1
* Fix APM's make_devs:nsayer1999-10-121-1/+2
* Prepare for the apm_saver screen saver module.nsayer1999-10-022-25/+50
OpenPOWER on IntegriCloud