diff options
| -rw-r--r-- | sys/dev/ata/atapi-tape.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/atapi-tape.c b/sys/dev/ata/atapi-tape.c index ce3d6ff347f1..7c6427f24c0f 100644 --- a/sys/dev/ata/atapi-tape.c +++ b/sys/dev/ata/atapi-tape.c @@ -72,7 +72,7 @@ static struct cdevsw ast_cdevsw = { /* psize */ nopsize, /* flags */ D_TAPE, /* maxio */ 0, - /* bmaj */ 33 + /* bmaj */ -1 }; static u_int32_t ast_total = 0; |
