From owner-freebsd-stable@FreeBSD.ORG Wed Apr 9 00:29:20 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1D3237B401 for ; Wed, 9 Apr 2003 00:29:19 -0700 (PDT) Received: from MX1.estpak.ee (ld1.estpak.ee [194.126.101.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92E0B43F85 for ; Wed, 9 Apr 2003 00:29:18 -0700 (PDT) (envelope-from kalts@estpak.ee) Received: from kevad.internal (80-235-36-157-dsl.mus.estpak.ee [80.235.36.157]) by MX1.estpak.ee (Postfix) with ESMTP id DF2C388A05; Wed, 9 Apr 2003 10:27:47 +0300 (EEST) Received: (from vallo@localhost) by kevad.internal (8.12.9/8.12.9/Submit) id h397TBtB001806; Wed, 9 Apr 2003 10:29:11 +0300 (EEST) (envelope-from vallo) Date: Wed, 9 Apr 2003 10:29:11 +0300 From: Vallo Kallaste To: Sebastien G Message-ID: <20030409072911.GA916@kevad.internal> References: <3E8F6DEC.50505@alternatives.ca> <3E8F8D43.1020408@btc.adaptec.com> <3E91ACFC.1050608@alternatives.ca> <3E91B1A5.2080109@btc.adaptec.com> <3E939680.8050501@alternatives.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E939680.8050501@alternatives.ca> User-Agent: Mutt/1.5.4i-ja.1 cc: freebsd-stable@freebsd.org Subject: Re: problems with ultra320 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kalts@estpak.ee List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2003 07:29:20 -0000 On Tue, Apr 08, 2003 at 11:41:52PM -0400, Sebastien G wrote: > Since, the tag depth gets reset every reboot, is there some where that > I fix it to 32. maybe a sysctl variable? Or should I put in the > rc.conf if so how? Since camcontrol is in /sbin and statically linked you could use /etc/rc.early or make your own /etc/rc.d/ script. I've been using rc.early for a long time and found it very convenient way for such things. -- Vallo Kallaste