summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsiconf.c
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-05-21 19:35:11 +0000
committerjoerg <joerg@FreeBSD.org>1997-05-21 19:35:11 +0000
commit2719fbb4b603fb9251dbc32978a303b82c4b3218 (patch)
tree9fd3989e95a60e1114c1cf63590457333fd0bdf3 /sys/scsi/scsiconf.c
parent4f4327b0cce6527b572bf3f609fcce2aa39f44fb (diff)
downloadFreeBSD-src-2719fbb4b603fb9251dbc32978a303b82c4b3218.zip
FreeBSD-src-2719fbb4b603fb9251dbc32978a303b82c4b3218.tar.gz
Initialize the buf_queue of the pt(4) driver.
PR: kern/3629: /sys/scsi/pt.c doesn't... Submitted by: simokawa@sat.t.u-tokyo.ac.jp (Hidetoshi Shimokawa) Add a catch-all record for removable SCSI devices to default them to only one LUN. PR: kern/3580: Bad LUN probes on Xyratex...
Diffstat (limited to 'sys/scsi/scsiconf.c')
-rw-r--r--sys/scsi/scsiconf.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index b1b882d..ac9c306 100644
--- a/sys/scsi/scsiconf.c
+++ b/sys/scsi/scsiconf.c
@@ -16,7 +16,7 @@
*
* New configuration setup: dufault@hda.com
*
- * $Id: scsiconf.c,v 1.85 1997/05/03 22:23:13 joerg Exp $
+ * $Id: scsiconf.c,v 1.86 1997/05/19 17:32:07 jmz Exp $
*/
#include "opt_scsi.h"
@@ -441,6 +441,10 @@ static struct scsidevs knowndevs[] =
T_DIRECT, T_DIRECT, T_FIXED, "*", "*", "*",
"sd", SC_ONE_LU
},
+ {
+ T_DIRECT, T_DIRECT, T_REMOV, "*", "*", "*",
+ "sd", SC_ONE_LU
+ },
#endif /* NSD */
#if NST > 0
{
OpenPOWER on IntegriCloud