From owner-freebsd-questions@FreeBSD.ORG Wed Jul 21 17:40:23 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3709816A4CE for ; Wed, 21 Jul 2004 17:40:23 +0000 (GMT) Received: from chylonia.3miasto.net (chylonia.3miasto.net [213.192.74.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7057143D39 for ; Wed, 21 Jul 2004 17:40:21 +0000 (GMT) (envelope-from wojtek@tensor.3miasto.net) Received: from chylonia.3miasto.net (wojtek@localhost [127.0.0.1]) i6LHeFjX019687 for ; Wed, 21 Jul 2004 19:40:15 +0200 (CEST) (envelope-from wojtek@tensor.3miasto.net) Received: from localhost (wojtek@localhost)i6LHeBMS019684 for ; Wed, 21 Jul 2004 19:40:15 +0200 (CEST) (envelope-from wojtek@tensor.3miasto.net) X-Authentication-Warning: chylonia.3miasto.net: wojtek owned process doing -bs Date: Wed, 21 Jul 2004 19:40:10 +0200 (CEST) From: Wojciech Puchar X-X-Sender: wojtek@chylonia.3miasto.net To: freebsd-questions@freebsd.org Message-ID: <20040721193656.D19550@chylonia.3miasto.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: cam/passthrough device question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 17:40:23 -0000 i'm now running generic 5.2.1 kernel (to narrow list of possible sources). i have: atapci0: port 0xf000-0xf00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata0: [MPSAFE] ata1: at 0x170 irq 15 on atapci0 ata1: [MPSAFE] and GEOM: create disk ad0 dp=0xc273f560 ad0: 12419MB [25232/16/63] at ata0-master UDMA33 acd0: CDRW at ata1-master PIO4 devfs mounted /dev/ contains /dev/xpt0 so it does have xpt interface. camcontrol devlist -v shows: -su-2.05b# camcontrol devlist -v scbus-1 on xpt0 bus 0: < > at scbus-1 target -1 lun -1 (xpt0) CD-RW drive isn't shown and of cource cdrecord doesn't see anything too. what i'm doing wrong?