From owner-freebsd-questions@FreeBSD.ORG Sat Apr 7 23:14:38 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 B4F5616A400 for ; Sat, 7 Apr 2007 23:14:38 +0000 (UTC) (envelope-from rmarella@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id 74FC713C448 for ; Sat, 7 Apr 2007 23:14:38 +0000 (UTC) (envelope-from rmarella@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so668899pyh for ; Sat, 07 Apr 2007 16:14:37 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding; b=X06WieDELyq2Ly0jSXaAuvfFP5FG7ft06wVflIc+ON3oFTzJHJiWYJnjz6gxm4rA77SffiqPexbceTMwVzunSeeBC8VNmyhh8ZqqgzVKCnjcLr1z3j/x1GmdN6i3YBaROCH2PHS6XCdt2l/YOfXWMjDAd73Hsaoa5Y9bfVDc9nU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding; b=TbYBIb+ZmLv0gXUarvfm7piQvVIHhXtOpLBFuzKBwyCBNrQ/Q9Gvnto8Qm6d7IOZo4egFxpZwjUtIYNJpS4o/RwBx3ngZ+i7WbuS2Fb+VMAlkfNVTiNYPL7gCpJTIJlo7tumUNee8zeWkWIIDo6d07078C1UYmDKnkXjT0iC8Ps= Received: by 10.65.159.2 with SMTP id l2mr8796641qbo.1175985963747; Sat, 07 Apr 2007 15:46:03 -0700 (PDT) Received: from p4 ( [66.75.108.47]) by mx.google.com with ESMTP id 15sm20570821nzn.2007.04.07.15.45.59; Sat, 07 Apr 2007 15:46:02 -0700 (PDT) Date: Sat, 7 Apr 2007 12:45:55 -1000 From: Robert Marella To: Dave Message-ID: <20070407124555.3243bbcb@p4> In-Reply-To: <000501c778a1$769989b0$0200a8c0@satellite> References: <000501c778a1$769989b0$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: freebsd-questions@freebsd.org 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, 07 Apr 2007 23:14:38 -0000 On Fri, 6 Apr 2007 19:15:27 -0400 "Dave" wrote: > Hello, > I've got a situation where three devices, one a scsi tape drive and > the other two ide burners under scsi emulation with atapicam are > fighting for scsi id's and i'd like to lock them down to specific > id's. When the tape drive isn't plugged in the burners get 000 and > 010 scsi ids, but when the tape goes in it takes 050 and the burners > are on bus2 200 and 210 respectively. I hope this makes sense. I've > been over loader and device.hints as well and i'm lost. I'd > appreciate any info on this. Thanks. > Dave. > Hello Dave Have you looked at man scsi (4) for the correct way to edit /boot/device.hints to wire down devices? HTH Robert