index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
acpi
/
acpidump
/
acpi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r300632
truckman
2016-06-01
1
-18
/
+43
*
MFC: r281335
jkim
2015-04-13
1
-21
/
+25
*
MFC: r281331
jkim
2015-04-13
1
-26
/
+10
*
MFC r272444 (by jkim):
dim
2015-04-04
1
-2
/
+2
*
Consistently cast ACPICA 64-bit integer types when we print them.
jkim
2013-06-26
1
-8
/
+8
*
Teach acpidump to dump the DMA Remapping Reporting table (aka DMAR).
neel
2012-12-21
1
-13
/
+262
*
More -Wmissing-variable-declarations fixes.
ed
2012-10-19
1
-7
/
+8
*
Display the matrix of inter-domain distances in the SLIT table. This is
jhb
2012-10-04
1
-0
/
+30
*
Add range and table revision checking to avoid abend.
takawata
2012-07-09
1
-1
/
+9
*
Catch up with realpath(3) changes (r235266) and unbreak acpidump(8).
jkim
2012-05-25
1
-3
/
+3
*
use uintmax_t instead of uint64_t.
takawata
2010-08-13
1
-1
/
+1
*
Fix build on amd64 and ia64.
takawata
2010-08-13
1
-4
/
+3
*
Fix breakage on 64bit architecture by using inttypes.h macro.
takawata
2010-08-12
1
-1
/
+2
*
Fix tindebox breakage about format warning.
takawata
2010-08-12
1
-1
/
+1
*
Add TCG ACPI spec table (TCPA) support.
takawata
2010-08-11
1
-0
/
+202
*
- Use the headers from ACPI-CA to define various constants and structures
jhb
2009-08-25
1
-368
/
+460
*
Parse the System Resource Affinity Table ('SRAT') used to describe affinity
jhb
2009-07-29
1
-8
/
+98
*
Import ACPICA 20090521.
jkim
2009-06-05
1
-7
/
+25
*
Use an explicit pointer cast since NULL isn't guaranteed to be defined
jb
2007-11-18
1
-1
/
+1
*
Use a NULL instead of a zero to avoid a compiler warning about a missing sent...
jb
2007-11-18
1
-1
/
+1
*
Correct HPET header handling.
takawata
2007-03-27
1
-1
/
+2
*
Add support for parsing MCFG tables.
scottl
2005-02-14
1
-0
/
+24
*
Update a comment that was outdated.
njl
2004-10-05
1
-1
/
+1
*
Back out the -s flag and go back to dumping the SSDTs by default.
njl
2004-10-05
1
-2
/
+2
*
Add the -s flag to make dumping SSDTs optional (disabled by default).
njl
2004-10-05
1
-2
/
+8
*
When one entry in the RSDT is corrupted, just skip it instead of bailing out.
njl
2004-08-18
1
-2
/
+5
*
Add support for SSDT tables. Dumping or disassembling the DSDT will
marcel
2004-08-13
1
-10
/
+44
*
Also print out the standard header for FADT since it has one.
njl
2004-06-30
1
-7
/
+12
*
Minor style issues.
des
2004-05-10
1
-1
/
+1
*
Instead of using a static, check for the FADT revision before using it.
njl
2004-04-18
1
-12
/
+20
*
Clean up the check for invalid X_DSDT and X_FACS portions of the FADT.
njl
2004-01-04
1
-16
/
+25
*
Add a newline even if IAPC_BOOT_ARCH == 0.
njl
2003-10-29
1
-1
/
+2
*
Only print an end '}' if the field was non-zero (i.e. there were some flags
njl
2003-09-21
1
-2
/
+4
*
Correct typo in comment.
njl
2003-09-14
1
-1
/
+1
*
For dumping the DSDT (-o option), be sure to use the X_DSDT address if
njl
2003-09-14
1
-1
/
+7
*
C2/C3 latency is in microseconds (us), not ms.
njl
2003-09-13
1
-1
/
+1
*
Only print various optional fields if they are non-zero. Always print the
njl
2003-09-13
1
-24
/
+31
*
Reduce the default width for IO port GAS printing.
njl
2003-09-13
1
-4
/
+4
*
Add dumping of the ECDT table.
njl
2003-09-10
1
-0
/
+20
*
o Workaround a bug where my T23 reports that it is ACPI 2.0x compatible
njl
2003-09-10
1
-27
/
+68
*
Add support for ACPI 2.x and the XSDT.
njl
2003-09-09
1
-25
/
+77
*
Rename FACP to FADT throughout.
njl
2003-09-09
1
-65
/
+168
*
Modify acpidump to use iasl(8) as the backend for disassembling AML.
njl
2003-08-28
1
-209
/
+148
*
Hoo sed I kan spel?
peter
2003-08-02
1
-1
/
+1
*
Dump the HPET information block.
peter
2003-08-02
1
-0
/
+25
*
Fix a warning about deprecated string literals.
njl
2003-04-15
1
-8
/
+8
*
Add code to parse the contents of an ACPI MADT table and to dump its
jhb
2003-01-08
1
-0
/
+176
*
o Use sysctl machdep.acpi_root to get the physical address of the
marcel
2002-12-19
1
-1
/
+1
*
Fix UserTerms disassembling. Now that dumped ASL can be compiled with
iwasaki
2001-10-22
1
-4
/
+183
*
Remove dependence on old acpi driver from acpi userland tools.
iwasaki
2000-11-08
1
-2
/
+0
[next]