summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpi/acpidump
Commit message (Expand)AuthorAgeFilesLines
* Fix a small style problem and add a __packed pragma for safety.scottl2005-02-171-1/+1
* Note addition of MCFG support.njl2005-02-141-1/+2
* Add support for parsing MCFG tables.scottl2005-02-142-0/+36
* Sort sections.ru2005-01-181-16/+16
* Update a comment that was outdated.njl2004-10-051-1/+1
* Back out the -s flag and go back to dumping the SSDTs by default.njl2004-10-054-22/+6
* Update the man page for the -s flag and other changes that we've missed.njl2004-10-051-5/+19
* Add the -s flag to make dumping SSDTs optional (disabled by default).njl2004-10-053-5/+16
* When one entry in the RSDT is corrupted, just skip it instead of bailing out.njl2004-08-181-2/+5
* Update man page for supported table types.njl2004-08-181-5/+2
* We now handle SSDT tables. Remove a reference from the BUGS sectionmarcel2004-08-161-2/+4
* Add support for SSDT tables. Dumping or disassembling the DSDT willmarcel2004-08-133-20/+58
* Removed trailing whitespace.ru2004-07-021-2/+2
* Also print out the standard header for FADT since it has one.njl2004-06-301-7/+12
* Expand contraction.ru2004-06-041-1/+1
* Unify the start/size parameters for the RSDP search area. Don't bothernjl2004-05-282-4/+6
* Use the correct location of the EBDA for searching for the RSDP.njl2004-05-252-19/+31
* If the revision is 0, don't trust the length in the RSDP. Instead assumenjl2004-05-161-2/+7
* Read in the entire RSDP but only run the standard checksum over thenjl2004-05-161-7/+12
* Instead of scanning the entire lower 1 MB of RAM, only scan locationsnjl2004-05-142-29/+53
* Minor style issues.des2004-05-103-6/+6
* Instead of using a static, check for the FADT revision before using it.njl2004-04-181-12/+20
* Clean up the check for invalid X_DSDT and X_FACS portions of the FADT.njl2004-01-041-16/+25
* Add a newline even if IAPC_BOOT_ARCH == 0.njl2003-10-291-1/+2
* Only print an end '}' if the field was non-zero (i.e. there were some flagsnjl2003-09-211-2/+4
* Correct typo in comment.njl2003-09-141-1/+1
* For dumping the DSDT (-o option), be sure to use the X_DSDT address ifnjl2003-09-141-1/+7
* C2/C3 latency is in microseconds (us), not ms.njl2003-09-131-1/+1
* Only print various optional fields if they are non-zero. Always print thenjl2003-09-131-24/+31
* Reduce the default width for IO port GAS printing.njl2003-09-131-4/+4
* Add dumping of the ECDT table.njl2003-09-102-0/+29
* o Workaround a bug where my T23 reports that it is ACPI 2.0x compatiblenjl2003-09-102-29/+70
* Add support for ACPI 2.x and the XSDT.njl2003-09-091-25/+77
* Rename FACP to FADT throughout.njl2003-09-094-111/+206
* Modify acpidump to use iasl(8) as the backend for disassembling AML.njl2003-08-288-2086/+366
* Hoo sed I kan spel?peter2003-08-021-1/+1
* Dump the HPET information block.peter2003-08-022-0/+38
* Fix a warning about deprecated string literals.njl2003-04-151-8/+8
* Add code to parse the contents of an ACPI MADT table and to dump itsjhb2003-01-081-0/+176
* Add structure definitions for the various items in a ACPI Multiplejhb2003-01-081-0/+105
* o Use sysctl machdep.acpi_root to get the physical address of themarcel2002-12-194-17/+42
* Use __packed.jhb2002-10-091-5/+5
* The .Nm utilitycharnier2002-07-141-4/+7
* Fix bug on method local named object related panic and Bankfieldtakawata2002-03-021-1/+17
* mdoc(7) police: kill WEOL and HSB, tidy up the AUTHORS section.ru2002-01-101-4/+6
* Add support for decoding Buffer objects that contain PnP/ACPI resourcemsmith2002-01-024-28/+406
* Collect multi name handling.takawata2001-10-231-0/+2
* Fix UserTerms disassembling. Now that dumped ASL can be compiled withiwasaki2001-10-228-29/+264
* Fix typo.dd2001-09-051-1/+1
* mdoc(7) police:ru2001-08-071-10/+10
OpenPOWER on IntegriCloud