From owner-freebsd-stable@FreeBSD.ORG Sun Aug 1 15:08:08 2004 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 957B216A4CE; Sun, 1 Aug 2004 15:08:08 +0000 (GMT) Received: from mail.ticketswitch.com (mail.ticketswitch.com [194.200.93.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DFBF43D3F; Sun, 1 Aug 2004 15:08:08 +0000 (GMT) (envelope-from petefrench@ticketswitch.com) Received: from [172.16.1.6] (helo=dilbert.firstcallgroup.co.uk) by mail.ticketswitch.com with esmtp (Exim 4.32; FreeBSD) id 1BrHwS-000BoT-US; Sun, 01 Aug 2004 16:08:07 +0100 Received: from petefrench by dilbert.firstcallgroup.co.uk with local (Exim 4.32; FreeBSD) id 1BrHwS-000Ooy-L0; Sun, 01 Aug 2004 16:08:04 +0100 To: petefrench@ticketswitch.com, scottl@freebsd.org In-Reply-To: <20040801084545.T32601@pooker.samsco.org> Message-Id: From: Pete French Date: Sun, 01 Aug 2004 16:08:04 +0100 X-Spam-Score: 0.0 (/) cc: freebsd-stable@freebsd.org Subject: Re: How does CAM determine the order to number drives ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 15:08:08 -0000 > Wiring down the controller number doesn't usually affect drive ordering. > All drives on all controllers are scanned at once in parallel, and the > first to respond on any controller, regardless of the controller number, > get to be da0. Ah, thats interesting. It explains why my kernel config didnt work as I had only wired down scbus0 and not the actual drive. Thanks. *thinks* But it does beg the question as to why my problem has gone away by moving the slot the Adaotec controller is in. If all controllers are scanned in parallel then the pysical positioning in the PCI slots should not make any difference surely ? Yet it now seems to be booting reliably every time with the ahc0 drive being found first. -pcf. [even more puzzled!]