summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* Don't force an immediate probe/attach for all devices when compiled withnjl2004-07-261-3/+0
* Fix a bug where an item was being removed from a list without usingnjl2004-07-241-34/+29
* Reinsert the bus space handle and tag, they are needed for the timer test.njl2004-07-221-0/+2
* Instead of doing everything in identify, do a proper probe/attach. Also,njl2004-07-221-23/+45
* Remove unused (and bogus) locking, style cleanup, remove unnecessary casts.njl2004-07-221-145/+84
* Use ACPI_ALL_NOTIFY instead of registering handlers separately.njl2004-07-162-8/+4
* Fix acpi_video loading. When we started cleaning up the duplicate handlesnjl2004-07-161-5/+4
* Update the interface for child drivers. Add acpi_scan_children, whichnjl2004-07-152-21/+146
* Some laptops report the "design-capacity" instead of the "real-capacity"marks2004-07-141-0/+9
* Follow PnP location string change in acpi.c.takawata2004-07-141-1/+1
* Clean up our pnpinfo and location strings.njl2004-07-131-7/+5
* Call device_identify routines after doing the namespace walk. This isnjl2004-07-131-8/+6
* Add the ability to detach a battery. Now batteries that are detached arenjl2004-07-123-1/+33
* Update for the KDB framework:marcel2004-07-101-2/+3
* Make the default memory range in the top 2GB of ram in the hopes thatimp2004-07-041-3/+5
* Remove duplicate FreeBSD id.njl2004-07-021-2/+0
* Get rid of the strict aliasing error by retrieving the ECDT via a tablenjl2004-07-021-2/+3
* After re-exporting rman, et al, __RMAN_RESOURCE_VISIBLE is no longerimp2004-07-011-1/+0
* Trim a few things from the dmesg output and stick them under bootverbose tojhb2004-07-011-9/+12
* Rework the code that waits for a response from the EC. Use an sx locknjl2004-07-011-48/+35
* Add missing function debug trace macros to the new powerres functions.njl2004-06-301-0/+4
* Hide struct resource and struct rman. You must defineimp2004-06-301-0/+1
* Move flags into a private ivar so it can't collide with device flags.njl2004-06-306-124/+137
* Add a method for referencing/switching power resources based on _PRW.njl2004-06-301-11/+56
* Disable the EC GPE in the shutdown path. This is correct but is not knownnjl2004-06-301-0/+13
* Diff reduction for style.njl2004-06-301-6/+3
* Add new quirk code that disables problem BIOS versions. Remove old quirknjl2004-06-301-74/+19
* Add the table quirk matching code. It matches rules defined in acpi_quirksnjl2004-06-301-0/+183
* Add machdep quirks functions. On i386, this disables acpi on systems withnjl2004-06-301-0/+6
* Staticize acpi_MatchHid() and include acpi_if.hnjl2004-06-291-1/+1
* Use the acpi_id_probe() method instead of acpi_MatchHid(), which is nownjl2004-06-298-66/+73
* Add implementation of the ACPI methods which hands them off to ACPI-CA.njl2004-06-291-5/+58
* Add acpi methods for HID/CID probing, evaluating objects, and walking thenjl2004-06-291-0/+77
* Use a default of the FADT for matching CreatorId quirks. Use XSDT to meannjl2004-06-291-6/+6
* Include isa/pnpvar.h and remove a duplicate copy of PNP_EISAID.njl2004-06-291-13/+2
* While booting, use DELAY() for waiting for the EC to respond instead ofnjl2004-06-281-6/+13
* rman_reserve_resource doesn't set the bushandle, so we have to do it here.imp2004-06-281-1/+1
* MFp4: Set the bus handle to the bus handle of the resource, not theimp2004-06-271-3/+2
* Update some comments and remove non-standard notation.njl2004-06-241-4/+7
* Add a quirks array based on matching ACPI tables. The entries in this filenjl2004-06-241-0/+482
* Attach the correct handle, not the one that was just deleted. Also,njl2004-06-241-3/+2
* Run the power off code directly instead of using indirection throughnjl2004-06-241-28/+11
* Use uintmax_t for CPU statistics and add a cast to prevent truncation ofnjl2004-06-241-2/+2
* - Defer BUS_CONFIG_INTR() on ACPI IRQ resources until the resources arejhb2004-06-234-34/+143
* Now that we associate a device_t with ACPI device handles, lookup thejhb2004-06-231-7/+41
* Fix typos and add spaces before `(' in some commentsbrueffer2004-06-221-3/+3
* Add more precision to the cx_usage sysctl output and special-case 0%.njl2004-06-191-5/+11
* Remove compat code and unused lock declarations.njl2004-06-181-22/+2
* Remove compat defines.njl2004-06-181-4/+0
* Do the dreaded s/dev_t/struct cdev */phk2004-06-162-4/+4
OpenPOWER on IntegriCloud