DragonFly commits List (threaded) for 2009-06
DragonFly BSD
DragonFly commits List (threaded) for 2009-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: DragonFly-2.3.1.312.g12feb master sys/dev/disk/ahci ahci.c ahci.h ahci_attach.c ahci_cam.c ahci_dragonfly.c ahci_pm.c atascsi.h


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Fri, 19 Jun 2009 08:55:56 -0700 (PDT)

: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>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]