aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/acpi
Commit message (Expand)AuthorAgeFilesLines
* These are the things that the tinderbox has problems with because itJohn Birrell2007-11-201-0/+1
* Use an explicit pointer cast since NULL isn't guaranteed to be definedJohn Birrell2007-11-181-1/+1
* Use a NULL instead of a zero to avoid a compiler warning about a missing sent...John Birrell2007-11-181-1/+1
* Fix acpidump(8) on ia64. Revision 1.13 introduced an uninitializedMarcel Moolenaar2007-07-281-0/+2
* Update the suspend/resume user API while maintaining backwards compat.Nate Lawson2007-06-211-28/+22
* Correct HPET header handling.Takanori Watanabe2007-03-272-3/+3
* Catch up with ACPI-CA 20070320 import.Jung-uk Kim2007-03-224-40/+39
* Document exact command preferred for sending ASL as part of bug reports.Nate Lawson2007-03-142-0/+8
* Catch up with ACPI-CA 20051021 importJung-uk Kim2005-11-014-63/+108
* Correct column alignment.Nate Lawson2005-07-281-1/+1
* Fix nits in reporting battery information and add battery status reporting.Nate Lawson2005-07-281-35/+54
* Use the current BST/BIF ioctls, not the deprecated ones.Nate Lawson2005-07-221-2/+2
* Fix a small style problem and add a __packed pragma for safety.Scott Long2005-02-171-1/+1
* Note addition of MCFG support.Nate Lawson2005-02-141-1/+2
* Add support for parsing MCFG tables.Scott Long2005-02-142-0/+36
* Fixed the misplaced $FreeBSD$.Ruslan Ermilov2005-02-091-1/+1
* Sort sections.Ruslan Ermilov2005-01-181-16/+16
* Catch up with the kernel and set any global variables we are using, inNate Lawson2005-01-031-0/+6
* o Report charge/discharge rate and remaining capacity in the properWarner Losh2004-11-241-7/+38
* phk jumped the gun and posted what looks like a preliminary version ofWarner Losh2004-11-241-4/+8
* Dump current status of battery as well.Poul-Henning Kamp2004-11-241-0/+8
* Minor style(9) before possible larger commits.Warner Losh2004-11-161-4/+2
* Somehow I missed this last night, acpi_init() doesn't return an int.Philip Paeps2004-11-131-1/+1
* With the addition of a proper prototype, this is now WARNS=6 clean.Philip Paeps2004-11-132-1/+2
* Two uint32_t casts crept in where they shouldn't have.Philip Paeps2004-11-131-2/+2
* Change some formats and add some casts to make thisPhilip Paeps2004-11-132-22/+20
* Update a comment that was outdated.Nate Lawson2004-10-051-1/+1
* Back out the -s flag and go back to dumping the SSDTs by default.Nate Lawson2004-10-054-22/+6
* Update the man page for the -s flag and other changes that we've missed.Nate Lawson2004-10-051-5/+19
* Add the -s flag to make dumping SSDTs optional (disabled by default).Nate Lawson2004-10-053-5/+16
* When one entry in the RSDT is corrupted, just skip it instead of bailing out.Nate Lawson2004-08-181-2/+5
* Update man page for supported table types.Nate Lawson2004-08-181-5/+2
* Remove the ACPIIO_ENABLE and ACPIIO_DISABLE ioctls as well as allNate Lawson2004-08-182-31/+4
* We now handle SSDT tables. Remove a reference from the BUGS sectionMarcel Moolenaar2004-08-161-2/+4
* Comment out the ability to enable/disable ACPI at runtime. This appearsNate Lawson2004-08-151-0/+4
* Add support for SSDT tables. Dumping or disassembling the DSDT willMarcel Moolenaar2004-08-133-20/+58
* Removed trailing whitespace.Ruslan Ermilov2004-07-021-2/+2
* Also print out the standard header for FADT since it has one.Nate Lawson2004-06-301-7/+12
* Assorted markup, grammar, and spelling fixes.Ruslan Ermilov2004-06-131-38/+57
* Tidy up markup.Ruslan Ermilov2004-06-061-19/+24
* Expand contraction.Ruslan Ermilov2004-06-041-1/+1
* Markup nit: make the list of options look better.Ruslan Ermilov2004-06-041-1/+1
* Unify the start/size parameters for the RSDP search area. Don't botherNate Lawson2004-05-282-4/+6
* Use the correct location of the EBDA for searching for the RSDP.Nate Lawson2004-05-252-19/+31
* Add suspend/resume support to the debugger.Nate Lawson2004-05-251-1/+1
* If the revision is 0, don't trust the length in the RSDP. Instead assumeNate Lawson2004-05-161-2/+7
* Read in the entire RSDP but only run the standard checksum over theNate Lawson2004-05-161-7/+12
* Instead of scanning the entire lower 1 MB of RAM, only scan locationsNate Lawson2004-05-142-29/+53
* Minor style issues.Dag-Erling Smørgrav2004-05-103-6/+6
* Instead of using a static, check for the FADT revision before using it.Nate Lawson2004-04-181-12/+20