| Commit message (Expand) | Author | Age | Files | Lines |
* | i8254_restore is called from apm_default_resume() to reload | iwasaki | 1999-10-30 | 1 | -0/+1 |
* | Fix APM's make_devs: | nsayer | 1999-10-12 | 1 | -1/+2 |
* | Prepare for the apm_saver screen saver module. | nsayer | 1999-10-02 | 1 | -25/+7 |
* | Remove five now unused fields from struct cdevsw. They should never | phk | 1999-09-25 | 1 | -5/+0 |
* | Return immediately from apm_suspend() when APM BIOS wasn't initialized. | iwasaki | 1999-09-20 | 1 | -0/+3 |
* | Handle CAPABILITIESCHANGE event. | iwasaki | 1999-09-11 | 1 | -0/+3 |
* | Handle UserStandbyRequests as well as the other 3 members of the | nsayer | 1999-09-11 | 1 | -0/+8 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Convert DEVFS hooks in (most) drivers to make_dev(). | phk | 1999-08-23 | 1 | -13/+2 |
* | Add an identify method to allow apm to attach itself to the nexus | peter | 1999-08-22 | 1 | -1/+15 |
* | Fix `key release event prevent suspend' problem. We don't need | iwasaki | 1999-08-22 | 1 | -24/+89 |
* | Implement a new generic mechanism for attaching handler functions to | msmith | 1999-08-21 | 1 | -3/+5 |
* | - Add apm_check_function_supported() and call it from | iwasaki | 1999-08-14 | 1 | -2/+66 |
* | Don't trust the segment limits that the BIOS reports; instead give it | msmith | 1999-08-02 | 1 | -10/+5 |
* | Reenable the APMIO_BIOS ioctl and translate arguments into the new format | msmith | 1999-07-30 | 1 | -1/+20 |
* | Remove all vestiges of APMIO_BIOS | msmith | 1999-07-30 | 1 | -7/+1 |
* | No more apm_errno. It breaks the build with APM_DEBUG, | iwasaki | 1999-07-29 | 1 | -3/+3 |
* | Major update to the kernel's BIOS-calling ability. | msmith | 1999-07-29 | 1 | -299/+223 |
* | Remove unused real-mode APM setup support. We've been using the vm86 | msmith | 1999-07-28 | 1 | -3/+14 |
* | Remove some erroneous comments about how APM is initialised. | msmith | 1999-07-28 | 1 | -10/+3 |
* | Add braces to make if-else statement clearer. | iwasaki | 1999-07-22 | 1 | -4/+6 |
* | Add apmd support code. | iwasaki | 1999-07-10 | 1 | -12/+246 |
* | Remove cmaj and bmaj args from DEV_DRIVER_MODULE. | phk | 1999-07-04 | 1 | -3/+2 |
* | Unifdef VM86 | jlemon | 1999-06-01 | 1 | -8/+1 |
* | This commit should be a extensive NO-OP: | phk | 1999-05-30 | 1 | -5/+22 |
* | Divorce "dev_t" from the "major|minor" bitmap, which is now called | phk | 1999-05-11 | 1 | -2/+2 |
* | Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference between | phk | 1999-05-09 | 1 | -2/+2 |
* | Make apm_probe() properly return an error code when APM BIOS calls | yokota | 1999-05-09 | 1 | -4/+4 |
* | Move the declaration of the interrupt type from the driver structure | dfr | 1999-05-08 | 1 | -2/+1 |
* | Continue where Julian left off in July 1998: | phk | 1999-05-07 | 1 | -3/+3 |
* | Now that each cpu has its own gdt table, we need to setup apm gdt entries in | luoqi | 1999-05-06 | 1 | -1/+18 |
* | DEVICE_SUSPEND was always returning ENXIO for reasons unknown. For | imp | 1999-04-21 | 1 | -2/+7 |
* | Add support for 'disabled' probe hint. | dfr | 1999-04-18 | 1 | -2/+6 |
* | Bring the 'new-bus' to the i386. This extensively changes the way the | peter | 1999-04-16 | 1 | -27/+43 |
* | Perform APM power-off on power-off request, not halt request. | msmith | 1998-12-10 | 1 | -3/+3 |
* | Fix typo: "==" should have been "=" | archie | 1998-12-04 | 1 | -2/+2 |
* | Add the ability to specify where on the at_shutdown queue a handler is | msmith | 1998-10-30 | 1 | -4/+9 |
* | Use defines APM_BIOS and SYSTEM_BIOS instead of hardcoding 0x53 and 0x15. | jlemon | 1998-09-28 | 1 | -5/+5 |
* | Add the ability to suspend as well as hibernate to the system. This | imp | 1998-07-06 | 1 | -15/+36 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -2/+2 |
* | If vm86 services are available, use these to perform the APM BIOS | msmith | 1998-06-03 | 1 | -11/+76 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 1 | -2/+7 |
* | Staticize. | eivind | 1998-02-09 | 1 | -2/+2 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 1 | -1/+3 |
* | This patch causes the "calltodo" timer list to be decremented by the amount | nate | 1997-12-23 | 1 | -2/+16 |
* | The Libretto's BIOS doesn't set edx on the APM_GETPWSTATUS call, so | imp | 1997-12-04 | 1 | -3/+11 |
* | Expand the APMIO_GETINFO ioctl to return the estimated remaining | jdp | 1997-11-12 | 1 | -30/+57 |
* | - Convert c++ comment to c comment. | nate | 1997-11-10 | 1 | -2/+2 |
* | - If the APM BIOS fails to suspend the system after running the | nate | 1997-11-04 | 1 | -3/+6 |
* | - Back out the last. APM_BROKEN_STATCLOCK doesn't exist in -current. | nate | 1997-10-23 | 1 | -2/+0 |