Re: kern/152817: [ahci] ahci doesn't find disk

看板FB_bugs作者時間15年前 (2011/01/18 05:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/7 (看更多)
The following reply was made to PR kern/152817; it has been noted by GNATS. From: Alexander Motin <mav@FreeBSD.org> To: bug-followup@FreeBSD.org, js@alien8.de Cc: Subject: Re: kern/152817: [ahci] ahci doesn't find disk Date: Mon, 17 Jan 2011 22:59:18 +0200 Problem looks alike to one workarounded in CURRENT by SVN revision 217444, just with different feature. That patch with such addition should probably help: --- ata_xpt.c (revision 217514) +++ ata_xpt.c (working copy) @@ -775,7 +775,8 @@ * device-initiated interface power management, but return * ABORT on attempt to disable it. */ - } else if (softc->action == PROBE_SETPM && + } else if ((softc->action == PROBE_SETPM || + softc->action == PROBE_SETDMAAA) && status == CAM_ATA_STATUS_ERROR) { goto noerror; } Try it please, as if it help, send me output of the `camcontrol identify ada0 -v` command for check. -- Alexander Motin _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org"
文章代碼(AID): #1DDBLISx (FB_bugs)
討論串 (同標題文章)
文章代碼(AID): #1DDBLISx (FB_bugs)