summaryrefslogtreecommitdiffstats
path: root/sys/dev/scd/scd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/scd/scd.c')
-rw-r--r--sys/dev/scd/scd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/scd/scd.c b/sys/dev/scd/scd.c
index acd1968..d58f90b 100644
--- a/sys/dev/scd/scd.c
+++ b/sys/dev/scd/scd.c
@@ -41,7 +41,7 @@
*/
-/* $Id: scd.c,v 1.29 1997/04/20 17:26:55 bde Exp $ */
+/* $Id: scd.c,v 1.30 1997/05/04 15:24:20 joerg Exp $ */
/* Please send any comments to micke@dynas.se */
@@ -197,7 +197,7 @@ static d_strategy_t scdstrategy;
static struct cdevsw scd_cdevsw;
static struct bdevsw scd_bdevsw =
{ scdopen, scdclose, scdstrategy, scdioctl, /*16*/
- nodump, nopsize, 0, "scd", &scd_cdevsw, -1 };
+ nodump, nopsize, D_DISK, "scd", &scd_cdevsw, -1 };
int scd_attach(struct isa_device *dev)
{
OpenPOWER on IntegriCloud