| Commit message (Expand) | Author | Age | Files | Lines |
* | o Report charge/discharge rate and remaining capacity in the proper | Warner Losh | 2004-11-24 | 1 | -7/+38 |
* | phk jumped the gun and posted what looks like a preliminary version of | Warner Losh | 2004-11-24 | 1 | -4/+8 |
* | Dump current status of battery as well. | Poul-Henning Kamp | 2004-11-24 | 1 | -0/+8 |
* | Minor style(9) before possible larger commits. | Warner Losh | 2004-11-16 | 1 | -4/+2 |
* | Somehow I missed this last night, acpi_init() doesn't return an int. | Philip Paeps | 2004-11-13 | 1 | -1/+1 |
* | With the addition of a proper prototype, this is now WARNS=6 clean. | Philip Paeps | 2004-11-13 | 2 | -1/+2 |
* | Two uint32_t casts crept in where they shouldn't have. | Philip Paeps | 2004-11-13 | 1 | -2/+2 |
* | Change some formats and add some casts to make this | Philip Paeps | 2004-11-13 | 2 | -22/+20 |
* | Update a comment that was outdated. | Nate Lawson | 2004-10-05 | 1 | -1/+1 |
* | Back out the -s flag and go back to dumping the SSDTs by default. | Nate Lawson | 2004-10-05 | 4 | -22/+6 |
* | Update the man page for the -s flag and other changes that we've missed. | Nate Lawson | 2004-10-05 | 1 | -5/+19 |
* | Add the -s flag to make dumping SSDTs optional (disabled by default). | Nate Lawson | 2004-10-05 | 3 | -5/+16 |
* | When one entry in the RSDT is corrupted, just skip it instead of bailing out. | Nate Lawson | 2004-08-18 | 1 | -2/+5 |
* | Update man page for supported table types. | Nate Lawson | 2004-08-18 | 1 | -5/+2 |
* | Remove the ACPIIO_ENABLE and ACPIIO_DISABLE ioctls as well as all | Nate Lawson | 2004-08-18 | 2 | -31/+4 |
* | We now handle SSDT tables. Remove a reference from the BUGS section | Marcel Moolenaar | 2004-08-16 | 1 | -2/+4 |
* | Comment out the ability to enable/disable ACPI at runtime. This appears | Nate Lawson | 2004-08-15 | 1 | -0/+4 |
* | Add support for SSDT tables. Dumping or disassembling the DSDT will | Marcel Moolenaar | 2004-08-13 | 3 | -20/+58 |
* | Removed trailing whitespace. | Ruslan Ermilov | 2004-07-02 | 1 | -2/+2 |
* | Also print out the standard header for FADT since it has one. | Nate Lawson | 2004-06-30 | 1 | -7/+12 |
* | Assorted markup, grammar, and spelling fixes. | Ruslan Ermilov | 2004-06-13 | 1 | -38/+57 |
* | Tidy up markup. | Ruslan Ermilov | 2004-06-06 | 1 | -19/+24 |
* | Expand contraction. | Ruslan Ermilov | 2004-06-04 | 1 | -1/+1 |
* | Markup nit: make the list of options look better. | Ruslan Ermilov | 2004-06-04 | 1 | -1/+1 |
* | Unify the start/size parameters for the RSDP search area. Don't bother | Nate Lawson | 2004-05-28 | 2 | -4/+6 |
* | Use the correct location of the EBDA for searching for the RSDP. | Nate Lawson | 2004-05-25 | 2 | -19/+31 |
* | Add suspend/resume support to the debugger. | Nate Lawson | 2004-05-25 | 1 | -1/+1 |
* | If the revision is 0, don't trust the length in the RSDP. Instead assume | Nate Lawson | 2004-05-16 | 1 | -2/+7 |
* | Read in the entire RSDP but only run the standard checksum over the | Nate Lawson | 2004-05-16 | 1 | -7/+12 |
* | Instead of scanning the entire lower 1 MB of RAM, only scan locations | Nate Lawson | 2004-05-14 | 2 | -29/+53 |
* | Minor style issues. | Dag-Erling Smørgrav | 2004-05-10 | 3 | -6/+6 |
* | Instead of using a static, check for the FADT revision before using it. | Nate Lawson | 2004-04-18 | 1 | -12/+20 |
* | Fix style breakage. | Takanori Watanabe | 2004-03-05 | 1 | -0/+1 |
* | Make unprivilaged user can see battery info. | Takanori Watanabe | 2004-03-04 | 1 | -2/+5 |
* | I don't normally use my middle name, so remove it from attributions in | Dag-Erling Smørgrav | 2004-01-25 | 1 | -2/+2 |
* | - Use the standard .y and .l transformation rules -- this fixes | Ruslan Ermilov | 2004-01-13 | 1 | -16/+11 |
* | Use my newly acquired magic stick and put aslcompiler.y.h into | Ruslan Ermilov | 2004-01-11 | 1 | -3/+4 |
* | Clean up the check for invalid X_DSDT and X_FACS portions of the FADT. | Nate Lawson | 2004-01-04 | 1 | -16/+25 |
* | Add support for /etc/rc.suspend and /etc/rc.resume for ACPI. They are | Nate Lawson | 2003-12-30 | 2 | -4/+31 |
* | Add a newline even if IAPC_BOOT_ARCH == 0. | Nate Lawson | 2003-10-29 | 1 | -1/+2 |
* | Only print an end '}' if the field was non-zero (i.e. there were some flags | Nate Lawson | 2003-09-21 | 1 | -2/+4 |
* | Correct typo in comment. | Nate Lawson | 2003-09-14 | 1 | -1/+1 |
* | For dumping the DSDT (-o option), be sure to use the X_DSDT address if | Nate Lawson | 2003-09-14 | 1 | -1/+7 |
* | Add the -i flag to acpiconf(8) to retrieve battery information. | Nate Lawson | 2003-09-13 | 2 | -29/+69 |
* | C2/C3 latency is in microseconds (us), not ms. | Nate Lawson | 2003-09-13 | 1 | -1/+1 |
* | Only print various optional fields if they are non-zero. Always print the | Nate Lawson | 2003-09-13 | 1 | -24/+31 |
* | Reduce the default width for IO port GAS printing. | Nate Lawson | 2003-09-13 | 1 | -4/+4 |
* | Add dumping of the ECDT table. | Nate Lawson | 2003-09-10 | 2 | -0/+29 |
* | o Workaround a bug where my T23 reports that it is ACPI 2.0x compatible | Nate Lawson | 2003-09-10 | 2 | -29/+70 |
* | Add support for ACPI 2.x and the XSDT. | Nate Lawson | 2003-09-09 | 1 | -25/+77 |