summaryrefslogtreecommitdiffstats
path: root/sys/i386/bios
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Call apm_int() instead of doing direct assembly calls even when we don'tnate1996-03-191-3/+11
* Added kernel compile time failure if more than one APM device isnate1996-03-191-1/+5
* Always enable interrupts before calling the APM idle/busy routines.nate1996-03-191-2/+2
* Minor bugfixes from the recent PC-CARD release.nate1996-03-181-3/+9
* Grr, let's actually include <sys/devconf.h> so that DEVCONF support actuallynate1996-03-181-1/+2
* Whoops, forgot the line that sets the default state in devfs.nate1996-03-181-1/+3
* Devfs support.nate1996-03-181-35/+34
* Removed support for multiple APM devices.nate1996-03-181-39/+28
* Return the status of the APM support (enabled/disabled) with thenate1996-03-131-1/+3
* Removed more APM_SLOWSTART code and re-enabled some functions whichnate1996-03-121-29/+1
* Fix some minor typo's in the comments.nate1996-03-121-4/+4
* Always initialize master_softc. This avoids panics in the idle loop duenate1996-03-121-2/+7
* Do a APM BIOS dis-connect before attempting to do a 32-bit connectionnate1996-03-112-41/+52
* Removed conditionals on BDE_DEBUGGER around the loading for the IDTnate1996-03-111-7/+3
* Bring in most of Bruce's prot_to_real() changes into the APM BIOSnate1996-03-114-69/+54
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-2/+2
* Finished removing MACH_KERNEL stuff.bde1995-12-271-6/+1
* Fixed staticizing. Some functions aren't static but depend onbde1995-12-251-4/+10
* Cleanup.phk1995-12-221-146/+11
OpenPOWER on IntegriCloud