freebsd-nq/sys/dev/ata
Poul-Henning Kamp 7837155fa2 Put the device cloning functions for disk-drivers under #ifndef BURN_BRIDGES.
For the floppy driver, use fdcontrol to manipulate density selection.

For the CD drivers, the 'a' and 'c' suffix is without actual effect and
any applications insisting on it can be satisfied with a symlink:
	ln -s /dev/cd0 /dev/cd0a

Ongoing discussion may result in these pieces of code being removed before
the 5-stable branch as opposed to after.
2003-09-05 10:40:16 +00:00
..
ata-all.c Rearrange the probe code yet again. 2003-09-01 11:13:21 +00:00
ata-all.h Cleanup the dma int/alloc/free code. 2003-08-25 11:13:04 +00:00
ata-card.c Unify prototypes. 2003-08-25 09:01:49 +00:00
ata-cbus.c Unify prototypes. 2003-08-25 09:01:49 +00:00
ata-chipset.c Support the nForce3 chip found on Opteron motherboards: 2003-09-02 21:02:46 +00:00
ata-commands.h This is a major rework of the ATA driver (ATAng) 2003-08-24 09:22:26 +00:00
ata-disk.c Unify prototypes. 2003-08-25 09:01:49 +00:00
ata-disk.h This is a major rework of the ATA driver (ATAng) 2003-08-24 09:22:26 +00:00
ata-dma.c Cleanup the dma int/alloc/free code. 2003-08-25 11:13:04 +00:00
ata-isa.c Unify prototypes. 2003-08-25 09:01:49 +00:00
ata-lowlevel.c Rearrange the probe code yet again. 2003-09-01 11:13:21 +00:00
ata-pci.c Cleanup the dma int/alloc/free code. 2003-08-25 11:13:04 +00:00
ata-pci.h Support the nForce3 chip found on Opteron motherboards: 2003-09-02 21:02:46 +00:00
ata-queue.c Make sure to call start when retrying. 2003-08-28 08:22:53 +00:00
ata-raid.c Adjust the max transfer size used. 2003-09-02 13:26:02 +00:00
ata-raid.h This is a major rework of the ATA driver (ATAng) 2003-08-24 09:22:26 +00:00
atapi-cam.c Add missing braces. Fixes boot-time kernel panic with ATAng and ATAPI/CAM. 2003-08-28 03:56:04 +00:00
atapi-cd.c Put the device cloning functions for disk-drivers under #ifndef BURN_BRIDGES. 2003-09-05 10:40:16 +00:00
atapi-cd.h This is a major rework of the ATA driver (ATAng) 2003-08-24 09:22:26 +00:00
atapi-fd.c Unify prototypes. 2003-08-25 09:01:49 +00:00
atapi-fd.h This is a major rework of the ATA driver (ATAng) 2003-08-24 09:22:26 +00:00
atapi-tape.c Unify prototypes. 2003-08-25 09:01:49 +00:00
atapi-tape.h This is a major rework of the ATA driver (ATAng) 2003-08-24 09:22:26 +00:00