mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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.
This commit is contained in:
parent
517dbe6673
commit
9b81514d7d
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue