From owner-freebsd-scsi@FreeBSD.ORG Tue Apr 8 21:01:27 2003 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9BF537B401 for ; Tue, 8 Apr 2003 21:01:27 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 5131443FB1 for ; Tue, 8 Apr 2003 21:01:27 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 28595 invoked by uid 1000); 9 Apr 2003 04:01:29 -0000 Date: Tue, 8 Apr 2003 21:01:29 -0700 (PDT) From: Nate Lawson To: Steve Grandi In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-scsi@freebsd.org Subject: Re: Wiring down SCSI devices in STABLE X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2003 04:01:28 -0000 On Tue, 8 Apr 2003, Steve Grandi wrote: > Is it possible to "wire down" SCSI device names in STABLE? The procedure > given in LINT doesn't work... > > An excerpt from a config file for a machine called archive: > device scbus0 at ahc0 > device scbus1 at ahd0 > device scbus2 at ahd > device da0 at scbus1 target 0 > device da1 at scbus1 target 1 > device da2 at scbus1 target 2 > device da3 at scbus0 target 2 > ... > config -d /usr/obj/usr/src/sys/ARCHIVE /usr/src/sys/i386/conf/ARCHIVE > config: line 120: ahc 0 not defined > *** Error code 1 I don't think you can wire the bus to a given device name. I'd remove the first three lines and just use the last four after observing the bus order found in probe. -Nate