freebsd-dev/sys/dev/ata
Søren Schmidt 7acf4af808 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.
2001-03-27 10:22:50 +00:00
..
ata-all.c Send the remains (such as I have located) of "block major numbers" to 2001-03-26 12:41:29 +00:00
ata-all.h Add sysctls for reading the tunables as suggested by des. 2001-03-19 08:04:54 +00:00
ata-card.c Split out the ata probes in seperate files for each bus type. 2001-03-06 21:43:46 +00:00
ata-disk.c Change the dump routines to only abort if control-c is pressed. 2001-03-27 06:24:08 +00:00
ata-disk.h Add sysctls for reading the tunables as suggested by des. 2001-03-19 08:04:54 +00:00
ata-dma.c Provide the interface to atacontrol and associated logic. 2001-03-15 15:36:25 +00:00
ata-isa.c Add bandaid to get ISA only systems to link. 2001-03-24 16:19:07 +00:00
ata-pci.c Try not to engage to ATA channels that are disabled by the BIOS. 2001-03-19 13:31:58 +00:00
ata-raid.c Send the remains (such as I have located) of "block major numbers" to 2001-03-26 12:41:29 +00:00
ata-raid.h Add session argument to *close_disk, allowing to set session type on fixate. 2001-01-10 19:19:47 +00:00
atapi-all.c Use PLAY_MSF instead of PLAY_BIG when doing audio play. 2001-03-27 10:22:50 +00:00
atapi-all.h Use PLAY_MSF instead of PLAY_BIG when doing audio play. 2001-03-27 10:22:50 +00:00
atapi-cd.c Use PLAY_MSF instead of PLAY_BIG when doing audio play. 2001-03-27 10:22:50 +00:00
atapi-cd.h The size of the disk can't be gotten reliably with the read capacity 2001-03-21 14:59:38 +00:00
atapi-fd.c Send the remains (such as I have located) of "block major numbers" to 2001-03-26 12:41:29 +00:00
atapi-fd.h Refine the detach/attach code. 2001-03-14 12:05:44 +00:00
atapi-tape.c Send the remains (such as I have located) of "block major numbers" to 2001-03-26 12:41:29 +00:00
atapi-tape.h Refine the detach/attach code. 2001-03-14 12:05:44 +00:00