aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2004-02-16 17:43:57 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2004-02-16 17:43:57 +0000
commit9b81514d7d787bcf81bb424d48c5c9a38565d892 (patch)
tree00054e5676ae454ea188a8a7adc19e417c30cbe5
parent517dbe6673d6db4188a9a728a56b957169c19c91 (diff)
Notes
-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 857b62d790777..2e70f53532fa1 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;