index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
acpi
/
acpi_verbose.c
Age
Commit message (
Expand
)
Author
2013-10-20
fix unused variable warnings
christos
2011-01-03
Scan for devices that are "hot-pluggable".
jruoho
2010-12-31
Include <dev/acpi/acpi_pci.h>.
jruoho
2010-12-31
acpi_pcidev_find_dev(): take struct acpi_devnode as a parameter.
jruoho
2010-12-31
Move the function that finds a device_t for the corresponding ACPI device
jruoho
2010-10-26
An _ADR object is not required for PCI root bridges. To solve
gsutre
2010-09-24
Do not discard ACPI PCI addresses with function number 0xFFFF: the
gsutre
2010-08-11
acpi_print_tree: print ACPI and PCI autoconf(9) device names.
gsutre
2010-08-07
Allow to dump the basic information at runtime with a flag to modload(8).
jruoho
2010-08-07
Dump MADT in ACPIVERBOSE.
jruoho
2010-08-07
Dump the whole FADT in ACPIVERBOSE.
jruoho
2010-08-06
Simplify the acpiverbose module.
jruoho
2010-08-06
Remove the acpiwmi(4) dump from the ACPIVERBOSE module. Instead of this
jruoho
2010-07-25
Move setting of acpi_verbose_loaded flag into the module's init routine.
pgoyette
2010-06-07
Update acpiverbose module to use module_autoload() rather than module_load().
pgoyette
2010-06-05
Remove trailing white space.
jruoho
2010-05-31
Extract ACPIVERBOSE into a kernel module. The module can be builtin
pgoyette