freebsd-dev/sys/dev/cy
Bruce Evans ae5e131ac8 Avoid duplicating ttselect() so that we don't have to change cyselect()
when ttselect() is improved.  This requires using an array of tty structs
and not using ttymalloc().

Fix an off by 1 error.  Some caclulations seem to be off by a factor
of NCY.  NCY defaults to 16, which gives 256 tty structs occupying
0xd000 bytes.  The minor number encoding only allows 16 ttys.

Update the types of timeout functions to 2.0.
1995-02-15 18:41:41 +00:00
..
cy_isa.c Avoid duplicating ttselect() so that we don't have to change cyselect() 1995-02-15 18:41:41 +00:00
cy.c Avoid duplicating ttselect() so that we don't have to change cyselect() 1995-02-15 18:41:41 +00:00