summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_resource.c
Commit message (Expand)AuthorAgeFilesLines
* 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