diff options
author | phk <phk@FreeBSD.org> | 2001-03-26 12:41:29 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2001-03-26 12:41:29 +0000 |
commit | c47745e97713190e3da533b9d29b74b2ceee96f1 (patch) | |
tree | 6046a3f7ba5778a5ad444f6594e905caeb70379f /sys/dev/cy | |
parent | a95c2d852912f59fb8e69c1a812dabcaf04cfc23 (diff) | |
download | FreeBSD-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/cy')
-rw-r--r-- | sys/dev/cy/cy.c | 1 | ||||
-rw-r--r-- | sys/dev/cy/cy_isa.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c index 7d7671d..f5161a6 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 7d7671d..f5161a6 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, }; |