From owner-cvs-src@FreeBSD.ORG Mon Oct 18 21:19:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE3DF16A4CE; Mon, 18 Oct 2004 21:19:10 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9DE343D49; Mon, 18 Oct 2004 21:19:10 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id i9ILJ9JR005398; Mon, 18 Oct 2004 14:19:09 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i9ILJ8mC005397; Mon, 18 Oct 2004 14:19:08 -0700 (PDT) (envelope-from obrien) Date: Mon, 18 Oct 2004 14:19:08 -0700 From: "David O'Brien" To: Poul-Henning Kamp Message-ID: <20041018211908.GA5367@dragon.nuxi.com> References: <20041018033709.GB5880@dragon.nuxi.com> <48226.1098078426@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48226.1098078426@critter.freebsd.dk> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pc98/pc98 sio.c src/sys/dev/sio sio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 21:19:11 -0000 Thanks, I'll commit it. Can you please add something to src/UPDATING?? On Mon, Oct 18, 2004 at 07:47:06AM +0200, Poul-Henning Kamp wrote: > Looks like it. > In message <20041018033709.GB5880@dragon.nuxi.com>, "David O'Brien" writes: > >On Wed, Oct 13, 2004 at 08:27:20AM +0000, Poul-Henning Kamp wrote: > >> phk 2004-10-13 08:27:20 UTC > >> FreeBSD src repository > >> > >> Modified files: > >> sys/pc98/pc98 sio.c > >> sys/dev/sio sio.c > >> Log: > >> Use generic tty code instead of local stuff. > >> NB: device names are now consistent: {cua,tty}d$(port)[.lock,.init] > > > >Is this the correct man page change?