aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2001-03-26 12:41:29 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2001-03-26 12:41:29 +0000
commitf83880518b12341c0e6c9decc990ade59c9eb911 (patch)
treeae1758acac671af37c31e933dbaac944bfce0391 /sys/geom
parent0c8923e54bcdb2d1e1877349b5ba5440944c14ac (diff)
downloadsrc-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/geom')
-rw-r--r--sys/geom/geom_ccd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/geom/geom_ccd.c b/sys/geom/geom_ccd.c
index 13964a39276c..57067f2966ff 100644
--- a/sys/geom/geom_ccd.c
+++ b/sys/geom/geom_ccd.c
@@ -167,7 +167,6 @@ static d_psize_t ccdsize;
#define NCCDFREEHIWAT 16
#define CDEV_MAJOR 74
-#define BDEV_MAJOR 21
static struct cdevsw ccd_cdevsw = {
/* open */ ccdopen,
@@ -183,7 +182,6 @@ static struct cdevsw ccd_cdevsw = {
/* dump */ ccddump,
/* psize */ ccdsize,
/* flags */ D_DISK,
- /* bmaj */ BDEV_MAJOR
};
/* called during module initialization */