summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpi
Commit message (Expand)AuthorAgeFilesLines
* Fixed the misplaced $FreeBSD$.ru2005-02-091-1/+1
* Sort sections.ru2005-01-181-16/+16
* Catch up with the kernel and set any global variables we are using, innjl2005-01-031-0/+6
* o Report charge/discharge rate and remaining capacity in the properimp2004-11-241-7/+38
* phk jumped the gun and posted what looks like a preliminary version ofimp2004-11-241-4/+8
* Dump current status of battery as well.phk2004-11-241-0/+8
* Minor style(9) before possible larger commits.imp2004-11-161-4/+2
* Somehow I missed this last night, acpi_init() doesn't return an int.philip2004-11-131-1/+1
* With the addition of a proper prototype, this is now WARNS=6 clean.philip2004-11-132-1/+2
* Two uint32_t casts crept in where they shouldn't have.philip2004-11-131-2/+2
* Change some formats and add some casts to make thisphilip2004-11-132-22/+20
* 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
* Remove the ACPIIO_ENABLE and ACPIIO_DISABLE ioctls as well as allnjl2004-08-182-31/+4
* We now handle SSDT tables. Remove a reference from the BUGS sectionmarcel2004-08-161-2/+4
* Comment out the ability to enable/disable ACPI at runtime. This appearsnjl2004-08-151-0/+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
* Assorted markup, grammar, and spelling fixes.ru2004-06-131-38/+57
* Tidy up markup.ru2004-06-061-19/+24
* Expand contraction.ru2004-06-041-1/+1
* Markup nit: make the list of options look better.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
* Add suspend/resume support to the debugger.njl2004-05-251-1/+1
* 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
* Fix style breakage.takawata2004-03-051-0/+1
* Make unprivilaged user can see battery info.takawata2004-03-041-2/+5
* I don't normally use my middle name, so remove it from attributions indes2004-01-251-2/+2
* - Use the standard .y and .l transformation rules -- this fixesru2004-01-131-16/+11
* Use my newly acquired magic stick and put aslcompiler.y.h intoru2004-01-111-3/+4
* Clean up the check for invalid X_DSDT and X_FACS portions of the FADT.njl2004-01-041-16/+25
* Add support for /etc/rc.suspend and /etc/rc.resume for ACPI. They arenjl2003-12-302-4/+31
* 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
* Add the -i flag to acpiconf(8) to retrieve battery information.njl2003-09-132-29/+69
* 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
OpenPOWER on IntegriCloud