Date: Sun, 2 Jan 2005 07:58:10 -1000 From: Randy Bush <randy@psg.com> To: Julian Elischer <julian@elischer.org> Cc: usb@freebsd.org Subject: Re: USB problems Message-ID: <16856.13874.617308.852948@roam.psg.com> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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? 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16856.13874.617308.852948>