From owner-freebsd-questions@FreeBSD.ORG Thu Dec 13 22:30:12 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3A5816A418 for ; Thu, 13 Dec 2007 22:30:12 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.bluestop.org (unknown [IPv6:2001:41c8:1:548a::2]) by mx1.freebsd.org (Postfix) with ESMTP id A7B8913C447 for ; Thu, 13 Dec 2007 22:30:12 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from tau.draftnet (unknown [IPv6:2a01:348:10f:0:240:f4ff:fe57:9871]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by muon.bluestop.org (Postfix) with ESMTP id 56CFC3015A; Thu, 13 Dec 2007 22:30:11 +0000 (GMT) Message-ID: <4761B26F.6000809@cran.org.uk> Date: Thu, 13 Dec 2007 22:30:07 +0000 From: Bruce Cran User-Agent: Thunderbird 2.0.0.9 (X11/20071201) MIME-Version: 1.0 To: Gary Kline References: <20071213221453.GA47967@thought.org> In-Reply-To: <20071213221453.GA47967@thought.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: what is /dev/xpt0/ 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: Thu, 13 Dec 2007 22:30:13 -0000 Gary Kline wrote: > this probably is irrelevant to 90% of the list, but it's got me > wondering. can anybody 'splain what kind of SCSI device xpt0 is? > Is there a /dev/xpt1 if you're running a second optical drive/ > thanks, > > gary It's the CAM transport layer driver - see xpt(4). -- Bruce