aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/apm
Commit message (Expand)AuthorAgeFilesLines
* Fix typo: "==" should have been "="Archie Cobbs1998-12-041-2/+2
* Add the ability to specify where on the at_shutdown queue a handler isMike Smith1998-10-301-4/+9
* Use defines APM_BIOS and SYSTEM_BIOS instead of hardcoding 0x53 and 0x15.Jonathan Lemon1998-09-281-5/+5
* Add the ability to suspend as well as hibernate to the system. ThisWarner Losh1998-07-061-15/+36
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* If vm86 services are available, use these to perform the APM BIOSMike Smith1998-06-033-17/+87
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-2/+7
* Staticize.Eivind Eklund1998-02-091-2/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+3
* This patch causes the "calltodo" timer list to be decremented by the amountNate Williams1997-12-231-2/+16
* The Libretto's BIOS doesn't set edx on the APM_GETPWSTATUS call, soWarner Losh1997-12-041-3/+11
* Expand the APMIO_GETINFO ioctl to return the estimated remainingJohn Polstra1997-11-121-30/+57
* - Convert c++ comment to c comment.Nate Williams1997-11-101-2/+2
* - Update the email address in the copyrights.Nate Williams1997-11-045-15/+11
* - If the APM BIOS fails to suspend the system after running theNate Williams1997-11-041-3/+6
* - Back out the last. APM_BROKEN_STATCLOCK doesn't exist in -current.Nate Williams1997-10-231-2/+0
* - If APM_BROKEN_STATCLOCK is defined, make sure the statcloock isNate Williams1997-10-221-1/+3
* Convert to the new callout interface.Justin T. Gibbs1997-09-211-3/+7
* Fix crash when halting where APM was configured but not enabledGarrett Wollman1997-06-191-1/+3
* Fix definition of apm_power off (was suffering from cut&paste syndrome).Garrett Wollman1997-06-151-2/+2
* When APM is configured, turn off the power when halting for good.Garrett Wollman1997-06-151-1/+14
* Fix embarrasing typo that survived because I applied the wrong patch-Poul-Henning Kamp1997-03-301-3/+3
* Sanitize APM a bit. Convert various #ifdef to id_flags instead.Poul-Henning Kamp1997-03-293-43/+78
* Try to talk to the APM BIOS with version 1.2 if possible.Poul-Henning Kamp1997-03-281-3/+7
* Makefile generates boths IBM-PC and PC-98 version of object code inKATO Takenori1997-03-092-11/+97
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-2210-10/+10
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1410-10/+10
* > The extra include of <sys/time.h> is because apm uses microtime() and myNate Williams1997-01-071-11/+2
* - Cleanup up the driver (remove un-needed parameters, white-space,Nate Williams1997-01-065-90/+83
* APM_DSVALUE_BUS is no longer with the addition of the correct fix toNate Williams1996-09-071-18/+1
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-31/+1
* Use (full) <> paths instead of ambiguous "" paths for headers not inBruce Evans1996-08-281-3/+3
* Add some comments explaining what APM_DSVALUE_BUG does no that I knowNate Williams1996-07-111-3/+10
* Whee. Fix two bugs which ended up cancelling each other out.Nate Williams1996-07-102-6/+6
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hBruce Evans1996-06-181-3/+1
* Freudian slip. Change M_DEVBUG -> M_DEVBUF.Nate Williams1996-06-041-2/+2
* Fix typo. in the APM_DSVALUE_BUG code that I missed.Nate Williams1996-06-041-2/+2
* - This code adds some backwards compatability hacks for buggy APM BIOSNate Williams1996-04-231-1/+25
* Adds the APM hooks into the generic pccard kernel files. With this codeNate Williams1996-04-231-3/+1
* - add apm to the GENERIC kernel (disabled by default), and add some commentsNate Williams1996-04-221-1/+4
* - Save/restore the FS data segment.Nate Williams1996-04-182-39/+39
* - Addition of my name to the APM CopyrightNate Williams1996-04-181-50/+33
* Switched from using devfs_add_sw() to using devfs_add_swf()Marc G. Fournier1996-03-281-3/+5
* Add some comments on the APM specs, and make the APM 'idle/busy'Nate Williams1996-03-191-19/+25
* Call apm_int() instead of doing direct assembly calls even when we don'tNate Williams1996-03-191-3/+11
* Added kernel compile time failure if more than one APM device isNate Williams1996-03-191-1/+5
* Always enable interrupts before calling the APM idle/busy routines.Nate Williams1996-03-191-2/+2
* Minor bugfixes from the recent PC-CARD release.Nate Williams1996-03-181-3/+9
* Grr, let's actually include <sys/devconf.h> so that DEVCONF support actuallyNate Williams1996-03-181-1/+2
* Whoops, forgot the line that sets the default state in devfs.Nate Williams1996-03-181-1/+3