summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_resource.c
Commit message (Expand)AuthorAgeFilesLines
* Don't attach special devices in the order they appear in the AML tree.njl2006-05-071-1/+1
* *sigh* Revert stuff that wasn't supposed to be committed. Thejhb2005-11-071-1/+0
* Work around at least one busted BIOS. If we get a source index in a _PRTjhb2005-11-071-0/+1
* Catch up with ACPI-CA 20051021 importjkim2005-11-011-127/+146
* Canonize the include of acpi.h.obrien2005-09-111-1/+1
* s/SLIST/STAILQ/phk2005-03-181-2/+2
* Don't create new-bus resources for ACPI extended IRQ resources that arejhb2005-01-181-1/+5
* Remove trailing whitespace.njl2004-12-271-1/+1
* Rework sysresource management. Instead of having each sysresource objectnjl2004-08-231-115/+59
* Use the new start for the offset, not the old end.njl2004-08-201-1/+1
* Correctly handle BIOS resources that are duplicated (!). There are manynjl2004-08-201-4/+49
* MPSAFE locking: Add a comment that we need resource list and device_tnjl2004-08-131-0/+1
* Use the acpi_id_probe() method instead of acpi_MatchHid(), which is nownjl2004-06-291-3/+2
* - Defer BUS_CONFIG_INTR() on ACPI IRQ resources until the resources arejhb2004-06-231-3/+88
* Add support to ACPI to manage its own resources. Previously, resourcenjl2004-06-131-37/+91
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Add MODULE_DEPEND entries so some of these drivers can eventually benjl2004-04-091-0/+1
* Add an interface to pass an argument to the resource parsing functions.njl2004-03-311-4/+6
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+3
* Consistently print attach messages.njl2003-09-261-1/+1
* Extend the ACPI resource handling to make use of the BUS_CONFIG_INTR()marcel2003-09-101-5/+12
* Style and whitespace changes. Also, make the ivar functions non-inlinenjl2003-08-281-121/+126
* Use __FBSDID().obrien2003-08-241-2/+3
* Fix a De Morgan bug: If we only expect a memory range OR anmarcel2002-12-231-8/+8
* Oops, missed this one. Fix a printf format error on 64 bit systemspeter2002-10-041-2/+2
* Brutally deal with __func__ being 'const char *' on gcc-3.1.peter2002-05-191-1/+1
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-231-19/+20
* Fix irq/drq handling. IRQ and DRQ resource information can be gettakawata2002-01-311-26/+41
* Staticise devclasses and some unnecessarily global variables.msmith2002-01-081-1/+1
* Allocate system resource IRQs as shareable; this is the typical case.msmith2001-09-061-1/+1
* Don't claim memory resources owned by a PNP0C01 device ("system memory")msmith2001-08-311-3/+6
* Don't activate placeholder resources; it can be very expensive in themsmith2001-08-311-3/+3
* Retarget the resource parser slightly. We only fetch current resourcesmsmith2001-08-301-36/+287
* Updates to match the ACPI CA 20010816 import:msmith2001-08-261-24/+24
* Convert from acpi_strerror() to AcpiFormatException()msmith2001-07-211-1/+1
* Update for new debug layer constant names in the ACPI CA 20010615msmith2001-06-291-1/+1
* - Updates for new constant naming in the ACPI CA 20010518 update.msmith2001-05-291-19/+19
* - Convert a lot of homebrew debugging output to use the ACPI CA debuggingmsmith2000-12-081-55/+34
* Initial FreeBSD OSPM (operating system power management) modules formsmith2000-10-281-0/+343
OpenPOWER on IntegriCloud