diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2004-02-16 17:43:57 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2004-02-16 17:43:57 +0000 |
| commit | 9b81514d7d787bcf81bb424d48c5c9a38565d892 (patch) | |
| tree | 00054e5676ae454ea188a8a7adc19e417c30cbe5 /sys/dev/isp | |
| parent | 517dbe6673d6db4188a9a728a56b957169c19c91 (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp')
| -rw-r--r-- | sys/dev/isp/isp_freebsd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c index 857b62d79077..2e70f53532fa 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; |
