summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include/biosvar.h
AgeCommit message (Expand)Author
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 unused (and dummied) bios console routines.Miod Vallat
2009-04-30add support for passing db_console from the bootloader to the kernel.David Gwynne
2009-01-20Install ACPI S3 resume trampoline code in a lowmem page. First partMike Larkin
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-090x0006 is not a good value for a bit flag, so change it to 0x0008.Tom Cosgrove
2006-05-08Add smbios support for i386 and amd64, fix ipmi to use this new functionallity,Gordon Willem Klok
2005-11-22bios gives 32bit units not paddr/psize; no func changeMichael Shalayeff
2004-06-23Enter cdboot, a CD-specific second-stage bootrap.Tom Cosgrove
2004-06-13debranch SMP, have funNiklas Hallqvist
2003-11-27This var is volatile. gcc3 complains if the CV qualifiers don't match.Marc Espie
2003-06-03three four killMichael Shalayeff
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-21Typo. Ok mickey@Thierry Deval
2001-02-28scan the isa hole for `optional rom's.Michael Shalayeff
2000-08-17pcibios tells us everything, no bios_pciinfoMichael Shalayeff
2000-08-17pcibios0 at bios0 flags 0x0000Michael Shalayeff
2000-03-26from netbsd: pci interrupt routing code.Michael Shalayeff
2000-03-05export bios_pciinfo for the whole _KERNEL, there will be more files to use itMichael Shalayeff
2000-02-18full support for a serial console.Michael Shalayeff
2000-02-03remove extraneous spaces and tabsMichael Shalayeff
1999-10-26modify bootapiver chekups to use bitwise operations.Michael Shalayeff
1999-08-25give better support to the bios memory maps.Michael Shalayeff
1999-05-09provide suport for an apm data segemnt in the lower memory biosMichael Shalayeff
1998-06-08consdev to comeMichael Shalayeff
1998-02-24First commit of /boot changes/fixes. More to come.Tobias Weingartner
1998-01-09Make booting new kernels with old bootblocks moer robustNiklas Hallqvist
1997-10-27A flag added to diskinfo used by the kernel to mark devices already mappedNiklas Hallqvist
1997-10-25define fixed bootarg vector offset, and max lenMichael Shalayeff
1997-10-24map a piece of memory after the msgbuf and copy bootargv there.Michael Shalayeff
1997-10-24fix the case when data/code segment is not in the ISA memoryMichael Shalayeff
1997-10-22support new libsaMichael Shalayeff
1997-10-20get ready for the fix in memprobeMichael Shalayeff
1997-10-18Copy in bios_diskinfo array from /boot space.Tobias Weingartner
1997-10-17Cleanup, make it all compile.Tobias Weingartner
1997-10-17Use BIOS to probe for memory map.Tobias Weingartner
1997-10-14Support for bios memory maps.Tobias Weingartner
1997-10-12reserve void* at the of BIOS_vars for future useMichael Shalayeff
1997-10-03make bios_geometry unsigned to avoid sign extensionTheo de Raadt
1997-09-29apm0 at bios0Michael Shalayeff
1997-09-21branch the bios tree inside the machdepMichael Shalayeff
1997-09-17pass cnvmem,extmem the old way they were....Michael Shalayeff
1997-09-04support boot API version numberMichael Shalayeff
1997-09-032nd part of pretty "machine diskinfo"Tobias Weingartner