From owner-freebsd-commit Sun Jul 30 14:59:14 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id OAA25196 for commit-outgoing; Sun, 30 Jul 1995 14:59:14 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id OAA25103 for cvs-sys-outgoing; Sun, 30 Jul 1995 14:57:48 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id OAA25096 ; Sun, 30 Jul 1995 14:57:34 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id HAA18270; Mon, 31 Jul 1995 07:55:13 +1000 Date: Mon, 31 Jul 1995 07:55:13 +1000 From: Bruce Evans Message-Id: <199507302155.HAA18270@godzilla.zeta.org.au> To: bde@zeta.org.au, davidg@Root.COM Subject: Re: cvs commit: src/sys/kern tty.c Cc: CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com Sender: commit-owner@FreeBSD.org Precedence: bulk > There have been 14 commits to tty.c since it was branched for 2.1. I'm >slowly beginning to think that we should consider taking the bulk of the fixes >rather than doing this piece-meal. Many of the fixes are important and most of >them seem to be intertwined. Some of the changes are matched with changes to >sio.c and other serial drivers...so these changes must be brought in, too. > I'd like to hear other opinions about this. They are actually layered so that the drivers are usable after each commit. This has been tested more than I originally intended because it has taken so long to commit everything. Each layer of course may depend on the intertwining of the previous layers, so it would be easier to bring in everything. Wait for several more layers anyway. Bruce