| Commit message (Expand) | Author | Age | Files | Lines |
* | Refine updates to PCI irq routing. Check _STA and _CRS but only print a | njl | 2004-08-06 | 1 | -28/+39 |
* | Add flags for _STA (status) methods and convenience macros for checking | njl | 2004-08-06 | 2 | -4/+18 |
* | Work around non-compliant BIOS PCI link devices. Some systems have the | njl | 2004-08-05 | 1 | -0/+31 |
* | Fix the ACPI_DEBUG case by removing a now unused variable. | njl | 2004-08-03 | 1 | -3/+0 |
* | Initialize variables to fix kernel build on AMD64. | obrien | 2004-08-03 | 1 | -0/+2 |
* | /tmp/m | njl | 2004-08-03 | 1 | -188/+69 |
* | Don't force an immediate probe/attach for all devices when compiled with | njl | 2004-07-26 | 1 | -3/+0 |
* | Fix a bug where an item was being removed from a list without using | njl | 2004-07-24 | 1 | -34/+29 |
* | Reinsert the bus space handle and tag, they are needed for the timer test. | njl | 2004-07-22 | 1 | -0/+2 |
* | Instead of doing everything in identify, do a proper probe/attach. Also, | njl | 2004-07-22 | 1 | -23/+45 |
* | Remove unused (and bogus) locking, style cleanup, remove unnecessary casts. | njl | 2004-07-22 | 1 | -145/+84 |
* | Use ACPI_ALL_NOTIFY instead of registering handlers separately. | njl | 2004-07-16 | 2 | -8/+4 |
* | Fix acpi_video loading. When we started cleaning up the duplicate handles | njl | 2004-07-16 | 1 | -5/+4 |
* | Update the interface for child drivers. Add acpi_scan_children, which | njl | 2004-07-15 | 2 | -21/+146 |
* | Some laptops report the "design-capacity" instead of the "real-capacity" | marks | 2004-07-14 | 1 | -0/+9 |
* | Follow PnP location string change in acpi.c. | takawata | 2004-07-14 | 1 | -1/+1 |
* | Clean up our pnpinfo and location strings. | njl | 2004-07-13 | 1 | -7/+5 |
* | Call device_identify routines after doing the namespace walk. This is | njl | 2004-07-13 | 1 | -8/+6 |
* | Add the ability to detach a battery. Now batteries that are detached are | njl | 2004-07-12 | 3 | -1/+33 |
* | Update for the KDB framework: | marcel | 2004-07-10 | 1 | -2/+3 |
* | Make the default memory range in the top 2GB of ram in the hopes that | imp | 2004-07-04 | 1 | -3/+5 |
* | Remove duplicate FreeBSD id. | njl | 2004-07-02 | 1 | -2/+0 |
* | Get rid of the strict aliasing error by retrieving the ECDT via a table | njl | 2004-07-02 | 1 | -2/+3 |
* | After re-exporting rman, et al, __RMAN_RESOURCE_VISIBLE is no longer | imp | 2004-07-01 | 1 | -1/+0 |
* | Trim a few things from the dmesg output and stick them under bootverbose to | jhb | 2004-07-01 | 1 | -9/+12 |
* | Rework the code that waits for a response from the EC. Use an sx lock | njl | 2004-07-01 | 1 | -48/+35 |
* | Add missing function debug trace macros to the new powerres functions. | njl | 2004-06-30 | 1 | -0/+4 |
* | Hide struct resource and struct rman. You must define | imp | 2004-06-30 | 1 | -0/+1 |
* | Move flags into a private ivar so it can't collide with device flags. | njl | 2004-06-30 | 6 | -124/+137 |
* | Add a method for referencing/switching power resources based on _PRW. | njl | 2004-06-30 | 1 | -11/+56 |
* | Disable the EC GPE in the shutdown path. This is correct but is not known | njl | 2004-06-30 | 1 | -0/+13 |
* | Diff reduction for style. | njl | 2004-06-30 | 1 | -6/+3 |
* | Add new quirk code that disables problem BIOS versions. Remove old quirk | njl | 2004-06-30 | 1 | -74/+19 |
* | Add the table quirk matching code. It matches rules defined in acpi_quirks | njl | 2004-06-30 | 1 | -0/+183 |
* | Add machdep quirks functions. On i386, this disables acpi on systems with | njl | 2004-06-30 | 1 | -0/+6 |
* | Staticize acpi_MatchHid() and include acpi_if.h | njl | 2004-06-29 | 1 | -1/+1 |
* | Use the acpi_id_probe() method instead of acpi_MatchHid(), which is now | njl | 2004-06-29 | 8 | -66/+73 |
* | Add implementation of the ACPI methods which hands them off to ACPI-CA. | njl | 2004-06-29 | 1 | -5/+58 |
* | Add acpi methods for HID/CID probing, evaluating objects, and walking the | njl | 2004-06-29 | 1 | -0/+77 |
* | Use a default of the FADT for matching CreatorId quirks. Use XSDT to mean | njl | 2004-06-29 | 1 | -6/+6 |
* | Include isa/pnpvar.h and remove a duplicate copy of PNP_EISAID. | njl | 2004-06-29 | 1 | -13/+2 |
* | While booting, use DELAY() for waiting for the EC to respond instead of | njl | 2004-06-28 | 1 | -6/+13 |
* | rman_reserve_resource doesn't set the bushandle, so we have to do it here. | imp | 2004-06-28 | 1 | -1/+1 |
* | MFp4: Set the bus handle to the bus handle of the resource, not the | imp | 2004-06-27 | 1 | -3/+2 |
* | Update some comments and remove non-standard notation. | njl | 2004-06-24 | 1 | -4/+7 |
* | Add a quirks array based on matching ACPI tables. The entries in this file | njl | 2004-06-24 | 1 | -0/+482 |
* | Attach the correct handle, not the one that was just deleted. Also, | njl | 2004-06-24 | 1 | -3/+2 |
* | Run the power off code directly instead of using indirection through | njl | 2004-06-24 | 1 | -28/+11 |
* | Use uintmax_t for CPU statistics and add a cast to prevent truncation of | njl | 2004-06-24 | 1 | -2/+2 |
* | - Defer BUS_CONFIG_INTR() on ACPI IRQ resources until the resources are | jhb | 2004-06-23 | 4 | -34/+143 |