when you add caches, dma commands within the state machine are delayed and cause...
authorLisa Hsu <hsul@eecs.umich.edu>
Fri, 9 Jul 2004 15:50:27 +0000 (11:50 -0400)
committerLisa Hsu <hsul@eecs.umich.edu>
Fri, 9 Jul 2004 15:50:27 +0000 (11:50 -0400)
commit7b2691d53725318810f78c712dbbe4733c319ef8
treed743dad92fa8fc74a06c6d2b50ce35ba824ff0e7
parent9dba9e462f6abc1e7ca15258b176ae50cd111d1c
when you add caches, dma commands within the state machine are delayed and cause the state machine to exit until the dma comes back.  thus, all relevant code must be executed BEFORE going to do the dma code.

dev/ns_gige.cc:
    rearrange code so nothing gets skipped when "doing dma."

--HG--
extra : convert_revision : cca66885f45e7df1831e2d8ccaddf5ece7600b13
dev/ns_gige.cc