summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/mcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/mcd.c')
-rw-r--r--sys/i386/isa/mcd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/i386/isa/mcd.c b/sys/i386/isa/mcd.c
index 837b4ce..6f8c0f7 100644
--- a/sys/i386/isa/mcd.c
+++ b/sys/i386/isa/mcd.c
@@ -209,9 +209,6 @@ static d_psize_t mcdsize;
static d_strategy_t mcdstrategy;
#define CDEV_MAJOR 29
-#define BDEV_MAJOR 7
-
-
static struct cdevsw mcd_cdevsw = {
/* open */ mcdopen,
@@ -227,7 +224,6 @@ static struct cdevsw mcd_cdevsw = {
/* dump */ nodump,
/* psize */ nopsize,
/* flags */ D_DISK,
- /* bmaj */ BDEV_MAJOR
};
#define mcd_put(port,byte) outb(port,byte)
OpenPOWER on IntegriCloud