From owner-freebsd-current Sat Apr 27 11:26:50 2002 Delivered-To: freebsd-current@freebsd.org Received: from web11406.mail.yahoo.com (web11406.mail.yahoo.com [216.136.131.236]) by hub.freebsd.org (Postfix) with SMTP id 5511137B419 for ; Sat, 27 Apr 2002 11:26:46 -0700 (PDT) Message-ID: <20020427182646.66326.qmail@web11406.mail.yahoo.com> Received: from [203.218.114.193] by web11406.mail.yahoo.com via HTTP; Sat, 27 Apr 2002 11:26:46 PDT Date: Sat, 27 Apr 2002 11:26:46 -0700 (PDT) From: Shizuka Kudo Subject: Re: Recent commit to sys/kern/kern_environment.c broke reading tunables To: freebsd-current@FreeBSD.ORG In-Reply-To: <20020428030240.E735-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --- Bruce Evans wrote: > On Fri, 26 Apr 2002, Shizuka Kudo wrote: > > > It seems the latest commit of > > sys/kern/kern_environment to current broke the > reading > > of system tunables set by loader.conf. This is > true at > > least for hw.cbb.start_mem of my cardbus bridge. > With > > this latest commit, the hw.cbb.start_mem sysctl > still > > shows the default value after boot up. > > > > Reverting back to version 1.22 solve my problem. > Is > > this unique to me? > > The tunable for this sysctl spelled inconsistently > as > "hw.cbb.start_memory", so rev.1.23 "fixed" finding > it if it is > misspelled in the environment as "hw.cbb.start_mem". > From > dev/pccbb/pccbb.c: > > /* 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_RD, > &pccbb_start_mem, PCCBB_START_MEM, > "Starting address for memory allocations"); > > Does changing the spelling in the environment to > match the tunable > fix the problem? > > Bruce > This is the problem for me. I overlooked and should have checked it first. Thanks __________________________________________________ Do You Yahoo!? Yahoo! Health - your guide to health and wellness http://health.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message