| 860 | } |
| 861 | |
| 862 | void smap_async(u32 cycles) |
| 863 | { |
| 864 | if (fireIntR) |
| 865 | { |
| 866 | fireIntR = false; |
| 867 | //Is this used to signal each individual packet, or just when there are packets in the RX fifo? |
| 868 | //I think it just signals when there are packets in the RX fifo |
| 869 | _DEV9irq(SMAP_INTR_RXEND, 0); //Make the call to _DEV9irq in a thread safe way |
| 870 | } |
| 871 | } |