From owner-freebsd-questions@FreeBSD.ORG Tue Mar 2 23:35:55 2010 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 7C14B1065673 for ; Tue, 2 Mar 2010 23:35:55 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) Received: from zivm-exrelay3.uni-muenster.de (ZIVM-EXRELAY3.UNI-MUENSTER.DE [128.176.192.20]) by mx1.freebsd.org (Postfix) with ESMTP id 129B98FC25 for ; Tue, 2 Mar 2010 23:35:54 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.49,570,1262559600"; d="scan'208";a="27425868" Received: from zivmaildisp1.uni-muenster.de (HELO ZIVMAILUSER04.UNI-MUENSTER.DE) ([128.176.188.85]) by zivm-relay3.uni-muenster.de with ESMTP; 03 Mar 2010 00:35:52 +0100 Received: by ZIVMAILUSER04.UNI-MUENSTER.DE (Postfix, from userid 149459) id D35B71B07C1; Wed, 3 Mar 2010 00:35:52 +0100 (CET) Date: Wed, 03 Mar 2010 00:35:52 +0100 (CET) From: Alexander Best Sender: Organization: Westfaelische Wilhelms-Universitaet Muenster To: Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Subject: reverse scsi emulation possible (camatapi)? 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: Tue, 02 Mar 2010 23:35:55 -0000 hi there, people with atapi devices have been used to having the atapicam(4) option enabled in their kernel conf so applications relying on the scsi(4) subsystem (such as cdrecord or growsisofs) work with those atapi devices. since the whole ata(4) infrastructure will eventually die: is there a way to use applications relying on the ata(4) subsystem (such as burncd) with the cam(4) infrastructure? my kernel conf includes the ATA_CAM option and this is the output of `camcontrol devlist`: at scbus2 target 0 lun 0 (pass0,cd0) at scbus3 target 0 lun 0 (pass1,ada0) `atacontrol list` reports (as can be expected) no devices. i'd really like to benefit from the ATA_CAM improvements, yet continue using ata(4) applications (i like the simplicity of burncd in contrast to cdrecord). cheers. alex