aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cy
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/dev/cy
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/dev/cy')
-rw-r--r--sys/dev/cy/cy.c1
-rw-r--r--sys/dev/cy/cy_isa.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c
index 7d7671d9419b..f5161a6f4eb3 100644
--- a/sys/dev/cy/cy.c
+++ b/sys/dev/cy/cy.c
@@ -406,7 +406,6 @@ static struct cdevsw sio_cdevsw = {
/* dump */ nodump,
/* psize */ nopsize,
/* flags */ D_TTY | D_KQFILTER,
- /* bmaj */ -1,
/* kqfilter */ ttykqfilter,
};
diff --git a/sys/dev/cy/cy_isa.c b/sys/dev/cy/cy_isa.c
index 7d7671d9419b..f5161a6f4eb3 100644
--- a/sys/dev/cy/cy_isa.c
+++ b/sys/dev/cy/cy_isa.c
@@ -406,7 +406,6 @@ static struct cdevsw sio_cdevsw = {
/* dump */ nodump,
/* psize */ nopsize,
/* flags */ D_TTY | D_KQFILTER,
- /* bmaj */ -1,
/* kqfilter */ ttykqfilter,
};