summaryrefslogtreecommitdiffstats
path: root/sys/scsi/cd.c
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1994-09-16 23:43:28 +0000
committerse <se@FreeBSD.org>1994-09-16 23:43:28 +0000
commita9cbb4294c69a9d8cc6f8813b32af6cc2ff87e06 (patch)
treea49098487ea38073a90941ee0fac8c39577ca550 /sys/scsi/cd.c
parent375660a3eb1f4387aa0dca4796ae87af8945332a (diff)
downloadFreeBSD-src-a9cbb4294c69a9d8cc6f8813b32af6cc2ff87e06.zip
FreeBSD-src-a9cbb4294c69a9d8cc6f8813b32af6cc2ff87e06.tar.gz
Changed CDOUTSTANDING back to a value of 2 (from 1), since this is now only
an upper limit, not a fixed value (ignoring the host adapter capabilities) as before.
Diffstat (limited to 'sys/scsi/cd.c')
-rw-r--r--sys/scsi/cd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/cd.c b/sys/scsi/cd.c
index e66691b..c23c699 100644
--- a/sys/scsi/cd.c
+++ b/sys/scsi/cd.c
@@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
- * $Id: cd.c,v 1.22 1994/08/31 06:17:43 davidg Exp $
+ * $Id: cd.c,v 1.23 1994/08/31 22:50:08 se Exp $
*/
#define SPLCD splbio
@@ -57,7 +57,7 @@ int32 cdstrats, cdqueues;
#define PAGESIZ 4096
#define SECSIZE 2048 /* XXX */ /* default only */
-#define CDOUTSTANDING 1
+#define CDOUTSTANDING 2
#define CDRETRIES 1
#define UNITSHIFT 3
OpenPOWER on IntegriCloud