summaryrefslogtreecommitdiffstats
path: root/sys/scsi/od.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/od.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/od.c')
-rw-r--r--sys/scsi/od.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/od.c b/sys/scsi/od.c
index 7fe37b4..3418dfe 100644
--- a/sys/scsi/od.c
+++ b/sys/scsi/od.c
@@ -28,7 +28,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: od.c,v 1.6 1995/12/08 11:18:45 julian Exp $
+ * $Id: od.c,v 1.7 1995/12/08 23:22:20 phk Exp $
*/
/*
@@ -126,7 +126,7 @@ static d_strategy_t odstrategy;
extern struct cdevsw od_cdevsw;
static struct bdevsw od_bdevsw =
{ odopen, odclose, odstrategy, odioctl, /*20*/
- nxdump, odsize, 0, "od", &od_cdevsw, -1 };
+ nodump, odsize, 0, "od", &od_cdevsw, -1 };
static struct cdevsw od_cdevsw =
{ odopen, odclose, rawread, rawwrite, /*70*/
OpenPOWER on IntegriCloud