diff options
| author | Finn Thain <[email protected]> | 2016-01-03 16:05:42 +1100 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2016-01-06 21:43:01 -0500 |
| commit | 55181be8ced18697e48f75d53028b9ee36522dba (patch) | |
| tree | 48cfea7a29eda9e5b3ae05f071d951f02859ffae /scripts/gdb/linux/symbols.py | |
| parent | b32ade124494fc16eb19521ac310cbd5cb48dda8 (diff) | |
ncr5380: Replace redundant flags with FLAG_NO_DMA_FIXUP
The flags DMA_WORKS_RIGHT, FLAG_NCR53C400 and FLAG_HAS_LAST_BYTE_SENT
all mean the same thing, i.e. the chip is not a 538[01]. (More recent
devices such as the 53C80 have a 'Last Byte Sent' bit in the Target
Command Register as well as other fixes for End-of-DMA errata.)
These flags have no additional meanings since previous cleanup patches
eliminated the NCR53C400 macro, moved g_NCR5380-specific code out of the
core driver and standardized interrupt handling.
Use the FLAG_NO_DMA_FIXUP flag to suppress End-of-DMA errata workarounds,
for those cards and drivers that make use of the TCR_LAST_BYTE_SENT bit.
Remove the old flags.
Signed-off-by: Finn Thain <[email protected]>
Reviewed-by: Hannes Reinecke <[email protected]>
Tested-by: Ondrej Zary <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/symbols.py')
0 files changed, 0 insertions, 0 deletions