History log of /freebsd/usr.sbin/acpi/acpidump/acpi.c (Results 101 – 125 of 193)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 2ef23c6d 09-Jul-2012 Takanori Watanabe <takawata@FreeBSD.org>

Add range and table revision checking to avoid abend.

PR:bin/169707
Submitted by:Dan Lukes <dan@obluda.cz>
MFC after:3 days.


# 2d5e7d2e 30-May-2012 Will Andrews <will@FreeBSD.org>

IFC @ r236291.
Diff reductions to the enclosure driver made in r235911.


# 31ccd489 28-May-2012 Gleb Smirnoff <glebius@FreeBSD.org>

Merge head r233826 through r236168.


# d6a6e590 25-May-2012 Jung-uk Kim <jkim@FreeBSD.org>

Catch up with realpath(3) changes (r235266) and unbreak acpidump(8).


Revision tags: release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0
# 977fd9da 13-Aug-2010 Takanori Watanabe <takawata@FreeBSD.org>

use uintmax_t instead of uint64_t.

Pointed out by: des.


# 0e1982f4 13-Aug-2010 Takanori Watanabe <takawata@FreeBSD.org>

Fix build on amd64 and ia64.


# 854c2875 12-Aug-2010 Takanori Watanabe <takawata@FreeBSD.org>

Fix breakage on 64bit architecture by using inttypes.h macro.


# 8bfcf9aa 12-Aug-2010 Takanori Watanabe <takawata@FreeBSD.org>

Fix tindebox breakage about format warning.


# c031c93b 12-Aug-2010 Takanori Watanabe <takawata@FreeBSD.org>

Add TCG ACPI spec table (TCPA) support.

Submitted by: Hans-Joerg_Hoexer@genua.de


Revision tags: release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0
# 9f6aba26 29-Oct-2009 John Baldwin <jhb@FreeBSD.org>

MFC 196555:
- 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

MFC 196555:
- 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.

show more ...


# 10b3b545 17-Sep-2009 Dag-Erling Smørgrav <des@FreeBSD.org>

Merge from head


# 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 ...


12345678