summaryrefslogtreecommitdiffstats
path: root/sys/i386/bios
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Return immediately from apm_suspend() when APM BIOS wasn't initialized.iwasaki1999-09-201-0/+3
* Handle CAPABILITIESCHANGE event.iwasaki1999-09-111-0/+3
* Handle UserStandbyRequests as well as the other 3 members of thensayer1999-09-111-0/+8
* SYSINIT() needs sys/kernel.h. Include it.mdodd1999-09-031-2/+3
* This adds the i386 specific support for systems with a MicroChannelmdodd1999-09-032-0/+192
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-13/+2
* Add an identify method to allow apm to attach itself to the nexuspeter1999-08-221-1/+15
* Fix `key release event prevent suspend' problem. We don't neediwasaki1999-08-221-24/+89
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-211-3/+5
OpenPOWER on IntegriCloud