1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00
freebsd/sys/dev/ata
Alexander Motin 6b28fe64d3 Since ATA_CAM mode has no implemented support for serializing access to the
different ATA channels, required for acard and pc98 ATA controllers, block
access to second channels of both, hoping that one working channel is better
then none.  I have an idea how that support could be implemented, but I have
no hardware to work on that.

MFC after:	1 week
2013-04-03 18:30:09 +00:00
..
chipsets Since ATA_CAM mode has no implemented support for serializing access to the 2013-04-03 18:30:09 +00:00
ata_if.m
ata-all.c Add some more ATA_CAM ifdefs. 2013-04-03 14:10:37 +00:00
ata-all.h Add some more ATA_CAM ifdefs. 2013-04-03 14:10:37 +00:00
ata-card.c Remove duplicate const specifiers in many drivers (I hope I got all of 2012-11-05 19:16:27 +00:00
ata-cbus.c Since ATA_CAM mode has no implemented support for serializing access to the 2013-04-03 18:30:09 +00:00
ata-disk.c
ata-disk.h
ata-dma.c Fix command timeout caused by data underrun during fetching ATAPI sense 2013-02-22 21:43:21 +00:00
ata-isa.c
ata-lowlevel.c Improve r238673 to additionally allow for odd-aligned buffers as 2013-02-02 21:57:06 +00:00
ata-pci.c
ata-pci.h Add Intel Lynx Point PCH SATA Controller Device IDs 2013-01-02 22:26:46 +00:00
ata-queue.c
ata-raid-ddf.h
ata-raid.c In case somebody still use it, fix legacy ataraid(4) to work on combined 2013-01-15 02:18:04 +00:00
ata-raid.h
ata-sata.c Add checks for ata_sata_scr_read() return statuses. It is mostly to silence 2012-10-10 17:51:23 +00:00
atapi-cam.c Reform the busdma API so that new types may be added without modifying 2013-02-12 16:57:20 +00:00
atapi-cd.c
atapi-cd.h
atapi-fd.c
atapi-fd.h
atapi-tape.c
atapi-tape.h