summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpi_verbose.c
AgeCommit message (Expand)Author
2013-10-20fix unused variable warningschristos
2011-01-03Scan for devices that are "hot-pluggable".jruoho
2010-12-31Include <dev/acpi/acpi_pci.h>.jruoho
2010-12-31acpi_pcidev_find_dev(): take struct acpi_devnode as a parameter.jruoho
2010-12-31Move the function that finds a device_t for the corresponding ACPI devicejruoho
2010-10-26An _ADR object is not required for PCI root bridges. To solvegsutre
2010-09-24Do not discard ACPI PCI addresses with function number 0xFFFF: thegsutre
2010-08-11acpi_print_tree: print ACPI and PCI autoconf(9) device names.gsutre
2010-08-07Allow to dump the basic information at runtime with a flag to modload(8).jruoho
2010-08-07Dump MADT in ACPIVERBOSE.jruoho
2010-08-07Dump the whole FADT in ACPIVERBOSE.jruoho
2010-08-06Simplify the acpiverbose module.jruoho
2010-08-06Remove the acpiwmi(4) dump from the ACPIVERBOSE module. Instead of thisjruoho
2010-07-25Move setting of acpi_verbose_loaded flag into the module's init routine.pgoyette
2010-06-07Update acpiverbose module to use module_autoload() rather than module_load().pgoyette
2010-06-05Remove trailing white space.jruoho
2010-05-31Extract ACPIVERBOSE into a kernel module. The module can be builtinpgoyette