Update for new debug layer constant names in the ACPI CA 20010615
import.
This commit is contained in:
parent
a9cf0dff08
commit
e71b638175
@ -46,7 +46,7 @@
|
||||
/*
|
||||
* Hooks for the ACPI CA debugging infrastructure
|
||||
*/
|
||||
#define _COMPONENT ACPI_BUS_MANAGER
|
||||
#define _COMPONENT ACPI_BUS
|
||||
MODULE_NAME("ISA")
|
||||
|
||||
#define PNP_HEXTONUM(c) ((c) >= 'a' \
|
||||
|
@ -42,7 +42,7 @@
|
||||
/*
|
||||
* Hooks for the ACPI CA debugging infrastructure
|
||||
*/
|
||||
#define _COMPONENT ACPI_BUS_MANAGER
|
||||
#define _COMPONENT ACPI_BUS
|
||||
MODULE_NAME("PCI")
|
||||
|
||||
struct acpi_pcib_softc {
|
||||
|
@ -42,7 +42,7 @@
|
||||
/*
|
||||
* Hooks for the ACPI CA debugging infrastructure
|
||||
*/
|
||||
#define _COMPONENT ACPI_BUS_MANAGER
|
||||
#define _COMPONENT ACPI_BUS
|
||||
MODULE_NAME("PCI")
|
||||
|
||||
struct acpi_pcib_softc {
|
||||
|
@ -74,7 +74,7 @@ MALLOC_DEFINE(M_ACPIPWR, "acpipwr", "ACPI power resources");
|
||||
/*
|
||||
* Hooks for the ACPI CA debugging infrastructure
|
||||
*/
|
||||
#define _COMPONENT ACPI_POWER_CONTROL
|
||||
#define _COMPONENT ACPI_POWER
|
||||
MODULE_NAME("POWERRES")
|
||||
|
||||
/*
|
||||
|
@ -41,7 +41,7 @@
|
||||
/*
|
||||
* Hooks for the ACPI CA debugging infrastructure
|
||||
*/
|
||||
#define _COMPONENT ACPI_BUS_MANAGER
|
||||
#define _COMPONENT ACPI_BUS
|
||||
MODULE_NAME("RESOURCE")
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user