From 9b81514d7d787bcf81bb424d48c5c9a38565d892 Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Mon, 16 Feb 2004 17:43:57 +0000 Subject: [PATCH] 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. --- sys/dev/isp/isp_freebsd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c index 857b62d7907..2e70f53532f 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;