]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r326924-r326925
authorian <ian@FreeBSD.org>
Sat, 6 Jan 2018 23:12:32 +0000 (23:12 +0000)
committerian <ian@FreeBSD.org>
Sat, 6 Jan 2018 23:12:32 +0000 (23:12 +0000)
commit9e2177ff826b6c41b060876ede6a1a694d5b9a83
tree22690355b64420af1e95a30494430fac7af520b6
parent301cddf9f21137cd42fc9fe59efe94e100ab82f7
MFC r326924-r326925

r326924:
Fix debugging output, fallout from something like s/read/readctl/g
while renaming variables in a previous change.

r326925:
Do not attempt to refill the TX fifo if there is no data left to transfer.

A comment in bcm_bsc_fill_tx_fifo() even lists sc_totlen > 0 as a
precondition for calling the routine.   I apparently forgot to make the
code do what my comment said.
sys/arm/broadcom/bcm2835/bcm2835_bsc.c