看板 DFBSD_bugs 關於我們 聯絡資訊
:No USB or AHCI. :... :--Peter I'm looking at the code trying to figure it out. When it gets stuck try breaking into DDB and doing: print *busses_to_config print *busses_to_reset If it can't find the symbol try compiling up a kernel with those variables as globals instead of statics, in bus/cam/cam_xpt.c. Maybe also try augmenting the xptconfigfunc() with kprintf's, xpt_finishconfig(), and so forth. It kinda looks to me like ahd might either be getting stuck on a XPT action or may be losing track of a request and not ever calling xpt_done() on it. -Matt