diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-09-08 18:45:52 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-09-08 18:45:52 +0000 |
| commit | 8072a14e83e510db3c16c6078fdf180f68e28591 (patch) | |
| tree | 262fff78f68559af401e4b70446ee6fb51b61428 | |
| parent | 5f83e348d82f4756c4e4d68a20ce72fb64391576 (diff) | |
Notes
| -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; |
