From owner-cvs-all Wed Jan 2 15:52:55 2002 Delivered-To: cvs-all@freebsd.org Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by hub.freebsd.org (Postfix) with ESMTP id 23A2637B405; Wed, 2 Jan 2002 15:52:52 -0800 (PST) Received: from peter3.wemm.org ([12.232.27.13]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020102235251.UTZG20122.rwcrmhc53.attbi.com@peter3.wemm.org>; Wed, 2 Jan 2002 23:52:51 +0000 Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id g02Nqos30369; Wed, 2 Jan 2002 15:52:50 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 54E9039EC; Wed, 2 Jan 2002 15:52:50 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Josef Karthauser Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb ugen.c urio.c usb.c usb_port.h In-Reply-To: <200201022331.g02NV8J85508@freefall.freebsd.org> Date: Wed, 02 Jan 2002 15:52:50 -0800 From: Peter Wemm Message-Id: <20020102235250.54E9039EC@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Josef Karthauser wrote: > joe 2002/01/02 15:31:08 PST > > Modified files: > sys/dev/usb ugen.c urio.c usb.c usb_port.h > Log: > Revert uio.uio_td back to uio.uio_procp, using a #define in usb_port to > do the right thing on -current. If you are doing this for MFC'ing then I would rather this be the other way around. Add a #define on the RELENG_4 version. The reason is that at some point down the road RELENG_4 will be dead and so will uio_procp and we'll have legacy #define's hanging around. On the other hand, if you're doing this for NetBSD syncing then I guess that's a different thing. I suspect uio_procp will change there soon too. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message