summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* Fix building for the ACPI_DEBUG case.njl2004-08-131-0/+1
* Record the new status after checking if it has changed, not before. Thisnjl2004-08-131-1/+1
* MPSAFE lockingnjl2004-08-131-38/+9
* MPSAFE lockingnjl2004-08-131-22/+2
* MPSAFE lockingnjl2004-08-131-24/+48
* MPSAFE lockingnjl2004-08-131-120/+108
* MPSAFE locking: Add a comment that we need resource list and device_tnjl2004-08-131-0/+1
* MPSAFE lockingnjl2004-08-131-33/+55
* MPSAFE lockingnjl2004-08-131-0/+9
* MPSAFE lockingnjl2004-08-131-6/+27
* MPSAFE lockingnjl2004-08-131-4/+10
* MPSAFE lockingnjl2004-08-131-15/+33
* MPSAFE lockingnjl2004-08-131-21/+19
* MPSAFE lockingnjl2004-08-131-15/+14
* MPSAFE lockingnjl2004-08-131-171/+127
* MPSAFE lockingnjl2004-08-131-36/+53
* MPSAFE lockingnjl2004-08-131-30/+16
* MPSAFE lockingnjl2004-08-131-35/+79
* MPSAFE lockingnjl2004-08-131-28/+33
* Skip dependent functions when finding the resource from _PRS to use fornjl2004-08-121-4/+8
* Only print the link name if there is a link. For the hardwired case, don'tnjl2004-08-121-4/+7
* Allow null handles to be passed into acpi_name().njl2004-08-121-1/+1
* Fix the PRT entry code in acpi_pci_link to always add the entry, even ifnjl2004-08-122-42/+44
* Add some more verbose warning/error messages to help with users reportingnjl2004-08-111-17/+12
* Re-work ACPI PCI IRQ routing (_PRT, link devices). The old approach wasnjl2004-08-115-478/+329
* Don't call DEVICE_RESUME a second time if DEVICE_SUSPEND fails. Thenjl2004-08-101-11/+10
* Refine updates to PCI irq routing. Check _STA and _CRS but only print anjl2004-08-061-28/+39
* Add flags for _STA (status) methods and convenience macros for checkingnjl2004-08-062-4/+18
* Work around non-compliant BIOS PCI link devices. Some systems have thenjl2004-08-051-0/+31
* Fix the ACPI_DEBUG case by removing a now unused variable.njl2004-08-031-3/+0
* Initialize variables to fix kernel build on AMD64.obrien2004-08-031-0/+2
* /tmp/mnjl2004-08-031-188/+69
* 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
OpenPOWER on IntegriCloud