Adrian Chadd 39abbd9bd2 Fix EDMA RX to actually work without panicing the machine.
I was setting up the RX EDMA buffer to be 4096 bytes rather than the
RX data buffer portion.  The hardware was likely getting very confused
and DMAing descriptor portions into places it shouldn't, leading to
memory corruption and occasional panics.

Whilst here, don't bother allocating descriptors for the RX EDMA case.
We don't use those descriptors. Instead, just allocate ath_buf entries.
2012-07-14 02:07:51 +00:00
..
2012-07-14 01:45:35 +00:00
2012-07-11 23:18:35 +00:00
2012-07-11 23:18:35 +00:00
2012-05-23 06:49:50 +00:00
2012-06-11 17:42:39 +00:00
2012-07-11 23:18:35 +00:00
2012-07-10 20:59:35 +00:00
2012-07-09 10:59:39 +00:00
2012-04-16 10:33:46 +00:00
2012-07-12 19:30:53 +00:00