summaryrefslogtreecommitdiffstats
path: root/include/asm-i386/bootparam.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [x86 setup] Make struct ist_info cross-architecture, and use in setup codeH. Peter Anvin2007-07-251-2/+3
| | | | | | | | Make "struct ist_info" valid on both i386 and x86-64, and use the structure by name in the setup code. Additionally, "Intel SpeedStep IST" is redundant, refer to it as IST consistently. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* [x86 setup] Fix typos in struct efi_infoH. Peter Anvin2007-07-251-2/+2
| | | | | | Fix missing letters in the structure members of struct efi_info. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Make struct boot_params a real structure, and remove obsolete fieldsH. Peter Anvin2007-07-121-0/+85
Make struct boot_params a real structure, and remove the handling of some obsolete fields, in particular hd*_info, which was only used by the ST-506 driver, and likely to be wrong for that driver on any modern BIOS. Signed-off-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>