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

--- Comment #8 from Andriy Gapon <[email protected]> ---
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to