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

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

Reply via email to