From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 22 11:20:29 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D81DA16A401 for ; Mon, 22 Jan 2007 11:20:29 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 93D0A13C448 for ; Mon, 22 Jan 2007 11:20:29 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l0MBKTRD040239 for ; Mon, 22 Jan 2007 11:20:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l0MBKTb2040238; Mon, 22 Jan 2007 11:20:29 GMT (envelope-from gnats) Date: Mon, 22 Jan 2007 11:20:29 GMT Message-Id: <200701221120.l0MBKTb2040238@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Thomas Quinot Cc: Subject: Re: kern/108202: atapicam error after upgrade to 6.2 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thomas Quinot List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jan 2007 11:20:29 -0000 The following reply was made to PR kern/108202; it has been noted by GNATS. From: Thomas Quinot To: Neil Darlow Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: kern/108202: atapicam error after upgrade to 6.2 Date: Mon, 22 Jan 2007 11:43:40 +0100 * Neil Darlow, 2007-01-22 : > I use atapicam.ko to write DVDs using the growisofs port. Following an upgrade to FreeBSD-6.2 > I have observed errors associated with /dev/cd0. The errors you are reporting are associated with /dev/acd0c: > 3) mount -t cd9660 /dev/acd0 /media/cdrom > acd0: FAILURE - READ_BIG ILLEGAL REQUEST asc=0x21 ascq=0x00 > acd0: FAILURE - READ_BIG ILLEGAL REQUEST asc=0x21 ascq=0x00 > acd0: FAILURE - READ_BIG ILLEGAL REQUEST asc=0x21 ascq=0x00 > acd0: FAILURE - READ_BIG ILLEGAL REQUEST asc=0x21 ascq=0x00 > acd0: FAILURE - READ_BIG ILLEGAL REQUEST asc=0x21 ascq=0x00 > acd0: FAILURE - READ_BIG ILLEGAL REQUEST asc=0x21 ascq=0x00 > acd0: FAILURE - READ_BIG ILLEGAL REQUEST asc=0x21 ascq=0x00 > g_vfs_done():acd0[READ(offset=32768, length=2048)]error = 5 Mixing ATAPI/CAM and acd access to the same device is explicitly discouraged in the atapicam man page. Can you clarify why you can't use /dev/cd0? Thomas.