From owner-cvs-src@FreeBSD.ORG Mon Mar 1 10:45:00 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 9EBCC16A4CE; Mon, 1 Mar 2004 10:45:00 -0800 (PST) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7F4543D2D; Mon, 1 Mar 2004 10:44:59 -0800 (PST) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (rwcrmhc13) with ESMTP id <200403011844590150048hpme>; Mon, 1 Mar 2004 18:44:59 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id KAA60765; Mon, 1 Mar 2004 10:44:57 -0800 (PST) Message-Id: <200403011844.KAA60765@InterJet.elischer.org> Date: Mon, 1 Mar 2004 10:44:56 -0800 (PST) From: Julian Elischer To: Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?= cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Julian Elischer cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 Makefile aue.4 kue.4 ohci.4 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 18:45:00 -0000 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 ... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE I compiled LINT and fount and removed (I thought) this. and I made all the modules.=20 I tested all the devices I have I asked everyone interested to test. I compiled LINT again on the checked out version of this and this popped up. (not sure how it got back into the patch) and I fixed it. probably well before you sent this email. It's already fixed. On Mon, 1 Mar 2004, Dag-Erling [iso-8859-1] Sm=F8rgrav wrote: > 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. >=20 > Do you ever test anything before you commit? >=20 > cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototy= pes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-ex= tensions -ansi -nostdinc -I- -I. -I/other/tinderbox/RELENG_4/i386/i386/src= /sys -I/other/tinderbox/RELENG_4/i386/i386/src/sys/../include -I/other/tind= erbox/RELENG_4/i386/i386/src/sys/contrib/dev/acpica -I/other/tinderbox/RELE= NG_4/i386/i386/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -f= no-builtin -mpreferred-stack-boundary=3D2 /other/tinderbox/RELENG_4/i386/i= 386/src/sys/dev/usb/usbdi.c > /other/tinderbox/RELENG_4/i386/i386/src/sys/dev/usb/usbdi.c: In function = `usbd_do_request_flags_pipe': > /other/tinderbox/RELENG_4/i386/i386/src/sys/dev/usb/usbdi.c:953: `curthre= ad' undeclared (first use in this function) > /other/tinderbox/RELENG_4/i386/i386/src/sys/dev/usb/usbdi.c:953: (Each un= declared identifier is reported only once > /other/tinderbox/RELENG_4/i386/i386/src/sys/dev/usb/usbdi.c:953: for each= function it appears in.) > *** Error code 1 >=20 > DES > --=20 > Dag-Erling Sm=F8rgrav - des@des.no >=20