From owner-freebsd-current@FreeBSD.ORG Thu Nov 1 01:58:12 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 399F016A418 for ; Thu, 1 Nov 2007 01:58:12 +0000 (UTC) (envelope-from n-butcher=freebsd-current=freebsd.org=sbibybnr@fusiongol.com) Received: from smtp02.dentaku.gol.com (smtp02.dentaku.gol.com [203.216.5.72]) by mx1.freebsd.org (Postfix) with ESMTP id D404313C4AC for ; Thu, 1 Nov 2007 01:58:11 +0000 (UTC) (envelope-from n-butcher=freebsd-current=freebsd.org=sbibybnr@fusiongol.com) Received: from pat.gol.co.jp ([203.216.1.191] helo=[127.0.0.1]) by smtp02.dentaku.gol.com with esmtpa (Dentaku) id 1InP3I-0006as-3Z for ; Thu, 01 Nov 2007 10:40:56 +0900 Message-ID: <47292EA7.5070803@fusiongol.com> Date: Thu, 01 Nov 2007 10:40:55 +0900 From: Nathan Butcher User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <20071031120026.F1FC316A41A@hub.freebsd.org> In-Reply-To: <20071031120026.F1FC316A41A@hub.freebsd.org> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV GOL X-Abuse-Complaints: abuse@gol.com Subject: Re: Problem with ATAPI device on JMicron JMB363 on 7.0-BETA1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Nov 2007 01:58:12 -0000 An update to the current situation. I rebuilt my kernel with the latest ata-chipset and atapi-cd changes from Soren, and now the JMB363 chipset has SATA support in RELENG_7. My SATA DVD drive plugged into the JMB363 SATA port was able to mount and read from a DVD in AHCI mode - so this part is now working! Unfortunately I was unable to burn a CD with the burncd command. I got the following kernel errors:- acd0: FAILURE - MODE_SENSE_BIG timed out acd0: FAILURE - PREVENT_ALLOW timed out and well as a few SET FEATURES TRANSFER issues So mounting and reading works, but burning doesn't appear to yet. On a seperate note, having a blank CD in the drive while booting the FreeBSD kernel causes GEOM_LABEL to stall. The kernel tries to find a geom label on the blank CD, and since there isn't one - it stalls the kernel and the entire process. I also tried out my Promise SATA 300 TX4 again to see if any ata changes have fixed the device. Unfortunately it's support is still horribly broken, and is probably worse then before. (ZFS checksum errors galore)