From owner-freebsd-questions@FreeBSD.ORG Sat Apr 14 01:06:05 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C2BA716A400 for ; Sat, 14 Apr 2007 01:06:05 +0000 (UTC) (envelope-from rmarella@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id 7D0D413C448 for ; Sat, 14 Apr 2007 01:06:05 +0000 (UTC) (envelope-from rmarella@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so759035pyh for ; Fri, 13 Apr 2007 18:06:04 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding; b=T6q2UgPzFfJaGHulh0emW+CpV0KebUmmuGd/geEi22A/GyysaL49EDFQBIo6/IB/d2y+owDWG4BcUs6h0VA5hmsPj1HR5nc8a7pEAuZLYq+y3kp70VzqwxRzkAzqw5jbAlDcCF9ryWPP6ktF3CCpxs79/BlG2pp/zHKE465wayI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding; b=coITH3T9vWbN3JOasTeiHbubRsBYyhwan7l7leP19dODV6qqjKM4OF6tqEmme6WO2WHW2pcGhb6fiagl0CPhpNpfFODMbDf4Nju+KTgVqpeo4x3NqubL+KsCNCZDK4qKz0PFQweoLcA2OzdPtU0alaeVz9LWMXE/9ZqZOna/MG8= Received: by 10.65.43.5 with SMTP id v5mr7471439qbj.1176512764480; Fri, 13 Apr 2007 18:06:04 -0700 (PDT) Received: from p4 ( [66.75.108.47]) by mx.google.com with ESMTP id 15sm9304061nzo.2007.04.13.18.06.02; Fri, 13 Apr 2007 18:06:03 -0700 (PDT) Date: Fri, 13 Apr 2007 15:06:00 -1000 From: Robert Marella To: "Dave" , freebsd-questions@freebsd.org Message-ID: <20070413150600.77fca4eb@p4> In-Reply-To: <000501c77df4$1f0ee2f0$0200a8c0@satellite> References: <000501c778a1$769989b0$0200a8c0@satellite> <20070407124555.3243bbcb@p4> <000501c7797b$961a9010$0200a8c0@satellite> <20070409072701.0687c6cd@p4> <001701c77d69$360a20e0$0200a8c0@satellite> <20070412153231.6cdc124e@p4> <000501c77df4$1f0ee2f0$0200a8c0@satellite> X-Mailer: Claws Mail 2.8.1 (GTK+ 2.10.11; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Re: locking down scsi device id's in 6.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Apr 2007 01:06:05 -0000 On Fri, 13 Apr 2007 13:49:43 -0400 "Dave" wrote: > Hi, > Either i've got a syntax error or my devices aren't wiring > obeying /boot/device.hints. I've added: > > hint.scbus.0.at="ahc0" > > to my config. The tape drive is consistent on scbus0, target5, lun0, > if i change it's target to say 3 it still shows up as scbus0, > target5, lun0, but the sa driver is now at sa1 vs. sa0 and pass2 i > think instead of pass0 not sure if this is important. The burner and > the rom device never moved, they're still on scbus 2 and 3. > Thanks. > Dave. > Please keep freebsd-questions included in your responses by replying to "all". I have added the list back in to this message. Please copy and paste what you now have edited in "/boot/device.hints" to your next reply. Also, the "ahc0" id for an adaptec scsi controller. Is that what you have. What I mean is, does ahc0 show up in dmesg or did you just include it from my previous email? Oh yeah, show me again what you have in "camcontrol devlist" Thanks Robert