This file provides support for AHCI controllers on Marvell Armada38x SoC.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/dev/ahci/ahci_mv_fdt.c | ||
---|---|---|
106 ↗ | (On Diff #24126) | According to my other comment for the change in AHCI, please change this code to quirk in generic AHCI. |
131 ↗ | (On Diff #24126) | Just double checked generic AHCI driver and it releases r_mem resource on failure. As we discussed, this should be present here only if AHCI does not release this resource and it appears it does. |
171 ↗ | (On Diff #24126) | Please add ofwbus as well. |
Comment Actions
- Squash adding ahci to sys/arm/mv/files.mv to this commit.
- Enable in ARMADA38X config.
- Add DRIVER_MODULE for ofwbus.
- Fix releasing resources.
- Use quirk for soft reset delay.