freebsd-dev/sys/dev/ata
Alexander Motin 04ff88ceac As soon as they called in only same one place (ata_pcichannel_attach()),
join allocate() and dmainit() atapci subdriver's channel initialization
methods into single ch_attach() method.

As opposite to ch_attach() add new ch_detach() method to deallocate/disable
channel.
2009-02-18 22:17:48 +00:00
..
chipsets As soon as they called in only same one place (ata_pcichannel_attach()), 2009-02-18 22:17:48 +00:00
ata_if.m Add experimental support for SATA Port Multipliers 2008-04-10 13:05:05 +00:00
ata-all.c Make ch->dma.free() called symmetrically to ch->dma.alloc(). 2009-02-18 21:12:48 +00:00
ata-all.h ata_interrupt() does not need to return anything. It is not it's business 2009-02-17 21:17:21 +00:00
ata-card.c Add experimental support for SATA Port Multipliers 2008-04-10 13:05:05 +00:00
ata-cbus.c DEVICE_PROBE(9) claims that we must not initialize softc on probe stage. 2009-02-14 21:54:44 +00:00
ata-disk.c Fix shutdown routine to return 0 and change signature from void return 2009-02-04 20:26:27 +00:00
ata-disk.h Add experimental support for SATA Port Multipliers 2008-04-10 13:05:05 +00:00
ata-dma.c Restore the default maximum segment size for the bus dma tag to 64k as it 2008-10-21 18:51:55 +00:00
ata-isa.c Implement proper attach/detach routines for ISA driver. 2009-02-18 20:42:42 +00:00
ata-lowlevel.c Fix panic and breakage for non-DMA ATA devices e.g. powermac macio cells. 2008-05-08 17:55:44 +00:00
ata-pci.c As soon as they called in only same one place (ata_pcichannel_attach()), 2009-02-18 22:17:48 +00:00
ata-pci.h As soon as they called in only same one place (ata_pcichannel_attach()), 2009-02-18 22:17:48 +00:00
ata-queue.c Adaptively increase control command timeout when drive is spun down. 2009-02-17 23:20:04 +00:00
ata-raid.c Go back to preallocating everything possible on init. 2008-04-17 12:29:35 +00:00
ata-raid.h Add experimental support for SATA Port Multipliers 2008-04-10 13:05:05 +00:00
ata-sata.c This is the roumored ATA modulerisation works, and it needs a little explanation. 2008-10-09 12:56:57 +00:00
ata-usb.c DEVICE_PROBE(9) claims that we must not initialize softc on probe stage. 2009-02-14 21:54:44 +00:00
atapi-cam.c Correct signature for the identify routine. The bad parameter wasn't 2009-02-04 20:23:42 +00:00
atapi-cd.c Fix shutdown routine to return 0 and change signature from void return 2009-02-04 20:26:27 +00:00
atapi-cd.h Add experimental support for SATA Port Multipliers 2008-04-10 13:05:05 +00:00
atapi-fd.c Fix shutdown routine to return 0 and change signature from void return 2009-02-04 20:26:27 +00:00
atapi-fd.h Add experimental support for SATA Port Multipliers 2008-04-10 13:05:05 +00:00
atapi-tape.c Fix shutdown routine to return 0 and change signature from void return 2009-02-04 20:26:27 +00:00
atapi-tape.h Add experimental support for SATA Port Multipliers 2008-04-10 13:05:05 +00:00