From owner-freebsd-hackers Sat Jul 1 06:57:59 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA20388 for hackers-outgoing; Sat, 1 Jul 1995 06:57:59 -0700 Received: from fathergoose.net6c.io.org (fathergoose.net6c.io.org [204.92.6.86]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id GAA20381 for ; Sat, 1 Jul 1995 06:57:56 -0700 Received: (from kwong@localhost) by fathergoose.net6c.io.org (8.6.11/8.6.10) id JAA00234 for hackers@freebsd.org; Sat, 1 Jul 1995 09:54:08 -0400 From: Ken Wong Message-Id: <199507011354.JAA00234@fathergoose.net6c.io.org> Subject: sio driver problem To: hackers@freebsd.org Date: Sat, 1 Jul 1995 09:54:07 -0400 (EDT) X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 700 Sender: hackers-owner@freebsd.org Precedence: bulk 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