diff options
Diffstat (limited to 'sys/dev/ic/cac.c')
-rw-r--r-- | sys/dev/ic/cac.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/cac.c b/sys/dev/ic/cac.c index 15fb6744353..a2ca08cadd5 100644 --- a/sys/dev/ic/cac.c +++ b/sys/dev/ic/cac.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cac.c,v 1.68 2020/09/01 12:17:53 krw Exp $ */ +/* $OpenBSD: cac.c,v 1.69 2020/09/02 21:16:29 krw Exp $ */ /* $NetBSD: cac.c,v 1.15 2000/11/08 19:20:35 ad Exp $ */ /* @@ -630,7 +630,7 @@ cac_scsi_cmd(xs) bzero(&inq, sizeof inq); inq.device = T_DIRECT; inq.dev_qual2 = 0; - inq.version = 2; + inq.version = SCSI_REV_2; inq.response_format = 2; inq.additional_length = 32; inq.flags |= SID_CmdQue; |