summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/matcd/matcd.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-10 19:53:42 +0000
committerbde <bde@FreeBSD.org>1995-12-10 19:53:42 +0000
commitfe727807c4129e599e23638580b1ca69e95f68b0 (patch)
tree53fe30660d3bebd5749aa104ea2888f735d9aaad /sys/i386/isa/matcd/matcd.c
parent2c85bcd8ba44a34e1b64e95d46f18a3be4faf7b3 (diff)
downloadFreeBSD-src-fe727807c4129e599e23638580b1ca69e95f68b0.zip
FreeBSD-src-fe727807c4129e599e23638580b1ca69e95f68b0.tar.gz
Replaced nxdump by nodump (if the dump function gets called, then the
device must be configured, so ENXIO is a bogus errno). Replaced zerosize by nopsize. zerosize was a temporary alias.
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 43726c5..8c43fd7 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.12 1995/12/08 11:16:24 julian Exp $ */
+/* $Id: matcd.c,v 1.13 1995/12/10 13:40:42 phk Exp $ */
/*---------------------------------------------------------------------------
Include declarations
@@ -566,7 +566,7 @@ static d_strategy_t matcdstrategy;
extern struct cdevsw matcd_cdevsw;
static struct bdevsw matcd_bdevsw =
{ matcdopen, matcdclose, matcdstrategy, matcdioctl, /*17*/
- nxdump, matcdsize, 0, "matcd",
+ nodump, matcdsize, 0, "matcd",
&matcd_cdevsw, -1 };
static struct cdevsw matcd_cdevsw =
OpenPOWER on IntegriCloud