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/dev/ida/ida_disk.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/dev/ida/ida_disk.c')
-rw-r--r-- | sys/dev/ida/ida_disk.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/ida/ida_disk.c b/sys/dev/ida/ida_disk.c index 257cc30..f307c68 100644 --- a/sys/dev/ida/ida_disk.c +++ b/sys/dev/ida/ida_disk.c @@ -65,7 +65,6 @@ static d_close_t idad_close; static d_strategy_t idad_strategy; static d_dump_t idad_dump; -#define IDAD_BDEV_MAJOR 29 #define IDAD_CDEV_MAJOR 109 static struct cdevsw id_cdevsw = { @@ -82,7 +81,6 @@ static struct cdevsw id_cdevsw = { /* dump */ idad_dump, /* psize */ nopsize, /* flags */ D_DISK, - /* bmaj */ IDAD_BDEV_MAJOR }; static devclass_t idad_devclass; |