Date: Tue, 27 Mar 2001 02:22:51 -0800 (PST) From: Søren Schmidt <sos@FreeBSD.org> 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 Message-ID: <200103271022.f2RAMpP17039@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103271022.f2RAMpP17039>
