From owner-freebsd-bugs@FreeBSD.ORG Sat Aug 13 09:20:13 2005 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A004C16A41F for ; Sat, 13 Aug 2005 09:20:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69C3C43D48 for ; Sat, 13 Aug 2005 09:20:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7D9KDs7047035 for ; Sat, 13 Aug 2005 09:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7D9KDwm047034; Sat, 13 Aug 2005 09:20:13 GMT (envelope-from gnats) Date: Sat, 13 Aug 2005 09:20:13 GMT Message-Id: <200508130920.j7D9KDwm047034@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kyryll A Mirnenko Cc: Subject: Re: kern/84818: atapi cd: hangup with motor switched on any access X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kyryll A Mirnenko List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Aug 2005 09:20:13 -0000 The following reply was made to PR kern/84818; it has been noted by GNATS. From: Kyryll A Mirnenko To: bug-followup@FreeBSD.org, mirya@matrix.ua Cc: Subject: Re: kern/84818: atapi cd: hangup with motor switched on any access Date: Sat, 13 Aug 2005 12:13:33 +0300 The problem actually comes from the fact hw.ata.ata_dma was splitted into hw.ata.ata_dma & hw.ata.atapi_dma . I have controller erroreusly reporting to support UDMA33 but in fact PIO4 only. By default the 5.x kernel automatically switched to the latter after 3 DMA fails AFAIK, to skip this i have hw.ata.ata_dma="0" in loader.conf. So hw.ata.atapi_dma="0" solved the problem, BUT fallback to PIO4 for atapi cdroms prayin' the're DMA (while they're not) is really broken