diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-10-16 20:22:56 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-10-16 20:22:56 +0000 |
| commit | 733634738ed6c3de9cd7937fdecdcaaa5555b03f (patch) | |
| tree | 136df2f5eb3978a913bbef50def66e4c0eb9606d /sys/dev/cy | |
| parent | a9c76d92d2f1973701e47abbb31b9c53d10a0efd (diff) | |
Notes
Diffstat (limited to 'sys/dev/cy')
| -rw-r--r-- | sys/dev/cy/cy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c index d6fe330938ec..75acea55ea09 100644 --- a/sys/dev/cy/cy.c +++ b/sys/dev/cy/cy.c @@ -433,7 +433,7 @@ cyattach_common(cy_addr cy_iobase, int cy_align) swi_add(&clk_ithd, "cy", cypoll, NULL, SWI_CLOCK, 0, &cy_slow_ih); } - ttycreate(tp, NULL, 0, MINOR_CALLOUT, "c%r%r", + ttycreate(tp, TS_CALLOUT, "c%r%r", adapter, unit % CY_MAX_PORTS); } } |
