summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/bios.c
Commit message (Expand)AuthorAgeFilesLines
* Revive backed out pmap related changes from Feb 2002. The highlights are:peter2002-07-121-7/+8
* Fixed a semantic error. va_arg(ap, u_short) is nonsense except on i386'sbde2002-05-131-5/+5
* Rework the kernel environment subsystem. We now convert the staticmux2002-04-171-0/+4
* Remove unneeded pc98 hack.nyan2002-03-281-2/+0
* Add bios area range check (lower side).takawata2002-03-231-1/+2
* Re-fix a pointer/integer warning.peter2002-02-271-1/+1
* Back out all the pmap related stuff I've touched over the last few days.peter2002-02-271-7/+6
* Tidy up some warningspeter2002-02-251-6/+7
* Don't include <isa/isavar.h> or compile code depending on it when isabde2002-01-301-0/+6
* Overhaul the per-CPU support a bit:jhb2001-12-111-1/+1
* Don't try to probe the PnP BIOS if ACPI is active.msmith2001-10-311-0/+5
* Rework the ISA PnP driver pnp and the PnP resource parser to fixyokota2001-09-051-5/+21
* Remove stray #include "isa.h"peter2001-01-291-2/+0
* Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variablesjake2001-01-101-1/+1
* Declare or #define per-cpu globals in <machine/globals.h> in all cases.bde2000-10-271-0/+1
* More updates to the ACPI code:msmith2000-09-301-25/+0
* Merge rest piece of ACPI driver.To activate acpi driver ,addtakawata2000-08-311-1/+24
* Fix warning - isa/isavar.h is a prerequisite for isa/pnpvar.hpeter2000-07-281-3/+1
* Finally merge newmidi.tanimura2000-07-111-1/+2
* Don't include opt_smp.h - we don't use anything defined in it.msmith2000-06-101-1/+0
* Correct the tests for ISA PIC/APIC so that they actually work.msmith2000-06-101-2/+2
* Fix gdt pointer for the current cpu on SMP.iwasaki2000-06-071-1/+1
* If we are running in APIC_IO mode, pretend that we didn't see the BIOSmsmith2000-05-171-0/+17
* Disable PCI BIOS on PC-98.nyan2000-04-231-1/+3
* Some more i386-only BIOS-friendliness:msmith2000-04-161-13/+17
* Don't include <isa/isavar.h> or compile code depending on it when isabde1999-12-261-0/+4
* * Add some verbose logging to the PnP parser and fix a couple of bugs.dfr1999-10-141-25/+48
* Zap unneeded #includespeter1999-10-111-2/+0
* Some PnP BIOSsen return garbage in the high byte of the number-of-devicesmsmith1999-09-121-0/+1
* Look for the right ACPI signature.msmith1999-09-101-1/+1
* Update for new pnp includespeter1999-09-021-4/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Reference the correct gdt[] entry on SMP. Remove the `generation' flag,jlemon1999-08-271-13/+12
* Rename 'bios_jmp' to 'bios16_jmp' to make it clear what it's related to.msmith1999-08-251-3/+3
* Use the far jump for the base of the page arithmatic rather than thepeter1999-08-251-3/+3
* Work around a bad design in some PnP BIOS code whereby the BIOS can reachmsmith1999-08-241-2/+11
* Loosen up the constructed argument segment generation slightly; rather thanmsmith1999-08-201-10/+3
* Remove the SMBIOS detection and definitions; this should be handled in amsmith1999-08-181-30/+1
* Search for and interrogate the PnP BIOS if found. This code just printsmsmith1999-08-171-31/+188
* Formatting-only cleanup accidentally omitted from the patch merge in themsmith1999-07-291-198/+196
* Fix for vmspace sharing as per Alan Cox. Thanks!msmith1999-07-291-5/+1
* Major update to the kernel's BIOS-calling ability.msmith1999-07-291-17/+258
* Look for the right ACPI table signature.msmith1999-03-161-2/+2
* Cast virtual addresses that happen to be represented as u_longs tobde1998-07-151-4/+4
* Staticize.eivind1998-02-091-4/+4
* Don't try to call into BIOS32 handlers outside the normal ROMmsmith1998-01-011-2/+2
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-2/+1
* Reference the DMI table inside the SMBIOS table correctly, not using a variablemsmith1997-10-211-2/+2
* Look for another couple of magic bios things..phk1997-09-241-2/+8
* Removed unused #includes.bde1997-09-011-2/+1
OpenPOWER on IntegriCloud