summaryrefslogtreecommitdiffstats
path: root/sys/i386/bios
Commit message (Expand)AuthorAgeFilesLines
* 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
* Continue where Julian left off in July 1998:phk1999-05-071-3/+3
* Now that each cpu has its own gdt table, we need to setup apm gdt entries inluoqi1999-05-061-1/+18
* DEVICE_SUSPEND was always returning ENXIO for reasons unknown. Forimp1999-04-211-2/+7
* Add support for 'disabled' probe hint.dfr1999-04-181-2/+6
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-27/+43
* Perform APM power-off on power-off request, not halt request.msmith1998-12-101-3/+3
* Fix typo: "==" should have been "="archie1998-12-041-2/+2
* Add the ability to specify where on the at_shutdown queue a handler ismsmith1998-10-301-4/+9
* Use defines APM_BIOS and SYSTEM_BIOS instead of hardcoding 0x53 and 0x15.jlemon1998-09-281-5/+5
* Add the ability to suspend as well as hibernate to the system. Thisimp1998-07-061-15/+36
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* If vm86 services are available, use these to perform the APM BIOSmsmith1998-06-033-17/+87
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-2/+7
* Staticize.eivind1998-02-091-2/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+3
* This patch causes the "calltodo" timer list to be decremented by the amountnate1997-12-231-2/+16
* The Libretto's BIOS doesn't set edx on the APM_GETPWSTATUS call, soimp1997-12-041-3/+11
* Expand the APMIO_GETINFO ioctl to return the estimated remainingjdp1997-11-121-30/+57
* - Convert c++ comment to c comment.nate1997-11-101-2/+2
* - Update the email address in the copyrights.nate1997-11-045-15/+11
* - If the APM BIOS fails to suspend the system after running thenate1997-11-041-3/+6
* - Back out the last. APM_BROKEN_STATCLOCK doesn't exist in -current.nate1997-10-231-2/+0
* - If APM_BROKEN_STATCLOCK is defined, make sure the statcloock isnate1997-10-221-1/+3
* Convert to the new callout interface.gibbs1997-09-211-3/+7
* Fix crash when halting where APM was configured but not enabledwollman1997-06-191-1/+3
* Fix definition of apm_power off (was suffering from cut&paste syndrome).wollman1997-06-151-2/+2
* When APM is configured, turn off the power when halting for good.wollman1997-06-151-1/+14
OpenPOWER on IntegriCloud