From owner-cvs-src@FreeBSD.ORG Mon Mar 1 04:23:29 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 1143316A4CE; Mon, 1 Mar 2004 04:23:29 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4C2A43D2D; Mon, 1 Mar 2004 04:23:28 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id C85BC5309; Mon, 1 Mar 2004 13:23:27 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id A5DD15308; Mon, 1 Mar 2004 13:23:19 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 3565333C6B; Mon, 1 Mar 2004 13:23:19 +0100 (CET) To: Julian Elischer References: <200403010007.i2107QbD056747@repoman.freebsd.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Mon, 01 Mar 2004 13:23:19 +0100 Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 Makefile aue.4 kue.4 ohci.4 uaudio.4 ucom.4 ugen.4 uhci.4 uhid.4 uhidev.4 ukbd.4 ulpt.4 ums.4 urio.4 usb.4 uvisor.4 src/sys/conf files src/sys/dev/usb FILES devlist2h.awk hid.c hid.h if_aue.c if_auereg.h if_cue.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Mar 2004 12:23:29 -0000 Julian Elischer writes: > Log: > After Far too long, MFC something resembling the -current version of the > USB code. This will allow teh addition of USB-2 support to 4.10 and > simplify debugging as they had diverged too much. Do you ever test anything before you commit? cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototype= s -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-exte= nsions -ansi -nostdinc -I- -I. -I/other/tinderbox/RELENG_4/i386/i386/src/s= ys -I/other/tinderbox/RELENG_4/i386/i386/src/sys/../include -I/other/tinder= box/RELENG_4/i386/i386/src/sys/contrib/dev/acpica -I/other/tinderbox/RELENG= _4/i386/i386/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -fno= -builtin -mpreferred-stack-boundary=3D2 /other/tinderbox/RELENG_4/i386/i38= 6/src/sys/dev/usb/usbdi.c /other/tinderbox/RELENG_4/i386/i386/src/sys/dev/usb/usbdi.c: In function `u= sbd_do_request_flags_pipe': /other/tinderbox/RELENG_4/i386/i386/src/sys/dev/usb/usbdi.c:953: `curthread= ' undeclared (first use in this function) /other/tinderbox/RELENG_4/i386/i386/src/sys/dev/usb/usbdi.c:953: (Each unde= clared identifier is reported only once /other/tinderbox/RELENG_4/i386/i386/src/sys/dev/usb/usbdi.c:953: for each f= unction it appears in.) *** Error code 1 DES --=20 Dag-Erling Sm=F8rgrav - des@des.no