From owner-freebsd-stable@freebsd.org Mon Nov 16 09:09:52 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03640A3096B; Mon, 16 Nov 2015 09:09:52 +0000 (UTC) (envelope-from borjam@sarenet.es) Received: from cu01176b.smtpx.saremail.com (cu01176b.smtpx.saremail.com [195.16.151.151]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE4A01E05; Mon, 16 Nov 2015 09:09:51 +0000 (UTC) (envelope-from borjam@sarenet.es) Received: from [172.16.2.2] (izaro.sarenet.es [192.148.167.11]) by proxypop01.sare.net (Postfix) with ESMTPSA id 422FC9DCA79; Mon, 16 Nov 2015 10:00:35 +0100 (CET) Subject: Re: LSI SAS2008 mps driver preferred firmware version Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=us-ascii From: Borja Marcos In-Reply-To: <20151114143104.GA41119@in-addr.com> Date: Mon, 16 Nov 2015 10:00:32 +0100 Cc: Kai Gallasch , freebsd-scsi@freebsd.org, Royce Williams , freebsd-stable Content-Transfer-Encoding: quoted-printable Message-Id: <7710CBCC-E68F-4454-9E29-E50ED1C6B511@sarenet.es> References: <5644FF09.9090200@free.de> <56472686.5030301@free.de> <20151114143104.GA41119@in-addr.com> To: Gary Palmer X-Mailer: Apple Mail (2.1283) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2015 09:09:52 -0000 On Nov 14, 2015, at 3:31 PM, Gary Palmer wrote: > You can do thinks in /boot/loader.conf to hard code bus and drive > assignments. =20 >=20 > e.g. >=20 > hint.da.0.at=3D"scbus0" > hint.da.0.target=3D"19" > hint.da.0.unit=3D"0" > hint.da.1.at=3D"scbus0" > hint.da.1.target=3D"18" > hint.da.1.unit=3D"0" Beware, the targer number assignment is not predictable. There's no = guarantee especially if you replace a disk. Borja.