summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsi_base.c
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2020-08-28 15:18:14 +0000
committerkrw <krw@openbsd.org>2020-08-28 15:18:14 +0000
commitb94994339692a958db8c17418ac7d3b410c6264c (patch)
treebac2abdd97ee946b80fe52c7c5d3db9a91aecc0e /sys/scsi/scsi_base.c
parentMake fdt root node's model property readable through sysctl hw.product (diff)
downloadwireguard-openbsd-b94994339692a958db8c17418ac7d3b410c6264c.tar.xz
wireguard-openbsd-b94994339692a958db8c17418ac7d3b410c6264c.zip
Nuke CDF_ANCIENT, SDF_ANCIENT SDEV_ONLYBIG and bogus check of SID_RelAdr in
favour of simply using the device's claimed SCSI level of support. Except of course for ATAPI/USB devices which often don't claim anything. Keep assuming they are at least SCSI-2. Use consistant tests in sdminphys/cdminphys/sdstart/cdstart.
Diffstat (limited to 'sys/scsi/scsi_base.c')
-rw-r--r--sys/scsi/scsi_base.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/scsi_base.c b/sys/scsi/scsi_base.c
index 54484cf9b63..a1111132a87 100644
--- a/sys/scsi/scsi_base.c
+++ b/sys/scsi/scsi_base.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsi_base.c,v 1.270 2020/08/19 22:46:19 krw Exp $ */
+/* $OpenBSD: scsi_base.c,v 1.271 2020/08/28 15:18:14 krw Exp $ */
/* $NetBSD: scsi_base.c,v 1.43 1997/04/02 02:29:36 mycroft Exp $ */
/*
@@ -2677,7 +2677,7 @@ const char *quirknames[] = {
"NOCAPACITY",
"",
"NODOORLOCK",
- "ONLYBIG",
+ "",
NULL
};