summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include/biosvar.h
AgeCommit message (Expand)Author
2013-11-02Cleanup bios_oconsdev_t. Make sure you have a halfway recent bootloaderMark Kettenis
2013-03-23refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedTheo de Raadt
2012-10-09Allow boot(8) to pass information to the kernel, regarding the softraidJoel Sing
2012-06-03Add support for serial consoles at non-standard addresses. This implementsMark Kettenis
2012-01-11Pass the DUID of the boot disk via bootduid instead of rootduid, since itJoel Sing
2011-04-26Make amd64/i386 boot(8) pass the DUID of the selected boot device to theJoel Sing
2011-03-23Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.Paul Irofti
2011-03-14Clamp BIOS io attempts to < 2 ^28 - 1 sectors (a.k.a. 128GB forKenneth R Westerback
2010-11-22Remove prototypes for missing (removed) functions or already found in aMiod Vallat
2009-04-30pass db_console from the bootloader to the kernel, and then use it toDavid Gwynne
2008-09-01Avoid #pragma pack(1) and unify everything towards using __packed.Theo de Raadt
2007-12-05Hang acpi(4) below bios(4) instead of mainbus(4). This lets us move acpi(4)Theo de Raadt
2006-05-20add bios_bootmac_t and BOOTARG_BOOTMACTheo de Raadt
2006-05-08Add smbios support for i386 and amd64, fix ipmi to use this new functionallity,Gordon Willem Klok
2005-12-13remove ad clause that got copied from older versions of the files; pto by jsg@Michael Shalayeff
2004-08-21Enter cdboot, a CD-specific second-stage bootrap. Based on the i386Tom Cosgrove
2004-02-27put a bit more flesh in the sysctl machdep; parts from tomTheo de Raadt
2004-02-03das boot; das cloned das from das i386Michael Shalayeff
2004-01-28an amd64 arch support.Michael Shalayeff