aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/bios
Commit message (Expand)AuthorAgeFilesLines
* 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
* Devfs support.Nate Williams1996-03-181-35/+34
* Removed support for multiple APM devices.Nate Williams1996-03-181-39/+28
* Return the status of the APM support (enabled/disabled) with theNate Williams1996-03-131-1/+3
* Removed more APM_SLOWSTART code and re-enabled some functions whichNate Williams1996-03-121-29/+1
* Fix some minor typo's in the comments.Nate Williams1996-03-121-4/+4
* Always initialize master_softc. This avoids panics in the idle loop dueNate Williams1996-03-121-2/+7
* Do a APM BIOS dis-connect before attempting to do a 32-bit connectionNate Williams1996-03-112-41/+52
* Removed conditionals on BDE_DEBUGGER around the loading for the IDTNate Williams1996-03-111-7/+3
* Bring in most of Bruce's prot_to_real() changes into the APM BIOSNate Williams1996-03-114-69/+54
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-2/+2
* Finished removing MACH_KERNEL stuff.Bruce Evans1995-12-271-6/+1
* Fixed staticizing. Some functions aren't static but depend onBruce Evans1995-12-251-4/+10
* Cleanup.Poul-Henning Kamp1995-12-221-146/+11
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-32/+30
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+3
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-291-2/+2
* OK, that's it..Julian Elischer1995-11-291-16/+27
* oops forgot one..Julian Elischer1995-11-281-1/+35
* Fixed the types of apm_default_resume() and apm_default_suspend().Bruce Evans1995-11-181-3/+7
* Remove unused functions and variables, make things static, and other cleanups.Poul-Henning Kamp1995-10-281-5/+2
* Don't include <sys/tty.h> in drivers that aren't tty drivers or in generalBruce Evans1995-07-161-2/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-306-83/+83
* This is the latest version of the APM stuff from HOSOKAWA, I have lookedPoul-Henning Kamp1995-02-179-203/+711
* Don't push/pop the return-val register. (DUH!)Poul-Henning Kamp1994-12-161-3/+1
* Grumble, try to remember what assembler syntax is used :-/Poul-Henning Kamp1994-12-161-5/+4
* Be much more carefull about what we leave in unused registers when we callPoul-Henning Kamp1994-12-161-2/+12
* Fix type mismatches exposed by a recently added prototype.Bruce Evans1994-11-151-4/+4
* Calling sync will panic you more often than not.Poul-Henning Kamp1994-11-071-4/+1
* Got rid of "APM" macro. Now only NAPM is needed to activate the APM stuff.Poul-Henning Kamp1994-10-101-4/+1
* Ripped out a lot of stuff made to circumvent the previous bogus assy stuff.Poul-Henning Kamp1994-10-021-322/+138
* Replaced the magic register union with inline assembler. Now it worksPoul-Henning Kamp1994-10-022-180/+97
* On my GW2K Handbook486 this code would reset when called from locore.sPoul-Henning Kamp1994-10-012-36/+34
* Added $Id$David Greenman1994-10-017-0/+14
* Minor improvement to probe routine.David Greenman1994-10-011-0/+8
* Laptop Advanced Power Management support by HOSOKAWA Tatsumi.David Greenman1994-10-0111-0/+1623