Bug #3099
closedAMD hudson D3 AHCI support
100%
Description
151a5 not support AMD hudson D3 chipset AHCI.
AMD hudson D3 chipset AHCI device, the vendor id is 0x1022, device id is 0x7801, this AHCI is same as SB700/750 AHCI chipset. Add code:
if (ahci_ctlp->ahcictl_venid 0x1022 &&
ahci_ctlp->ahcictl_devid 0x7801) {
ahci_ctlp->ahcictl_cap |= AHCI_CAP_COMMU_32BIT_DMA;
ahci_ctlp->ahcictl_cap |= AHCI_CAP_SRST_NO_HOSTPORT;
}
Related issues
Updated by Albert Lee almost 11 years ago
- Project changed from OpenIndiana Distribution to illumos gate
Updated by Albert Lee almost 11 years ago
- Category set to driver - device drivers
http://openindiana.org/pipermail/oi-dev/2012-August/001593.html has some additional discussion, as the proposed change does not appear to be sufficient.
Updated by Anonymous almost 11 years ago
http://openindiana.org/pipermail/oi-dev/2012-August/001593.html has a error, AMD AHCI vendor id is 0x1022, 0x1002 is ATI vendor ID.
Updated by Marcel Telka almost 10 years ago
- Status changed from New to Feedback
Is this issue still reproducible with oi_151a8 ?
Updated by John Huang almost 10 years ago
- Status changed from Feedback to In Progress
- % Done changed from 0 to 100
Updated by Marcel Telka almost 10 years ago
- Assignee set to Marcel Telka
Updated by Marcel Telka almost 10 years ago
- Assignee deleted (
Marcel Telka) - Tags deleted (
needs-triage)
Updated by Marcel Telka almost 10 years ago
- Status changed from In Progress to Feedback
Updated by Marcel Telka almost 10 years ago
- Status changed from Feedback to Closed