diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-09-14 03:19:42 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-09-14 03:19:42 +0000 |
| commit | 35b8b2ddab5ea905ea69b7502570b2d57d58d21a (patch) | |
| tree | 690921950f0a7be0eec5e54ec388838cdd76d271 /sys/dev/cy | |
| parent | ea8ef05f7ef47f04b00beaa5ce5e290fc982393c (diff) | |
Notes
Diffstat (limited to 'sys/dev/cy')
| -rw-r--r-- | sys/dev/cy/cy.c | 4 | ||||
| -rw-r--r-- | sys/dev/cy/cy_isa.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c index 40f0bf33c44a1..b56fc423849b4 100644 --- a/sys/dev/cy/cy.c +++ b/sys/dev/cy/cy.c @@ -27,7 +27,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: cy.c,v 1.52 1997/09/01 07:45:25 fsmp Exp $ + * $Id: cy.c,v 1.53 1997/09/03 01:50:24 bde Exp $ */ #include "cy.h" @@ -381,7 +381,7 @@ static d_devtotty_t siodevtotty; static struct cdevsw sio_cdevsw = { sioopen, sioclose, sioread, siowrite, sioioctl, siostop, noreset, siodevtotty, - ttselect, nommap, NULL, driver_name, + ttpoll, nommap, NULL, driver_name, NULL, -1, }; diff --git a/sys/dev/cy/cy_isa.c b/sys/dev/cy/cy_isa.c index 40f0bf33c44a1..b56fc423849b4 100644 --- a/sys/dev/cy/cy_isa.c +++ b/sys/dev/cy/cy_isa.c @@ -27,7 +27,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: cy.c,v 1.52 1997/09/01 07:45:25 fsmp Exp $ + * $Id: cy.c,v 1.53 1997/09/03 01:50:24 bde Exp $ */ #include "cy.h" @@ -381,7 +381,7 @@ static d_devtotty_t siodevtotty; static struct cdevsw sio_cdevsw = { sioopen, sioclose, sioread, siowrite, sioioctl, siostop, noreset, siodevtotty, - ttselect, nommap, NULL, driver_name, + ttpoll, nommap, NULL, driver_name, NULL, -1, }; |
