summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/wt.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-09-08 18:45:58 +0000
committerphk <phk@FreeBSD.org>1999-09-08 18:45:58 +0000
commit5d43b3e6d7b21c5b1d15e660afbba4c708c6393e (patch)
treeb6e8952f639eb28bcb22005cedf6bd7527de05f1 /sys/i386/isa/wt.c
parent606c94160331f47f8e968f2deab769b4a8d89964 (diff)
downloadFreeBSD-src-5d43b3e6d7b21c5b1d15e660afbba4c708c6393e.zip
FreeBSD-src-5d43b3e6d7b21c5b1d15e660afbba4c708c6393e.tar.gz
Don't register a bmajor.
Diffstat (limited to 'sys/i386/isa/wt.c')
-rw-r--r--sys/i386/isa/wt.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/i386/isa/wt.c b/sys/i386/isa/wt.c
index 6cb7a13..735869c 100644
--- a/sys/i386/isa/wt.c
+++ b/sys/i386/isa/wt.c
@@ -183,8 +183,6 @@ static d_ioctl_t wtioctl;
static d_strategy_t wtstrategy;
#define CDEV_MAJOR 10
-#define BDEV_MAJOR 3
-
static struct cdevsw wt_cdevsw = {
/* open */ wtopen,
@@ -205,7 +203,7 @@ static struct cdevsw wt_cdevsw = {
/* psize */ nopsize,
/* flags */ 0,
/* maxio */ 0,
- /* bmaj */ BDEV_MAJOR
+ /* bmaj */ -1
};
OpenPOWER on IntegriCloud