From owner-freebsd-usb@FreeBSD.ORG Sun Jan 2 21:59:10 2005 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B0CA16A4CE for ; Sun, 2 Jan 2005 21:59:10 +0000 (GMT) Received: from pimout1-ext.prodigy.net (pimout1-ext.prodigy.net [207.115.63.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id D233843D46 for ; Sun, 2 Jan 2005 21:59:09 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [192.168.1.102] (adsl-216-100-134-143.dsl.snfc21.pacbell.net [216.100.134.143])j02Lx3jb243852; Sun, 2 Jan 2005 16:59:08 -0500 Message-ID: <41D86EA6.7040108@elischer.org> Date: Sun, 02 Jan 2005 13:59:02 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8a3) Gecko/20041017 X-Accept-Language: en, hu MIME-Version: 1.0 To: Randy Bush References: <20041228010938.GA39686@freebsd3.cimlogic.com.au> <20041230.111631.13597845.imp@bsdimp.com> <16853.27324.504672.6086@roam.psg.com> <1104542138.3084.9.camel@localhost> <41D67753.60202@elischer.org> <6e01203b0501011052ada0d9c@mail.gmail.com> <41D7203A.5080701@elischer.org> <41D72700.1040605@elischer.org> <16856.13874.617308.852948@roam.psg.com> In-Reply-To: <16856.13874.617308.852948@roam.psg.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: usb@freebsd.org Subject: Re: USB problems X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jan 2005 21:59:10 -0000 Randy Bush wrote: > apologies, but only time to test compile, not fix/revert > > >>any chance you could try revert ums.c back a while and see if doing so >>fixes the problem? The comment about ums.c was for tha chap who was having troubles with the usb mouse.. From memory, your problems are more general and I meant that you should take the whole of /sys/dev/usb from Dec 9 and try and isolate the checkin that produces the problem. UMS.c is likely not the problem. But thanks for trying.. julian > > > 1.70 > > cc -c -O -pipe -march=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror /usr/src/sys/dev/usb/ums.c > /usr/src/sys/dev/usb/ums.c: In function `ums_enable': > /usr/src/sys/dev/usb/ums.c:582: error: syntax error before '=' token > *** Error code 1 > > 1.71 > > cc -c -O -pipe -march=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror /usr/src/sys/dev/usb/ums.c > /usr/src/sys/dev/usb/ums.c: In function `ums_intr': > /usr/src/sys/dev/usb/ums.c:479: error: structure has no member named `dt' > /usr/src/sys/dev/usb/ums.c: In function `ums_enable': > /usr/src/sys/dev/usb/ums.c:582: error: structure has no member named `dt' > /usr/src/sys/dev/usb/ums.c: In function `ums_ioctl': > /usr/src/sys/dev/usb/ums.c:839: error: structure has no member named `dt' > /usr/src/sys/dev/usb/ums.c:842: error: structure has no member named `dt' > *** Error code 1 > > and by 1.72, the usb problems crash on boot > > randy > > _______________________________________________ > freebsd-usb@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-usb > To unsubscribe, send any mail to "freebsd-usb-unsubscribe@freebsd.org"