[Bug 202712] [cam] [ata] System doesn't recognize older hdd after boot

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Apr 9 11:02:54 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202712

--- Comment #8 from Andriy Gapon <avg at FreeBSD.org> ---
In Linux, ata_dev_set_mode() function has several conditions for ignoring
errors from ata_dev_set_xfermode(). Examples:
- Don't fail an MWDMA0 set IFF the device indicates it is in MWDMA0
- if the device is actually configured correctly, ignore dev err
Maybe we'd want such a quirk in FreeBSD as well.
Its place would be probedone() function in ata_xpt.c.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list