#
e434fd9b |
| 30-Sep-2000 |
Mike Smith <msmith@FreeBSD.org> |
Update include paths for new header locations.
Submitted by: iwasaki
|
Revision tags: release/4.1.1_cvs |
|
#
e1e9a4bf |
| 31-Aug-2000 |
Mitsuru IWASAKI <iwasaki@FreeBSD.org> |
import acpidump(8) from ACPI For FreeBSD project.
Obtained from: ACPI For FreeBSD project
|
#
cbd59a4f |
| 08-Sep-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
- MFC from head@196987
|
#
986dffaf |
| 25-Aug-2009 |
John Baldwin <jhb@FreeBSD.org> |
- Use the headers from ACPI-CA to define various constants and structures for table layouts, etc. rather than homerolling our own structures and constants in acpidump.h. - Verify the extended che
- Use the headers from ACPI-CA to define various constants and structures for table layouts, etc. rather than homerolling our own structures and constants in acpidump.h. - Verify the extended checksum on the RSDP. - Handle new ACPI 3.0 fields in MADT including X2APIC entries and UIDs for local SAPICs. - Add handling for new ACPI 3.0 flags in the FADT.
Reviewed by: jkim MFC after: 1 month
show more ...
|
#
11e9b8ba |
| 04-Aug-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
- MFC @196061
|
#
a0333ad1 |
| 29-Jul-2009 |
John Baldwin <jhb@FreeBSD.org> |
Parse the System Resource Affinity Table ('SRAT') used to describe affinity relationships between CPUs and memory.
Reviewed by: jkim Approved by: re (kib) MFC after: 1 week
|
#
7e857dd1 |
| 12-Jun-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
- Merge from HEAD
|
#
99065116 |
| 05-Jun-2009 |
Jung-uk Kim <jkim@FreeBSD.org> |
Import ACPICA 20090521.
|
#
de989d76 |
| 03-Jun-2009 |
Jung-uk Kim <jkim@FreeBSD.org> |
Fix acpidump(8) disassmebly with option -d. iasl(8) creates disassembled output file from input file name as a template. Honor TMPDIR environment variable while I am here.
|
Revision tags: release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0 |
|
#
5fae2409 |
| 18-Nov-2007 |
John Birrell <jb@FreeBSD.org> |
Use an explicit pointer cast since NULL isn't guaranteed to be defined as a pointer type.
Submitted by: Christoph Mallon - christoph mallon at gmx de
|
#
347f22be |
| 18-Nov-2007 |
John Birrell <jb@FreeBSD.org> |
Use a NULL instead of a zero to avoid a compiler warning about a missing sentinel.
|
#
87f9f09a |
| 27-Mar-2007 |
Takanori Watanabe <takawata@FreeBSD.org> |
Correct HPET header handling. MFC after: 7 days
|
Revision tags: release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0 |
|
#
a47e681b |
| 14-Feb-2005 |
Scott Long <scottl@FreeBSD.org> |
Add support for parsing MCFG tables.
|
Revision tags: release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0 |
|
#
b64e1b67 |
| 05-Oct-2004 |
Nate Lawson <njl@FreeBSD.org> |
Update a comment that was outdated.
|
#
f7675a56 |
| 05-Oct-2004 |
Nate Lawson <njl@FreeBSD.org> |
Back out the -s flag and go back to dumping the SSDTs by default.
|
#
62c7bde1 |
| 05-Oct-2004 |
Nate Lawson <njl@FreeBSD.org> |
Add the -s flag to make dumping SSDTs optional (disabled by default). Since we can only override the DSDT, a custom ASL dumped previously that contained SSDTs would result in lots of multiple definit
Add the -s flag to make dumping SSDTs optional (disabled by default). Since we can only override the DSDT, a custom ASL dumped previously that contained SSDTs would result in lots of multiple definition errors.
A longer-term fix involves adding the ability to override SSDTs to ACPI-CA.
MFC after: 3 days
show more ...
|
#
5cf6d493 |
| 18-Aug-2004 |
Nate Lawson <njl@FreeBSD.org> |
When one entry in the RSDT is corrupted, just skip it instead of bailing out. This gets us the info we need on systems which have proprietary tables that don't match the standard. For instance, an A
When one entry in the RSDT is corrupted, just skip it instead of bailing out. This gets us the info we need on systems which have proprietary tables that don't match the standard. For instance, an AMI system has a table of type "OEMB" with an invalid checksum.
Tested by: Maxim Maximov <mcsi_at_mcsi.pp.ru> MFC after: 1 day
show more ...
|
#
bfa3f012 |
| 14-Aug-2004 |
Marcel Moolenaar <marcel@FreeBSD.org> |
Add support for SSDT tables. Dumping or disassembling the DSDT will now include the contents if any SSDT table as well. This makes use of the property that one can concatenate the body of SSDT tables
Add support for SSDT tables. Dumping or disassembling the DSDT will now include the contents if any SSDT table as well. This makes use of the property that one can concatenate the body of SSDT tables to the DSDT, updating the DSDT header (length and checksum) and end up with a larger and valid DSDT table. Hence, this also works with -f.
Reviewed by: njl@
show more ...
|
#
2177d4e6 |
| 30-Jun-2004 |
Nate Lawson <njl@FreeBSD.org> |
Also print out the standard header for FADT since it has one.
|
Revision tags: release/4.10.0_cvs, release/4.10.0 |
|
#
476daaec |
| 10-May-2004 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Minor style issues.
|
#
c2962974 |
| 18-Apr-2004 |
Nate Lawson <njl@FreeBSD.org> |
Instead of using a static, check for the FADT revision before using it. This fixes a bug where acpidump -d crashed (but not -t -d).
Submitted by: Alex Vasylenko <lxv@omut.org>
|
Revision tags: release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0 |
|
#
c83f0f99 |
| 04-Jan-2004 |
Nate Lawson <njl@FreeBSD.org> |
Clean up the check for invalid X_DSDT and X_FACS portions of the FADT. Add fadt_revision for telling if the FADT has correct 64 bit addresses, separate from whether the XSDT has legal 64 bit addresse
Clean up the check for invalid X_DSDT and X_FACS portions of the FADT. Add fadt_revision for telling if the FADT has correct 64 bit addresses, separate from whether the XSDT has legal 64 bit addresses.
show more ...
|
#
4e36f5a1 |
| 29-Oct-2003 |
Nate Lawson <njl@FreeBSD.org> |
Add a newline even if IAPC_BOOT_ARCH == 0.
|
Revision tags: release/4.9.0_cvs, release/4.9.0 |
|
#
69a9febd |
| 21-Sep-2003 |
Nate Lawson <njl@FreeBSD.org> |
Only print an end '}' if the field was non-zero (i.e. there were some flags to print).
|
#
5cd10ac5 |
| 14-Sep-2003 |
Nate Lawson <njl@FreeBSD.org> |
Correct typo in comment.
|