summaryrefslogtreecommitdiffstats
path: root/sys/dev/dgb
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/dgb
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/dgb')
-rw-r--r--sys/dev/dgb/dgb.c1
-rw-r--r--sys/dev/dgb/dgm.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/dgb/dgb.c b/sys/dev/dgb/dgb.c
index 818aad7..c675485 100644
--- a/sys/dev/dgb/dgb.c
+++ b/sys/dev/dgb/dgb.c
@@ -256,7 +256,6 @@ static struct cdevsw dgb_cdevsw = {
/* dump */ nodump,
/* psize */ nopsize,
/* flags */ D_TTY | D_KQFILTER,
- /* bmaj */ -1,
/* kqfilter */ ttykqfilter,
};
diff --git a/sys/dev/dgb/dgm.c b/sys/dev/dgb/dgm.c
index 0e0bcfe..2951e96 100644
--- a/sys/dev/dgb/dgm.c
+++ b/sys/dev/dgb/dgm.c
@@ -259,7 +259,6 @@ static struct cdevsw dgm_cdevsw = {
/* dump */ nodump,
/* psize */ nopsize,
/* flags */ D_TTY | D_KQFILTER,
- /* bmaj */ -1,
/* kqfilter */ ttykqfilter,
};
OpenPOWER on IntegriCloud