freebsd-dev/sys/dev/ata
Marius Strobl 4640348546 - Add missing bus_dmamap_sync(9) calls for the work DMA map. Previously
the work area was totally unsynchronized which means this driver only
  had a chance of working on x86 when no bounce buffers were involved,
  which isn't that likely given that support for 64-bit DMA is currently
  broken throughout ata(4).
- Add necessary little-endian conversion of accesses to the work area,
  making this driver work on big-endian hosts. While at it, use the
  alignment-agnostic byte order encoders in order to be on the safe side.
- Clear the reserved member of the SG list entries in order to be on the
  safe side. [1]

Submitted by:	yongari [1]
Reviewed by:	yongari
MFC after:	3 days
2009-09-22 11:47:21 +00:00
..
chipsets - Add missing bus_dmamap_sync(9) calls for the work DMA map. Previously 2009-09-22 11:47:21 +00:00
ata_if.m
ata-all.c Temporarily revert the new-bus locking for 8.0 release. It will be 2009-08-20 19:17:53 +00:00
ata-all.h Move non-PCI prototypes from ata-pci.h -> ata-all.h. 2009-06-24 15:38:17 +00:00
ata-card.c
ata-cbus.c
ata-disk.c Remove 'ad:' prefix from disk serial number. We don't want serial number 2009-09-04 09:33:50 +00:00
ata-disk.h
ata-dma.c Remove constraint, requiring request data to fulfill controller's alignment 2009-09-06 14:23:26 +00:00
ata-isa.c
ata-lowlevel.c
ata-pci.c
ata-pci.h Move non-PCI prototypes from ata-pci.h -> ata-all.h. 2009-06-24 15:38:17 +00:00
ata-queue.c
ata-raid-ddf.h
ata-raid.c Revert previous commit and add myself to the list of people who should 2009-09-08 13:19:05 +00:00
ata-raid.h
ata-sata.c Move non-PCI prototypes from ata-pci.h -> ata-all.h. 2009-06-24 15:38:17 +00:00
ata-usb.c - Make struct usb_xfer opaque so that drivers can not access the internals 2009-06-23 02:19:59 +00:00
atapi-cam.c Separate the parallel scsi knowledge out of the core of the XPT, and 2009-07-10 08:18:08 +00:00
atapi-cd.c Revert revisions 188839 and 188868. Use of the ioctl in geom_dev.c 2009-07-08 05:56:14 +00:00
atapi-cd.h
atapi-fd.c
atapi-fd.h
atapi-tape.c
atapi-tape.h