summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccbb
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-04-29 07:41:58 +0000
committerimp <imp@FreeBSD.org>2002-04-29 07:41:58 +0000
commit18fb0e27c7018fe7e30a1a44ac1ab4bd16f98130 (patch)
tree99b08c990e2300502a2efca478094bb9b0b1787a /sys/dev/pccbb
parentd48e30e7d4c655ac9ab44e153d25bc36fc1c2e0d (diff)
downloadFreeBSD-src-18fb0e27c7018fe7e30a1a44ac1ab4bd16f98130.zip
FreeBSD-src-18fb0e27c7018fe7e30a1a44ac1ab4bd16f98130.tar.gz
Spell hw.cbb.start_memory the same in the HINT as well as the sysctl.
Noted by: bde
Diffstat (limited to 'sys/dev/pccbb')
-rw-r--r--sys/dev/pccbb/pccbb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c
index d108209..0230a71 100644
--- a/sys/dev/pccbb/pccbb.c
+++ b/sys/dev/pccbb/pccbb.c
@@ -202,7 +202,7 @@ SYSCTL_NODE(_hw, OID_AUTO, cbb, CTLFLAG_RD, 0, "CBB parameters");
/* There's no way to say TUNEABLE_LONG to get the right types */
u_long pccbb_start_mem = PCCBB_START_MEM;
TUNABLE_INT("hw.cbb.start_memory", (int *)&pccbb_start_mem);
-SYSCTL_ULONG(_hw_cbb, OID_AUTO, start_mem, CTLFLAG_RW,
+SYSCTL_ULONG(_hw_cbb, OID_AUTO, start_memory, CTLFLAG_RW,
&pccbb_start_mem, PCCBB_START_MEM,
"Starting address for memory allocations");
OpenPOWER on IntegriCloud