Date: Sun, 3 Dec 2006 07:19:28 +0000 (UTC) From: Matt Jacob <mjacob@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_ccb.h Message-ID: <200612030719.kB37JSDO004337@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mjacob 2006-12-03 07:19:28 UTC FreeBSD src repository Modified files: sys/cam cam_ccb.h Log: 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. Revision Changes Path 1.34 +0 -1 src/sys/cam/cam_ccb.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612030719.kB37JSDO004337>