summaryrefslogtreecommitdiffstats
path: root/sys/i386/bios/smapi_bios.S
Commit message (Collapse)AuthorAgeFilesLines
* Remove the argument-less .align directive in sys/i386/bios/smapi_bios.S.dim2012-08-291-1/+0
| | | | | | | | Specifying no argument is undocumented in the gas manual, and clang's integrated assembler refuses to parse it. Also, removing it causes no change at all in the resulting object file. MFC after: 1 week
* Fix build (including both asm.h and asmacros.h is evil).ru2005-07-221-2/+0
|
* Despite my best efforts the Linux way of doing this is the onlymdodd2003-06-131-28/+17
| | | | | | | way that works correctly. - Remove unused function. - Move declaration of variables to .S file.
* Use __FBSDID().obrien2003-06-021-1/+2
|
* - Removed unecesary code.mdodd2003-01-181-9/+8
| | | | | - Correct smapi32_new() asm (still doesn't work.) - Attach to mainboard not isa.
* A driver for the System Management Application Programmdodd2003-01-171-0/+54
Interface (SMAPI) BIOS, which is present on some IBM Thinkpad models (560, 600, 770 to name a few.) The SMAPI BIOS provides access to System Information, System Configuration, and Power Management.
OpenPOWER on IntegriCloud