]> Joshua Wise's Git repositories - netwatch.git/blobdiff - net/3c90x.c
instrument time spent in network
[netwatch.git] / net / 3c90x.c
index 0e695ac868b03daa920bf8d134c8f332703c4776..64dd65549d96ca977e8cead947278cf713a7f4c9 100644 (file)
@@ -480,8 +480,10 @@ a3c90x_transmit(unsigned int size, const char *pkt)
 
        if (stillwaiting)
        {
+               outputf("Waiting for network completion...");
                while (!(inw(INF_3C90X.IOAddr + regCommandIntStatus_w) & INT_TXCOMPLETE) && oneshot_running())
                        ;
+               outputf("Done");
                if (!(inw(INF_3C90X.IOAddr + regCommandIntStatus_w) & INT_TXCOMPLETE))
                {
                        outputf("3c90x: tx timeout? txstat %02x", inb(INF_3C90X.IOAddr + regTxStatus_b));
This page took 0.017372 seconds and 4 git commands to generate.