]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Implement Auxiliary register. Add PIM_ATA_EXT flag to flag that a SIM
authorWarner Losh <imp@FreeBSD.org>
Sun, 17 Apr 2016 05:24:36 +0000 (05:24 +0000)
committerWarner Losh <imp@FreeBSD.org>
Sun, 17 Apr 2016 05:24:36 +0000 (05:24 +0000)
commit916d57dfc540681468c6093f2cb027c46be9444e
tree297d25e9d15f253f92052155636bee075b15735c
parente4cc6558b35004d43b25a538849161d24fd1db7c
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
sys/cam/ata/ata_all.h
sys/cam/ata/ata_da.c
sys/cam/cam_ccb.h
sys/dev/ahci/ahci.c
sys/dev/ata/ata-all.c
sys/dev/mvs/mvs.c
sys/dev/siis/siis.c