summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdc
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/fdc
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/fdc')
-rw-r--r--sys/dev/fdc/fdc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fdc/fdc.c b/sys/dev/fdc/fdc.c
index e394e13..4a16c7c 100644
--- a/sys/dev/fdc/fdc.c
+++ b/sys/dev/fdc/fdc.c
@@ -43,7 +43,7 @@
* SUCH DAMAGE.
*
* from: @(#)fd.c 7.4 (Berkeley) 5/25/91
- * $Id: fd.c,v 1.75 1995/12/09 09:10:12 julian Exp $
+ * $Id: fd.c,v 1.76 1995/12/10 13:38:29 phk Exp $
*
*/
@@ -352,7 +352,7 @@ static d_strategy_t fdstrategy;
extern struct cdevsw fd_cdevsw;
static struct bdevsw fd_bdevsw =
{ Fdopen, fdclose, fdstrategy, fdioctl, /*2*/
- nxdump, zerosize, 0, "fd", &fd_cdevsw, -1 };
+ nodump, nopsize, 0, "fd", &fd_cdevsw, -1 };
static struct cdevsw fd_cdevsw =
{ Fdopen, fdclose, rawread, rawwrite, /*9*/
OpenPOWER on IntegriCloud