summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/matcd/matcd.c
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-05-10 12:13:17 +0000
committerjoerg <joerg@FreeBSD.org>1997-05-10 12:13:17 +0000
commitd9fdebe04598bf96fc017e0443681ba19fb01fd5 (patch)
treedb622313725c5b51acaee07e7f4dd368c0136f34 /sys/i386/isa/matcd/matcd.c
parent466cea7091e7b9d457e1deb200495768bcfc1d93 (diff)
downloadFreeBSD-src-d9fdebe04598bf96fc017e0443681ba19fb01fd5.zip
FreeBSD-src-d9fdebe04598bf96fc017e0443681ba19fb01fd5.tar.gz
Add the D_DISK flag to the cdevsw structs of various CD-ROM drivers.
Diffstat (limited to 'sys/i386/isa/matcd/matcd.c')
-rw-r--r--sys/i386/isa/matcd/matcd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/matcd/matcd.c b/sys/i386/isa/matcd/matcd.c
index 0ed243f..6c8a393 100644
--- a/sys/i386/isa/matcd/matcd.c
+++ b/sys/i386/isa/matcd/matcd.c
@@ -337,7 +337,7 @@ static char MATCDVERSION[]="Version 1(26) 18-Oct-95";
static char MATCDCOPYRIGHT[] = "Matsushita CD-ROM driver, Copr. 1994,1995 Frank Durda IV";
/* The proceeding strings may not be changed*/
-/* $Id: matcd.c,v 1.25 1997/04/20 18:02:40 bde Exp $ */
+/* $Id: matcd.c,v 1.26 1997/05/04 15:24:21 joerg Exp $ */
/*---------------------------------------------------------------------------
Include declarations
@@ -523,7 +523,7 @@ static d_strategy_t matcdstrategy;
static struct cdevsw matcd_cdevsw;
static struct bdevsw matcd_bdevsw =
{ matcdopen, matcdclose, matcdstrategy, matcdioctl, /*17*/
- nodump, matcdsize, 0, "matcd",
+ nodump, matcdsize, D_DISK, "matcd",
&matcd_cdevsw, -1 };
/*---------------------------------------------------------------------------
OpenPOWER on IntegriCloud