From owner-freebsd-stable@FreeBSD.ORG Sat May 26 03:09:34 2007 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 26E6C16A47A for ; Sat, 26 May 2007 03:09:34 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id D16E513C4C1 for ; Sat, 26 May 2007 03:09:33 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id l4Q39UoF013755; Fri, 25 May 2007 21:09:30 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <4657A4E4.7070807@samsco.org> Date: Fri, 25 May 2007 21:09:24 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.2pre) Gecko/20070111 SeaMonkey/1.1 MIME-Version: 1.0 To: Vivek Khera References: <4656FF3B.50507@samsco.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Fri, 25 May 2007 21:09:30 -0600 (MDT) X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: stable@freebsd.org Subject: Re: can I change probe order of mpt controllers? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 May 2007 03:09:34 -0000 Vivek Khera wrote: > On May 25, 2007, at 11:22 AM, Scott Long wrote: > >> Look in /sys/conf/NOTES for a long discussion on wiring SCSI device >> order. > > Thanks! That looks like it should do the trick. I'm assuming those go > into /boot/loader.conf or do they go into the kernel config file > itself? They look like loader.conf entries, but I'm not 100% sure on that. They can be compiled into the kernel in the hints file (like GENERIC.hints) or it can be put into /boot/loader.conf. > > Also, any word on the adaptec monitoring program? I'm still interested > in that, but my new solution is just to push the raid external and use a > fibre card... which brought up this issue :-) > I'll follow up in private on this. Scott