Remove CTS_SPI_FLAGS_TAG_ENB. Nobody is using it and at least one

author can't remember why it was there.

The CTS_SCSI_FLAGS_TAG_ENB remains in place, and makes sense, and is
checked all over the place.

The CTS_SPI_FLAGS_TAG_ENB was probably an attempt to distinguish
protocol and transport tag capabilities. At the very least this can
be confusing and prone to many bugs, so let's just assume that the
transport tag case just flows from the protocol (and vice versa)
for now.
This commit is contained in:
Matt Jacob 2006-12-03 07:19:28 +00:00
parent 3623222e67
commit 59398f700e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164844

View File

@ -719,7 +719,6 @@ struct ccb_trans_settings_spi
#define CTS_SPI_VALID_PPR_OPTIONS 0x10
u_int flags;
#define CTS_SPI_FLAGS_DISC_ENB 0x01
#define CTS_SPI_FLAGS_TAG_ENB 0x02
u_int sync_period;
u_int sync_offset;
u_int bus_width;