Ian Lepore 3ad36a413d Accommodate uart devices with large FIFOs (or DMA buffers which amount
to the same thing) by allocating the uart(4) rx buffer based on the
device's rxfifosz rather than using a hard-coded size of 384 bytes.

The  historical 384 byte size is 3 times the largest hard-coded fifo
size in the tree, so use that ratio as a guide and allocate the buffer
as three times rxfifosz, but never smaller than the historical size.
2013-03-31 23:24:04 +00:00
..
2013-02-03 21:30:29 +00:00
2012-01-02 12:12:10 +00:00
2013-03-01 01:42:31 +00:00
2012-08-15 05:37:10 +00:00