Call to cdevsw_add() no longer needed.

This commit is contained in:
Poul-Henning Kamp 2001-11-04 08:49:51 +00:00
parent 4bdc9660e5
commit 54056d2da9
3 changed files with 0 additions and 3 deletions

View File

@ -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);
}

View File

@ -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);
}

View File

@ -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);
}