summaryrefslogtreecommitdiffstats
path: root/sys/dev/scd
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-10 19:44:58 +0000
committerbde <bde@FreeBSD.org>1995-12-10 19:44:58 +0000
commit2c85bcd8ba44a34e1b64e95d46f18a3be4faf7b3 (patch)
treec9f0754f1aefadba0582b5126288d7ec06045b38 /sys/dev/scd
parent97e282dba7a3d3284270961bb51e7bd360657c2a (diff)
downloadFreeBSD-src-2c85bcd8ba44a34e1b64e95d46f18a3be4faf7b3.zip
FreeBSD-src-2c85bcd8ba44a34e1b64e95d46f18a3be4faf7b3.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/dev/scd')
-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 4768a44..449239e 100644
--- a/sys/dev/scd/scd.c
+++ b/sys/dev/scd/scd.c
@@ -41,7 +41,7 @@
*/
-/* $Id: scd.c,v 1.13 1995/12/08 11:15:01 julian Exp $ */
+/* $Id: scd.c,v 1.14 1995/12/08 23:20:39 phk Exp $ */
/* Please send any comments to micke@dynas.se */
@@ -201,7 +201,7 @@ static d_strategy_t scdstrategy;
extern struct cdevsw scd_cdevsw;
static struct bdevsw scd_bdevsw =
{ scdopen, scdclose, scdstrategy, scdioctl, /*16*/
- nxdump, scdsize, 0, "scd", &scd_cdevsw, -1 };
+ nodump, scdsize, 0, "scd", &scd_cdevsw, -1 };
static struct cdevsw scd_cdevsw =
{ scdopen, scdclose, rawread, nowrite, /*45*/
OpenPOWER on IntegriCloud