diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-09-08 17:01:41 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-09-08 17:01:41 +0000 |
| commit | a35de5c8a73136a8826fb66f4f4dd5c46a0ea64c (patch) | |
| tree | 28f316134d6dac1aab33cb00fa17668cdef98749 | |
| parent | 2f89696765326449fcfe889f91d73ae79e5766b8 (diff) | |
Notes
| -rw-r--r-- | sys/cam/scsi/scsi_sa.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/cam/scsi/scsi_sa.c b/sys/cam/scsi/scsi_sa.c index d1d152755f52..225b32e4a7f5 100644 --- a/sys/cam/scsi/scsi_sa.c +++ b/sys/cam/scsi/scsi_sa.c @@ -342,7 +342,6 @@ DATA_SET(periphdriver_set, sadriver); #endif #define SA_CDEV_MAJOR 14 -#define SA_BDEV_MAJOR 5 static struct cdevsw sa_cdevsw = { /* open */ saopen, @@ -363,7 +362,7 @@ static struct cdevsw sa_cdevsw = { /* psize */ nopsize, /* flags */ D_TAPE, /* maxio */ 0, - /* bmaj */ SA_BDEV_MAJOR + /* bmaj */ -1 }; static struct extend_array *saperiphs; |
