summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi_support/atk0110.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/acpi_support/atk0110.c')
-rw-r--r--sys/dev/acpi_support/atk0110.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpi_support/atk0110.c b/sys/dev/acpi_support/atk0110.c
index 4e33c25e..363dcc7 100644
--- a/sys/dev/acpi_support/atk0110.c
+++ b/sys/dev/acpi_support/atk0110.c
@@ -258,7 +258,7 @@ aibs_attach_sif(struct aibs_softc *sc, enum aibs_type st)
#endif
snprintf(si, sizeof(si), "%i", i);
SYSCTL_ADD_PROC(device_get_sysctl_ctx(sc->sc_dev),
- SYSCTL_CHILDREN(so), i, si, CTLTYPE_OPAQUE | CTLFLAG_RD,
+ SYSCTL_CHILDREN(so), i, si, CTLTYPE_INT | CTLFLAG_RD,
sc, st, aibs_sysctl, st == AIBS_TEMP ? "IK" : "I", desc);
}
OpenPOWER on IntegriCloud