diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-03-26 12:41:29 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-03-26 12:41:29 +0000 |
commit | f83880518b12341c0e6c9decc990ade59c9eb911 (patch) | |
tree | ae1758acac671af37c31e933dbaac944bfce0391 /sys/dev/mlx/mlx_disk.c | |
parent | 0c8923e54bcdb2d1e1877349b5ba5440944c14ac (diff) | |
download | src-f83880518b12341c0e6c9decc990ade59c9eb911.tar.gz src-f83880518b12341c0e6c9decc990ade59c9eb911.zip |
Send the remains (such as I have located) of "block major numbers" to
the bit-bucket.
Notes
Notes:
svn path=/head/; revision=74810
Diffstat (limited to 'sys/dev/mlx/mlx_disk.c')
-rw-r--r-- | sys/dev/mlx/mlx_disk.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/mlx/mlx_disk.c b/sys/dev/mlx/mlx_disk.c index 3f19514e798b..365ac45057ad 100644 --- a/sys/dev/mlx/mlx_disk.c +++ b/sys/dev/mlx/mlx_disk.c @@ -58,7 +58,6 @@ static d_close_t mlxd_close; static d_strategy_t mlxd_strategy; static d_ioctl_t mlxd_ioctl; -#define MLXD_BDEV_MAJOR 27 #define MLXD_CDEV_MAJOR 131 static struct cdevsw mlxd_cdevsw = { @@ -75,7 +74,6 @@ static struct cdevsw mlxd_cdevsw = { /* dump */ nodump, /* psize */ nopsize, /* flags */ D_DISK, - /* bmaj */ MLXD_BDEV_MAJOR }; devclass_t mlxd_devclass; |