summaryrefslogtreecommitdiff
path: root/sys/dev/firewire
diff options
context:
space:
mode:
authorHidetoshi Shimokawa <simokawa@FreeBSD.org>2003-08-01 02:24:39 +0000
committerHidetoshi Shimokawa <simokawa@FreeBSD.org>2003-08-01 02:24:39 +0000
commit3722fcec4bbc4ce99c152ee6ae71d474f8bcec8b (patch)
tree25d297ab32c0493ef1b9216b91408da87606e47b /sys/dev/firewire
parent882d8469af712c71ef40cfb990cadc2fd5b7bd91 (diff)
Notes
Diffstat (limited to 'sys/dev/firewire')
-rw-r--r--sys/dev/firewire/sbp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/firewire/sbp.c b/sys/dev/firewire/sbp.c
index 15121aae4bde..75faffe2e10a 100644
--- a/sys/dev/firewire/sbp.c
+++ b/sys/dev/firewire/sbp.c
@@ -1468,17 +1468,17 @@ END_DEBUG
inq = (struct scsi_inquiry_data *) ccb->csio.data_ptr;
switch (SID_TYPE(inq)) {
case T_DIRECT:
+#if 0
/*
* XXX Convert Direct Access device to RBC.
* I've never seen FireWire DA devices which support READ_6.
*/
-#if 1
if (SID_TYPE(inq) == T_DIRECT)
inq->device |= T_RBC; /* T_DIRECT == 0 */
#endif
/* fall through */
case T_RBC:
- /* enable tag queuing */
+ /* enable tagged queuing */
#if 1
inq->flags |= SID_CmdQue;
#endif