diff options
author | phk <phk@FreeBSD.org> | 2001-03-26 12:41:29 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2001-03-26 12:41:29 +0000 |
commit | c47745e97713190e3da533b9d29b74b2ceee96f1 (patch) | |
tree | 6046a3f7ba5778a5ad444f6594e905caeb70379f /sys/cam/scsi/scsi_da.c | |
parent | a95c2d852912f59fb8e69c1a812dabcaf04cfc23 (diff) | |
download | FreeBSD-src-c47745e97713190e3da533b9d29b74b2ceee96f1.zip FreeBSD-src-c47745e97713190e3da533b9d29b74b2ceee96f1.tar.gz |
Send the remains (such as I have located) of "block major numbers" to
the bit-bucket.
Diffstat (limited to 'sys/cam/scsi/scsi_da.c')
-rw-r--r-- | sys/cam/scsi/scsi_da.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c index cdd70d2..5b5956f 100644 --- a/sys/cam/scsi/scsi_da.c +++ b/sys/cam/scsi/scsi_da.c @@ -302,7 +302,6 @@ static struct periph_driver dadriver = PERIPHDRIVER_DECLARE(da, dadriver); #define DA_CDEV_MAJOR 13 -#define DA_BDEV_MAJOR 4 /* For 2.2-stable support */ #ifndef D_DISK @@ -323,7 +322,6 @@ static struct cdevsw da_cdevsw = { /* dump */ dadump, /* psize */ nopsize, /* flags */ D_DISK, - /* bmaj */ DA_BDEV_MAJOR }; static struct cdevsw dadisk_cdevsw; |