summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdc
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2001-03-26 12:41:29 +0000
committerphk <phk@FreeBSD.org>2001-03-26 12:41:29 +0000
commitc47745e97713190e3da533b9d29b74b2ceee96f1 (patch)
tree6046a3f7ba5778a5ad444f6594e905caeb70379f /sys/dev/fdc
parenta95c2d852912f59fb8e69c1a812dabcaf04cfc23 (diff)
downloadFreeBSD-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/fdc')
-rw-r--r--sys/dev/fdc/fdc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/fdc/fdc.c b/sys/dev/fdc/fdc.c
index 04bffb0..4b7789b 100644
--- a/sys/dev/fdc/fdc.c
+++ b/sys/dev/fdc/fdc.c
@@ -315,7 +315,6 @@ static d_ioctl_t fdioctl;
static d_strategy_t fdstrategy;
#define CDEV_MAJOR 9
-#define BDEV_MAJOR 2
static struct cdevsw fd_cdevsw = {
/* open */ Fdopen,
@@ -331,7 +330,6 @@ static struct cdevsw fd_cdevsw = {
/* dump */ nodump,
/* psize */ nopsize,
/* flags */ D_DISK,
- /* bmaj */ BDEV_MAJOR
};
static int
OpenPOWER on IntegriCloud