summaryrefslogtreecommitdiffstats
path: root/sys/scsi/st.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/scsi/st.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/scsi/st.c')
-rw-r--r--sys/scsi/st.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/st.c b/sys/scsi/st.c
index a212b0a..a97c336 100644
--- a/sys/scsi/st.c
+++ b/sys/scsi/st.c
@@ -12,7 +12,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
- * $Id: st.c,v 1.52 1995/12/10 01:47:34 bde Exp $
+ * $Id: st.c,v 1.53 1995/12/10 10:58:30 julian Exp $
*/
/*
@@ -176,7 +176,7 @@ d_strategy_t ststrategy;
#define BDEV_MAJOR 5
static struct bdevsw st_bdevsw =
{ stopen, stclose, ststrategy, stioctl, /*5*/
- nxdump, zerosize, 0 };
+ nodump, nopsize, 0 };
static struct cdevsw st_cdevsw =
{ stopen, stclose, rawread, rawwrite, /*14*/
OpenPOWER on IntegriCloud