summaryrefslogtreecommitdiffstats
path: root/sys/i386/acpica/OsdEnvironment.c
Commit message (Collapse)AuthorAgeFilesLines
* Catch up with ACPI-CA 20070320 import.jkim2007-03-221-18/+11
|
* Canonize the include of acpi.h.obrien2005-09-111-1/+1
|
* Make unnecessary globals static and remove unused includes.njl2004-05-061-3/+1
| | | | Pointed out by: cscout
* Style cleanups.njl2003-08-281-1/+1
|
* Use __FBSDID().obrien2003-06-021-2/+3
|
* Export the physical address of the RSDP to userland by meansmarcel2002-12-181-11/+29
| | | | | | | | | | of the `machdep.acpi_root' sysctl. This is required on ia64 because the root pointer hardly ever, if at all, lives in the first MB of memory and also because scanning the first MB of memory can cause machine checks. This provides a save and reliable way for ACPI tools to work with the tables if ACPI support is present in the kernel. On ia64 ACPI is non-optional.
* Trash the PnPBIOStable pointer later on when we know that the acpi probejhb2002-09-301-6/+0
| | | | | | and attach routines have succeeded so that if they fail we can still use the PnP BIOS to find ISA on-board devices. The fact that we do this here is gross but fixing it properly involves a lot more work.
* Replace (ab)uses of "NULL" where "0" is really meant.archie2002-08-221-2/+2
|
* Resolve conflicts arising from the ACPI CA 20020404 import.iwasaki2002-06-301-1/+1
|
* Now that this code is MD, we don't need the i386 ifdefs.msmith2001-09-071-6/+9
|
* Update the OSD module to match the ACPI CA 20010717 import.msmith2001-07-211-0/+8
| | | | Submitted by: "Grover, Andrew" <andrew.grover@intel.com> (OsdHardware.c)
* FreeBSD-specific OSD (operating system dependant) modules for the Intelmsmith2000-10-281-0/+56
ACPICA code.
OpenPOWER on IntegriCloud