From owner-cvs-all Tue Mar 27 2:50:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C24037B725; Tue, 27 Mar 2001 02:49:07 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RAMpP17039; Tue, 27 Mar 2001 02:22:51 -0800 (PST) (envelope-from sos) Message-Id: <200103271022.f2RAMpP17039@freefall.freebsd.org> From: Søren Schmidt Date: Tue, 27 Mar 2001 02:22:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata atapi-all.c atapi-all.h atapi-cd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2001/03/27 02:22:51 PST Modified files: sys/dev/ata atapi-all.c atapi-all.h atapi-cd.c Log: Use PLAY_MSF instead of PLAY_BIG when doing audio play. The fixes the problem of PLAY_BIG not being implemented on some modern drives. The problem now is that some old drives use BSD encoding in the MSF case, which they dont tell, and which is also not according to spec *sigh*. Hopefully there are not too many of those still alive, or I hereby grant license to kill the firmware writers that wrote the mess. Revision Changes Path 1.69 +3 -2 src/sys/dev/ata/atapi-all.c 1.37 +3 -2 src/sys/dev/ata/atapi-all.h 1.87 +33 -30 src/sys/dev/ata/atapi-cd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message