From owner-freebsd-stable@FreeBSD.ORG Wed Feb 22 15:21:13 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B13716A420 for ; Wed, 22 Feb 2006 15:21:13 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64C2643D53 for ; Wed, 22 Feb 2006 15:21:11 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k1MFKhJ6096091; Wed, 22 Feb 2006 08:20:43 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <43FC814C.5060502@samsco.org> Date: Wed, 22 Feb 2006 08:20:44 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051230 X-Accept-Language: en-us, en MIME-Version: 1.0 To: frank@exit.com References: <43FC0BE2.8020605@plosh.net> <1140593123.12244.10.camel@realtime.exit.com> In-Reply-To: <1140593123.12244.10.camel@realtime.exit.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: Peter Losher , freebsd-stable@freebsd.org Subject: Re: Forcing a da* numbering scheme. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 15:21:13 -0000 Frank Mayhar wrote: > bOn Tue, 2006-02-21 at 22:59 -0800, Peter Losher wrote: > >>What's the proper method these days for defining a static naming scheme >>for direct access devices (da*)? > > > /boot/device.hints > > hint.scbus.0.at="ahc0" > hint.da.0.at="scbus0" > hint.da.0.target="0" > hint.da.1.at="scbus0" > hint.da.1.target="1" > > hint.scbus.1.at="ahc1" > hint.da.100.at="scbus1" > hint.da.100.target="0" > hint.da.101.at="scbus1" > hint.da.101.target="1" > > etc. The hint scheme for scsi is also documented in /sys/conf/NOTES, as well as the scsi(4) manpage. Scott