summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2004-02-16 17:43:57 +0000
committermjacob <mjacob@FreeBSD.org>2004-02-16 17:43:57 +0000
commit23f27f388b35279bd6bbc5a52527033dbe8977df (patch)
tree00054e5676ae454ea188a8a7adc19e417c30cbe5 /sys/dev/isp
parent349bb30cb998b7cfd0491763bcf4f4ba1549f06b (diff)
downloadFreeBSD-src-23f27f388b35279bd6bbc5a52527033dbe8977df.zip
FreeBSD-src-23f27f388b35279bd6bbc5a52527033dbe8977df.tar.gz
We aren't D_TAPE. We aren't anything. The reasons why this was ever set
at all is lost in the mists of time.
Diffstat (limited to 'sys/dev/isp')
-rw-r--r--sys/dev/isp/isp_freebsd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c
index 857b62d..2e70f53 100644
--- a/sys/dev/isp/isp_freebsd.c
+++ b/sys/dev/isp/isp_freebsd.c
@@ -57,7 +57,6 @@ static struct cdevsw isp_cdevsw = {
.d_ioctl = ispioctl,
.d_name = "isp",
.d_maj = ISP_CDEV_MAJOR,
- .d_flags = D_TAPE,
};
static struct ispsoftc *isplist = NULL;
OpenPOWER on IntegriCloud