Date: Sat, 1 Jul 1995 09:54:07 -0400 (EDT) From: Ken Wong <kwong@fathergoose.net6c.io.org> To: hackers@freebsd.org Subject: sio driver problem Message-ID: <199507011354.JAA00234@fathergoose.net6c.io.org>
next in thread | raw e-mail | index | archive | help
greeting I just installed 2.0.5 Release and have 2 things to post here 1) I am not sure if someone is already discover this, found a bug in the serial card driver. in the sioopen function ( line 802 of sio.c ) a line if (!com->active_out) { it should be if (com->active_out) { 2) this is about the callin and callout problem: a getty is running on ttyd1. a call is make to a ppp provider then do a pppd /dev/cuaa1 57600 but the pppd complained: pppd[187]:ioctl(TIOCSCTTY) operation not permitted again this only happen when getty is running on same port. otherwise It works fine. any reply please cc to kwong@fathergoose.net6c.io.org since I might miss some of the hackers email. regards ken
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199507011354.JAA00234>