summaryrefslogtreecommitdiffstats
path: root/sys/i386/bios
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Add apm_check_function_supported() and call it fromiwasaki1999-08-141-2/+66
* Don't trust the segment limits that the BIOS reports; instead give itmsmith1999-08-021-10/+5
* Reenable the APMIO_BIOS ioctl and translate arguments into the new formatmsmith1999-07-301-1/+20
* Remove all vestiges of APMIO_BIOSmsmith1999-07-301-7/+1
* No more apm_errno. It breaks the build with APM_DEBUG,iwasaki1999-07-291-3/+3
* Nuke this, it's not used anymore.msmith1999-07-291-60/+0
* Major update to the kernel's BIOS-calling ability.msmith1999-07-291-299/+223
* Remove unused real-mode APM setup support. We've been using the vm86msmith1999-07-283-189/+17
* Remove unused real-mode APM init functions.msmith1999-07-288-759/+0
* Remove some erroneous comments about how APM is initialised.msmith1999-07-281-10/+3
* Add braces to make if-else statement clearer.iwasaki1999-07-221-4/+6
* Add apmd support code.iwasaki1999-07-101-12/+246
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.phk1999-07-041-3/+2
* Unifdef VM86jlemon1999-06-011-8/+1
* This commit should be a extensive NO-OP:phk1999-05-301-5/+22
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-2/+2
* Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference betweenphk1999-05-091-2/+2
* Make apm_probe() properly return an error code when APM BIOS callsyokota1999-05-091-4/+4
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-2/+1
OpenPOWER on IntegriCloud