From owner-freebsd-questions@FreeBSD.ORG Sun Mar 7 14:37:17 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9032516A4CE for ; Sun, 7 Mar 2004 14:37:17 -0800 (PST) Received: from nimbus.webrelay.net (nimbus.webrelay.net [66.243.72.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F96043D31 for ; Sun, 7 Mar 2004 14:37:17 -0800 (PST) (envelope-from scion@webrelay.net) Received: from webrelay.net (localhost [127.0.0.1]) by nimbus.webrelay.net (Postfix) with ESMTP id D56E838026; Sun, 7 Mar 2004 17:37:15 -0500 (EST) To: Matthew Seaman From: scion+fbsdq@webrelay.net In-reply-to: Your message of "Sun, 07 Mar 2004 11:59:43 GMT." <20040307115943.GC52694@happy-idiot-talk.infracaninophile.co.uk> Date: Sun, 07 Mar 2004 17:37:15 -0500 Sender: scion@webrelay.net Message-Id: <20040307223715.D56E838026@nimbus.webrelay.net> cc: freebsd-questions@freebsd.org Subject: Re: Fixing (scsi) drives at particular /dev locations X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2004 22:37:17 -0000 Date: Sun, 7 Mar 2004 11:59:43 +0000 From: Matthew Seaman >> hint.da.0.at="ahc1" > >Close, but no cigar. See the section on "SCSI DEVICE CONFIGURATION" >in /usr/src/sys/conf/NOTES. What you want is: > > hint.scbus.0.at="ahc1" > hint.scbus.1.at="ahc0" > hint.da.0.at="scbus0" > hint.da.0.target="0" > hint.da.0.unit="0" > >which swaps the ordering of the SCSI busses, and wires down da0 to bus >0, target 0, LUN 0. You could probably get away with just the first >two lines, as the rest should be the default anyhow. I went looking in /usr/src/sys/i386/conf instead, oops! What threw me though was there was no scbus identified in the boot messages. Boot output goes like this: ... da0 at ahc0 bus 0 target 0 lun 0 ... da1 at ahc0 bus 0 target 1 lun 0 ... But I tried what the Good Doctor ordered, and now I feel fine! Thanks!!! -sam