From owner-freebsd-hackers Thu May 1 06:29:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA23860 for hackers-outgoing; Thu, 1 May 1997 06:29:27 -0700 (PDT) Received: from tornado.cisco.com (tornado.cisco.com [171.69.104.22]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id GAA23855 for ; Thu, 1 May 1997 06:29:25 -0700 (PDT) Received: from bmcgover-pc.cisco.com (bmcgover-pc.cisco.com [171.69.104.147]) by tornado.cisco.com (8.6.12/8.6.5) with ESMTP id JAA20189; Thu, 1 May 1997 09:23:49 -0400 Received: from bmcgover-pc.cisco.com (localhost.cisco.com [127.0.0.1]) by bmcgover-pc.cisco.com (8.8.5/8.8.5) with ESMTP id JAA02432; Thu, 1 May 1997 09:28:50 -0400 (EDT) Message-Id: <199705011328.JAA02432@bmcgover-pc.cisco.com> To: Brian Somers cc: hackers@freebsd.org Subject: Re: PPPd oddity when changing baud rate In-reply-to: Your message of "Thu, 01 May 1997 02:21:19 BST." <199705010121.CAA23259@awfulhak.demon.co.uk> Date: Thu, 01 May 1997 09:28:49 -0400 From: Brian McGovern Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk It turned out to be an issue in the ioctl() routine where an errant return value from (I think) ttioctl (I'd have to pull my code up to look at it) would cause a return before the hardware would get reset to the new value. It looks kind of strange, but at least I have it working now. In short - my bad :) -Brian