| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add the ability to detach a battery. Now batteries that are detached are | Nate Lawson | 2004-07-12 | 3 | -1/+33 |
| * | Update for the KDB framework: | Marcel Moolenaar | 2004-07-10 | 1 | -2/+3 |
| * | Make the default memory range in the top 2GB of ram in the hopes that | Warner Losh | 2004-07-04 | 1 | -3/+5 |
| * | Remove duplicate FreeBSD id. | Nate Lawson | 2004-07-02 | 1 | -2/+0 |
| * | Get rid of the strict aliasing error by retrieving the ECDT via a table | Nate Lawson | 2004-07-02 | 1 | -2/+3 |
| * | After re-exporting rman, et al, __RMAN_RESOURCE_VISIBLE is no longer | Warner Losh | 2004-07-01 | 1 | -1/+0 |
| * | Trim a few things from the dmesg output and stick them under bootverbose to | John Baldwin | 2004-07-01 | 1 | -9/+12 |
| * | Rework the code that waits for a response from the EC. Use an sx lock | Nate Lawson | 2004-07-01 | 1 | -48/+35 |
| * | Add missing function debug trace macros to the new powerres functions. | Nate Lawson | 2004-06-30 | 1 | -0/+4 |
| * | Hide struct resource and struct rman. You must define | Warner Losh | 2004-06-30 | 1 | -0/+1 |
| * | Move flags into a private ivar so it can't collide with device flags. | Nate Lawson | 2004-06-30 | 6 | -124/+137 |
| * | Add a method for referencing/switching power resources based on _PRW. | Nate Lawson | 2004-06-30 | 1 | -11/+56 |
| * | Disable the EC GPE in the shutdown path. This is correct but is not known | Nate Lawson | 2004-06-30 | 1 | -0/+13 |
| * | Diff reduction for style. | Nate Lawson | 2004-06-30 | 1 | -6/+3 |
| * | Add new quirk code that disables problem BIOS versions. Remove old quirk | Nate Lawson | 2004-06-30 | 1 | -74/+19 |
| * | Add the table quirk matching code. It matches rules defined in acpi_quirks | Nate Lawson | 2004-06-30 | 1 | -0/+183 |
| * | Add machdep quirks functions. On i386, this disables acpi on systems with | Nate Lawson | 2004-06-30 | 1 | -0/+6 |
| * | Staticize acpi_MatchHid() and include acpi_if.h | Nate Lawson | 2004-06-29 | 1 | -1/+1 |
| * | Use the acpi_id_probe() method instead of acpi_MatchHid(), which is now | Nate Lawson | 2004-06-29 | 8 | -65/+72 |
| * | Add implementation of the ACPI methods which hands them off to ACPI-CA. | Nate Lawson | 2004-06-29 | 1 | -5/+58 |
| * | Add acpi methods for HID/CID probing, evaluating objects, and walking the | Nate Lawson | 2004-06-29 | 1 | -0/+77 |
| * | Use a default of the FADT for matching CreatorId quirks. Use XSDT to mean | Nate Lawson | 2004-06-29 | 1 | -6/+6 |
| * | Include isa/pnpvar.h and remove a duplicate copy of PNP_EISAID. | Nate Lawson | 2004-06-29 | 1 | -13/+2 |
| * | While booting, use DELAY() for waiting for the EC to respond instead of | Nate Lawson | 2004-06-28 | 1 | -6/+13 |
| * | rman_reserve_resource doesn't set the bushandle, so we have to do it here. | Warner Losh | 2004-06-28 | 1 | -1/+1 |
| * | MFp4: Set the bus handle to the bus handle of the resource, not the | Warner Losh | 2004-06-27 | 1 | -3/+2 |
| * | Update some comments and remove non-standard notation. | Nate Lawson | 2004-06-24 | 1 | -4/+7 |
| * | Add a quirks array based on matching ACPI tables. The entries in this file | Nate Lawson | 2004-06-24 | 1 | -0/+482 |
| * | Attach the correct handle, not the one that was just deleted. Also, | Nate Lawson | 2004-06-24 | 1 | -3/+2 |
| * | Run the power off code directly instead of using indirection through | Nate Lawson | 2004-06-24 | 1 | -28/+11 |
| * | Use uintmax_t for CPU statistics and add a cast to prevent truncation of | Nate Lawson | 2004-06-24 | 1 | -2/+2 |
| * | - Defer BUS_CONFIG_INTR() on ACPI IRQ resources until the resources are | John Baldwin | 2004-06-23 | 4 | -34/+143 |
| * | Now that we associate a device_t with ACPI device handles, lookup the | John Baldwin | 2004-06-23 | 1 | -7/+41 |
| * | Fix typos and add spaces before `(' in some comments | Christian Brueffer | 2004-06-22 | 1 | -3/+3 |
| * | Add more precision to the cx_usage sysctl output and special-case 0%. | Nate Lawson | 2004-06-19 | 1 | -5/+11 |
| * | Remove compat code and unused lock declarations. | Nate Lawson | 2004-06-18 | 1 | -22/+2 |
| * | Remove compat defines. | Nate Lawson | 2004-06-18 | 1 | -4/+0 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 2 | -4/+4 |
| * | Revert the removal of the initial_irq hack for now as this code is more | John Baldwin | 2004-06-14 | 1 | -9/+7 |
| * | Remove disable_on_poweroff and our pre-sync shutdown handler. Disabling | Nate Lawson | 2004-06-14 | 1 | -30/+1 |
| * | Clean up acpi_probe_order() a bit and clarify some comments. | Nate Lawson | 2004-06-14 | 1 | -9/+19 |
| * | Don't probe/attach in the ACPI_DEBUG case. | Nate Lawson | 2004-06-14 | 1 | -2/+1 |
| * | Add support to ACPI to manage its own resources. Previously, resource | Nate Lawson | 2004-06-13 | 10 | -101/+246 |
| * | Associate a device_t with an ACPI_HANDLE. This make AcpiWalkNamespace more | Nate Lawson | 2004-06-13 | 2 | -0/+21 |
| * | Remove accidental change. | Nate Lawson | 2004-06-07 | 1 | -1/+1 |
| * | Avoid printing extraneous warning messages when trying to switch a device | Nate Lawson | 2004-06-07 | 2 | -17/+17 |
| * | - Use PCI_INVALID_IRQ macro rather than a magic number. | John Baldwin | 2004-06-07 | 1 | -2/+1 |
| * | Don't forget to pass shutdown events down to children first now that we | Nate Lawson | 2004-06-05 | 1 | -0/+3 |
| * | Disable wake GPEs in the reboot path as well as poweroff path. This fixes | Nate Lawson | 2004-06-05 | 1 | -4/+11 |
| * | Rework acpi_cpu_idle() to select the next idle state before sleeping, not | Nate Lawson | 2004-06-05 | 1 | -109/+78 |