From owner-freebsd-hackers@FreeBSD.ORG Sat Jun 4 14:12:25 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DF1E16A41C for ; Sat, 4 Jun 2005 14:12:25 +0000 (GMT) (envelope-from joerg@britannica.bec.de) Received: from hydra.bec.de (www.ostsee-abc.de [62.206.222.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F56443D4C for ; Sat, 4 Jun 2005 14:12:24 +0000 (GMT) (envelope-from joerg@britannica.bec.de) Received: from britannica.bec.de (storm.stura.uni-rostock.de [139.30.252.72]) by hydra.bec.de (Postfix) with ESMTP id D688E35707 for ; Sat, 4 Jun 2005 16:12:21 +0200 (CEST) Received: by britannica.bec.de (Postfix, from userid 1001) id B43677D19; Sat, 4 Jun 2005 16:12:09 +0200 (CEST) Date: Sat, 4 Jun 2005 16:12:09 +0200 From: Joerg Sonnenberger To: freebsd-hackers@freebsd.org Message-ID: <20050604141209.GB1620@britannica.bec.de> Mail-Followup-To: freebsd-hackers@freebsd.org References: <200506041547.43456.hselasky@c2i.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200506041547.43456.hselasky@c2i.net> User-Agent: Mutt/1.5.9i Subject: Re: playing audio CD's on modern laptops X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2005 14:12:25 -0000 On Sat, Jun 04, 2005 at 03:47:42PM +0200, Hans Petter Selasky wrote: > Why is PIO mode not selected automatically by the ATAPI driver? Hence > obviously some manufacturers try to save money here, not supporting all modes > for all mediums? UDMA works for data CD-ROM's though. (a) Because it adds a lot of overhead for normal operation e.g. playing a DVD. (b) Because not all drives are unable to correctly implement it, for many ATAPI-DMA and CDDA works fine. BTW, you can always switch without rebooting, atacontrol(8) is your friend. Joerg