summaryrefslogtreecommitdiffstats
path: root/sys/arch/amd64/include/biosvar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Pass the EFI memory map to the kernel.kettenis2019-11-291-1/+8
* Cleanup the bios(4)/smbios(4) code a bit. Fix some KNF issues, reducekettenis2019-08-041-29/+29
* Load the Intel microcode much earlier. So far we had loaded it afterpatrick2018-02-061-1/+8
* Fix a couple of comment typos in amd64 and i386 biosvar.htom2017-06-201-3/+3
* As early as possible, create a link /bsd.booted to the /bsd kernel wederaadt2017-06-191-1/+2
* Modify kernel to prepare boot from UEFI.yasuoka2015-08-301-1/+17
* Remove (unused) references to bios32, which is not present in amd64.mlarkin2015-07-171-36/+1
* Remove an odd comment in the first line of the filemlarkin2015-01-271-2/+1
* Cleanup bios_oconsdev_t. Make sure you have a halfway recent bootloaderkettenis2013-11-021-7/+1
* refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedderaadt2013-03-231-3/+3
* Allow boot(8) to pass information to the kernel, regarding the softraidjsing2012-10-091-1/+9
* Add support for serial consoles at non-standard addresses. This implementskettenis2012-06-031-1/+9
* Pass the DUID of the boot disk via bootduid instead of rootduid, since itjsing2012-01-111-4/+4
* Make amd64/i386 boot(8) pass the DUID of the selected boot device to thejsing2011-04-261-1/+6
* Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.pirofti2011-03-231-4/+4
* Clamp BIOS io attempts to < 2 ^28 - 1 sectors (a.k.a. 128GB forkrw2011-03-141-1/+2
* Remove prototypes for missing (removed) functions or already found in amiod2010-11-221-6/+1
* pass db_console from the bootloader to the kernel, and then use it todlg2009-04-301-1/+6
* Avoid #pragma pack(1) and unify everything towards using __packed.deraadt2008-09-011-14/+12
* Hang acpi(4) below bios(4) instead of mainbus(4). This lets us move acpi(4)deraadt2007-12-051-8/+10
* add bios_bootmac_t and BOOTARG_BOOTMACderaadt2006-05-201-1/+6
* Add smbios support for i386 and amd64, fix ipmi to use this new functionallity,gwk2006-05-081-1/+3
* remove ad clause that got copied from older versions of the files; pto by jsg@mickey2005-12-131-5/+2
* Enter cdboot, a CD-specific second-stage bootrap. Based on the i386tom2004-08-211-1/+2
* put a bit more flesh in the sysctl machdep; parts from tomderaadt2004-02-271-1/+2
* das boot; das cloned das from das i386mickey2004-02-031-2/+2
* an amd64 arch support.mickey2004-01-281-0/+259