aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/apm
Commit message (Expand)AuthorAgeFilesLines
* 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