diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-11-04 08:49:51 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-11-04 08:49:51 +0000 |
| commit | 54056d2da9130dd182a89e961ef6d780c2ef5ca8 (patch) | |
| tree | dc4d0c9d197423bb871eb36361d3daefbe04fdd3 | |
| parent | 4bdc9660e5e84c13fbcc594f765b7cdbe75f255d (diff) | |
Notes
| -rw-r--r-- | sys/dev/cy/cy.c | 1 | ||||
| -rw-r--r-- | sys/dev/cy/cy_isa.c | 1 | ||||
| -rw-r--r-- | sys/i386/isa/cy.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c index 728ea0a32ada..20316adcd7c8 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 728ea0a32ada..20316adcd7c8 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); } diff --git a/sys/i386/isa/cy.c b/sys/i386/isa/cy.c index 728ea0a32ada..20316adcd7c8 100644 --- a/sys/i386/isa/cy.c +++ b/sys/i386/isa/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); } |
