diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-04-29 07:41:58 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-04-29 07:41:58 +0000 |
| commit | d76b2f9d549f8cb7d90a468e8b5b538d14f3c0e9 (patch) | |
| tree | 99b08c990e2300502a2efca478094bb9b0b1787a /sys/dev/pccbb | |
| parent | 9ce2d50cf22b781468724c40e972445fa30d70f7 (diff) | |
Notes
Diffstat (limited to 'sys/dev/pccbb')
| -rw-r--r-- | sys/dev/pccbb/pccbb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c index d108209e1230..0230a7149437 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"); |
