freebsd-dev/sys/dev/ata
Søren Schmidt 7caf73fb3c Add DVD-RAM support.
The driver constructs a fake disklabel that makes the 'a' partition
cover the entire DVD-RAM disk. This cannot be changed from the user
side. This solution was chosen because most DVD-RAM will have a
UDF (or until we have that CD9660) filesystem on it covering the
entire disk, its not really thought as a real random access device.

This might change over time, but for now this is what we have, and
it is compatible with CDROM's etc, that makes using the minidisk
subsystem less than ideal, because of !modulo BDEV_SIZE blocks.
2000-02-29 22:00:53 +00:00
..
ata-all.c Fix the problem that caused the boot to fail when modules were loaded. 2000-02-27 12:41:07 +00:00
ata-all.h Add (partial) support for the Cypress ATA controller. 2000-02-25 09:48:23 +00:00
ata-disk.c Update the ata driver to take more advantage of newbus, this 2000-02-18 20:57:33 +00:00
ata-disk.h Update the ata driver to take more advantage of newbus, this 2000-02-18 20:57:33 +00:00
ata-dma.c Add (partial) support for the Cypress ATA controller. 2000-02-25 09:48:23 +00:00
atapi-all.c Fix the changer code, dont wait for device ready on unload, it 2000-02-21 18:41:05 +00:00
atapi-all.h Fix the changer code, dont wait for device ready on unload, it 2000-02-21 18:41:05 +00:00
atapi-cd.c Add DVD-RAM support. 2000-02-29 22:00:53 +00:00
atapi-cd.h Add DVD-RAM support. 2000-02-29 22:00:53 +00:00
atapi-fd.c Update the ata driver to take more advantage of newbus, this 2000-02-18 20:57:33 +00:00
atapi-fd.h Update the ata driver to take more advantage of newbus, this 2000-02-18 20:57:33 +00:00
atapi-tape.c Update the ata driver to take more advantage of newbus, this 2000-02-18 20:57:33 +00:00
atapi-tape.h Update the ata driver to take more advantage of newbus, this 2000-02-18 20:57:33 +00:00