diff options
author | phk <phk@FreeBSD.org> | 2001-11-04 08:49:51 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2001-11-04 08:49:51 +0000 |
commit | bc99f2e3a94d6ee1568d62a971f225a16524d1af (patch) | |
tree | dc4d0c9d197423bb871eb36361d3daefbe04fdd3 /sys/dev/cy | |
parent | a37dfe62e8ce9f97f14f3de592be3390fb84c127 (diff) | |
download | FreeBSD-src-bc99f2e3a94d6ee1568d62a971f225a16524d1af.zip FreeBSD-src-bc99f2e3a94d6ee1568d62a971f225a16524d1af.tar.gz |
Call to cdevsw_add() no longer needed.
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 728ea0a..20316ad 100644 --- a/sys/dev/cy/cy.c +++ b/sys/dev/cy/cy.c @@ -629,7 +629,6 @@ cyattach_common(cy_iobase, cy_align) splx(s); if (sio_ih == NULL) { - cdevsw_add(&sio_cdevsw); swi_add(&tty_ithd, "tty:cy", siopoll, NULL, SWI_TTY, 0, &sio_ih); } diff --git a/sys/dev/cy/cy_isa.c b/sys/dev/cy/cy_isa.c index 728ea0a..20316ad 100644 --- a/sys/dev/cy/cy_isa.c +++ b/sys/dev/cy/cy_isa.c @@ -629,7 +629,6 @@ cyattach_common(cy_iobase, cy_align) splx(s); if (sio_ih == NULL) { - cdevsw_add(&sio_cdevsw); swi_add(&tty_ithd, "tty:cy", siopoll, NULL, SWI_TTY, 0, &sio_ih); } |