summaryrefslogtreecommitdiffstats
path: root/sys/i386/apm
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix embarrasing typo that survived because I applied the wrong patch-phk1997-03-301-3/+3
* Sanitize APM a bit. Convert various #ifdef to id_flags instead.phk1997-03-293-43/+78
* Try to talk to the APM BIOS with version 1.2 if possible.phk1997-03-281-3/+7
* Makefile generates boths IBM-PC and PC-98 version of object code inkato1997-03-092-11/+97
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-2210-10/+10
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1410-10/+10
* > The extra include of <sys/time.h> is because apm uses microtime() and mynate1997-01-071-11/+2
* - Cleanup up the driver (remove un-needed parameters, white-space,nate1997-01-065-90/+83
* APM_DSVALUE_BUS is no longer with the addition of the correct fix tonate1996-09-071-18/+1
* Remove devconf, it never grew up to be of any use.phk1996-09-061-31/+1
* Use (full) <> paths instead of ambiguous "" paths for headers not inbde1996-08-281-3/+3
* Add some comments explaining what APM_DSVALUE_BUG does no that I knownate1996-07-111-3/+10
* Whee. Fix two bugs which ended up cancelling each other out.nate1996-07-102-6/+6
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hbde1996-06-181-3/+1
* Freudian slip. Change M_DEVBUG -> M_DEVBUF.nate1996-06-041-2/+2
* Fix typo. in the APM_DSVALUE_BUG code that I missed.nate1996-06-041-2/+2
* - This code adds some backwards compatability hacks for buggy APM BIOSnate1996-04-231-1/+25
* Adds the APM hooks into the generic pccard kernel files. With this codenate1996-04-231-3/+1
* - add apm to the GENERIC kernel (disabled by default), and add some commentsnate1996-04-221-1/+4
* - Save/restore the FS data segment.nate1996-04-182-39/+39
* - Addition of my name to the APM Copyrightnate1996-04-181-50/+33
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-281-3/+5
* Add some comments on the APM specs, and make the APM 'idle/busy'nate1996-03-191-19/+25
OpenPOWER on IntegriCloud