看板 DFBSD_commit 關於我們 聯絡資訊
:My screen is flooded by following kprints :P : :@@ -1890,6 +1575,10 @@ ahci_unload_prdt(struct ahci_ccb *ccb) :bus_dmamap_unload(sc->sc_tag_data, dmap); :+ if (ccb->ccb_cmd_hdr->prdbc =3D=3D 0) { :+ kprintf("%s: UNLOAD RESID WAS ZERO! tag=3D%d\n", :+ ATANAME(ap, xa->at), ccb->ccb_slot); :+ } :if (ccb->ccb_xa.flags & ATA_F_NCQ) :xa->resid =3D 0; :else : :Best Regards, :sephe Was it working ok previously? And which AHCI chipset is it? And what were you doing? Just normal disk accesses? And I could use the dmesg output if possible. -Matt Matthew Dillon <dillon@backplane.com>