summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/bios.c
Commit message (Expand)AuthorAgeFilesLines
* Make the facility for recognizing BIOS-signatures more generalphk2005-07-211-15/+0
* Converge towards i386. I originally resisted creating <machine/pc/bios.h>peter2004-09-241-1/+4
* Severely strip down the repocopied i386/bios.c and bios.h files. It turnspeter2004-09-241-590/+3
* Fetch the actual acpi0 device_t and use device_is_attached() to see ifjhb2004-06-231-2/+3
* Revert last change. If acpi is loaded or compiled into the kernel, itsnjl2004-06-171-1/+1
* We only need the devclass_find() result, not the softc.njl2004-06-151-1/+1
* - Use the correct devclass name ("acpi" vs "ACPI") to detect if acpi0 isjhb2004-06-101-2/+3
* Add new bios_string() which will hunt for a string inside a given rangephk2004-06-031-0/+15
* Add some missing <sys/module.h> includes which are masked by thephk2004-05-301-0/+1
* Don't probe PnP BIOS devices for PICs for now to avoid problems with thosejhb2003-11-031-9/+3
* Commit Bosko's patch to clean up the PSE/PG_G initialization to andpeter2003-10-011-12/+12
* Fix copyright comment & FBSDID style nits.obrien2003-08-251-1/+0
* Use __FBSDID().obrien2003-06-021-1/+3
* Avoid unbalancing the { } count in the source file with #ifdef byphk2003-05-311-2/+3
* - Add support for PAE and more than 4 gigs of ram on x86, dependent on thejake2003-03-301-2/+6
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* use __packed.alfred2002-09-231-1/+1
* Move some variables to the BSS instead of explicitly zero'ing them. Thisjhb2002-09-051-3/+3
* 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
OpenPOWER on IntegriCloud