From owner-freebsd-scsi@FreeBSD.ORG Wed Feb 17 06:25:28 2010 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43D801065695 for ; Wed, 17 Feb 2010 06:25:28 +0000 (UTC) (envelope-from j@uriah.heep.sax.de) Received: from uriah.heep.sax.de (uriah.heep.sax.de [213.240.137.9]) by mx1.freebsd.org (Postfix) with ESMTP id E24558FC27 for ; Wed, 17 Feb 2010 06:25:27 +0000 (UTC) Received: by uriah.heep.sax.de (Postfix, from userid 107) id DBB3786; Wed, 17 Feb 2010 07:25:26 +0100 (MET) Mime-Version: 1.0 X-Newsreader: knews 1.0b.1 Organization: Private BSD site, Dresden X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E References: <4B53C505.7050608@langille.org> In-Reply-To: <4B53C505.7050608@langille.org> From: j@uriah.heep.sax.de (Joerg Wunsch) X-Original-Newsgroups: local.freebsd.scsi To: freebsd-scsi@freebsd.org Content-Type: text/plain; charset=us-ascii Message-Id: <20100217062526.DBB3786@uriah.heep.sax.de> Date: Wed, 17 Feb 2010 07:25:26 +0100 (MET) Cc: Subject: Re: device.hints isn't setting what I want X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Joerg Wunsch List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2010 06:25:28 -0000 Dan Langille wrote: > In /boot/devices, I have added these entries: > > hint.scbus.1.at="ahc0" > hint.scbus.0.at="ahc1" > hint.scbus.2.at="acd0" > hint.scbus.5.at="umass0" > The second two lines aren't doing as expected. They look "upside down" to me. You are trying to connect a SCSI bus to a particular device? Run a "camcontrol devlist -v" to see the HBA names. You can only wire a bus onto an HBA, and then a device onto a bus. I think you want something like hint.scbus.2.at="ata0" The umass controller might be more difficult. Mine is called "umass-sim0", I guess there could be many of them, no idea whether they honor device hints at all. But perhaps you don't need those. For your pass device, I don't know whether it can be wired down at all. If so, try hint.pass.3.at="scbus1" hint.pass.3.target="0" I used to do something like that by the time I had multiple tape drives and multiple CD-{R,ROM} drives, but I don't wire my devices down anymore these days. -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)