summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_pcib.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/acpica/acpi_pcib.c')
-rw-r--r--sys/dev/acpica/acpi_pcib.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/acpica/acpi_pcib.c b/sys/dev/acpica/acpi_pcib.c
index 60f1708..6fc5e2b 100644
--- a/sys/dev/acpica/acpi_pcib.c
+++ b/sys/dev/acpica/acpi_pcib.c
@@ -42,8 +42,8 @@
/*
* Hooks for the ACPI CA debugging infrastructure
*/
-#define _COMPONENT BUS_MANAGER
-MODULE_NAME("PCIB")
+#define _COMPONENT ACPI_BUS_MANAGER
+MODULE_NAME("PCI")
struct acpi_pcib_softc {
device_t ap_dev;
@@ -125,7 +125,7 @@ acpi_pcib_attach(device_t dev)
ACPI_STATUS status;
int result;
- FUNCTION_TRACE(__FUNCTION__);
+ FUNCTION_TRACE(__func__);
sc = device_get_softc(dev);
sc->ap_dev = dev;
OpenPOWER on IntegriCloud