summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_da.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cam/scsi/scsi_da.c')
-rw-r--r--sys/cam/scsi/scsi_da.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c
index aa2ff80..6f29732 100644
--- a/sys/cam/scsi/scsi_da.c
+++ b/sys/cam/scsi/scsi_da.c
@@ -243,19 +243,14 @@ static struct cdevsw da_cdevsw = {
/* read */ physread,
/* write */ physwrite,
/* ioctl */ daioctl,
- /* stop */ nostop,
- /* reset */ noreset,
- /* devtotty */ nodevtotty,
/* poll */ nopoll,
/* mmap */ nommap,
/* strategy */ dastrategy,
/* name */ "da",
- /* parms */ noparms,
/* maj */ DA_CDEV_MAJOR,
/* dump */ dadump,
/* psize */ dasize,
/* flags */ D_DISK,
- /* maxio */ 0,
/* bmaj */ DA_BDEV_MAJOR
};
OpenPOWER on IntegriCloud