freebsd-dev/sys/dev/ata
Warner Losh 916d57dfc5 Implement Auxiliary register. Add PIM_ATA_EXT flag to flag that a SIM
can handle it, and add the code to add it to the FIS that's sent to
the drive. The mvs driver is the only other ATA driver in the system,
and its hardware doesn't appear to support setting the Auxiliary
register.

Differential Revision: https://reviews.freebsd.org/D5598
2016-04-17 05:24:36 +00:00
..
chipsets Cleanup unnecessary semicolons from the kernel. 2016-04-10 23:07:00 +00:00
ata_if.m
ata-all.c Implement Auxiliary register. Add PIM_ATA_EXT flag to flag that a SIM 2016-04-17 05:24:36 +00:00
ata-all.h Remove UMA allocation of ATA requests. 2015-08-15 21:46:02 +00:00
ata-card.c Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere(). 2016-02-27 03:38:01 +00:00
ata-cbus.c Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere(). 2016-02-27 03:38:01 +00:00
ata-dma.c Don't bother clearing maps for static DMA allocations to NULL. Instead, 2014-06-17 18:10:06 +00:00
ata-isa.c Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere(). 2016-02-27 03:38:01 +00:00
ata-lowlevel.c Small typo. 2016-03-29 23:33:44 +00:00
ata-pci.c Convert rman to use rman_res_t instead of u_long 2016-01-27 02:23:54 +00:00
ata-pci.h Convert rman to use rman_res_t instead of u_long 2016-01-27 02:23:54 +00:00
ata-sata.c