summaryrefslogtreecommitdiffstats
path: root/sys/scsi/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/scsi/st.c')
-rw-r--r--sys/scsi/st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/scsi/st.c b/sys/scsi/st.c
index d3735f3..8100f04 100644
--- a/sys/scsi/st.c
+++ b/sys/scsi/st.c
@@ -165,7 +165,7 @@ static d_strategy_t ststrategy;
static struct cdevsw st_cdevsw;
static struct bdevsw st_bdevsw =
{ stopen, stclose, ststrategy, stioctl, /*5*/
- nodump, nopsize, 0, "st", &st_cdevsw, -1 };
+ nodump, nopsize, D_TAPE, "st", &st_cdevsw, -1 };
SCSI_DEVICE_ENTRIES(st)
OpenPOWER on IntegriCloud