Date: Mon, 9 Jul 2007 14:42:48 -0500 From: "Larry Rosenman" <ler@lerctr.org> To: "'Warner Losh'" <imp@FreeBSD.org>, <src-committers@FreeBSD.org>, <cvs-src@FreeBSD.org>, <cvs-all@FreeBSD.org> Subject: RE: cvs commit: src/sys/dev/usb if_rue.c Message-ID: <023401c7c261$5ab499b0$101dcd10$@org> In-Reply-To: <200707091658.l69Gw8MG080618@repoman.freebsd.org> References: <200707091658.l69Gw8MG080618@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
===> rue (all) cc -O1 -pipe -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/BORG/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -fno-omit-frame-pointer -I/usr/obj/usr/src/sys/BORG -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c /usr/src/sys/modules/rue/../../dev/usb/if_rue.c /usr/src/sys/modules/rue/../../dev/usb/if_rue.c: In function 'rue_attach': /usr/src/sys/modules/rue/../../dev/usb/if_rue.c:598: error: 'struct rue_softc' has no member named 'rue_tick_task' /usr/src/sys/modules/rue/../../dev/usb/if_rue.c:598: error: 'struct rue_softc' has no member named 'rue_tick_task' /usr/src/sys/modules/rue/../../dev/usb/if_rue.c:598: warning: left-hand operand of comma expression has no effect /usr/src/sys/modules/rue/../../dev/usb/if_rue.c:598: error: 'struct rue_softc' has no member named 'rue_tick_task' /usr/src/sys/modules/rue/../../dev/usb/if_rue.c:598: warning: left-hand operand of comma expression has no effect /usr/src/sys/modules/rue/../../dev/usb/if_rue.c: In function 'rue_detach': /usr/src/sys/modules/rue/../../dev/usb/if_rue.c:710: error: 'struct rue_softc' has no member named 'rue_tick_task' /usr/src/sys/modules/rue/../../dev/usb/if_rue.c: In function 'rue_tick': /usr/src/sys/modules/rue/../../dev/usb/if_rue.c:931: error: 'struct rue_softc' has no member named 'rue_tick_task' *** Error code 1 Stop in /usr/src/sys/modules/rue. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/BORG. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ^C[1] + Done(1) make buildkernel >make.bk.out 2>&1 & # -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: ler@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 -----Original Message----- From: owner-cvs-all@freebsd.org [mailto:owner-cvs-all@freebsd.org] On Behalf Of Warner Losh Sent: Monday, July 09, 2007 11:58 AM To: src-committers@FreeBSD.org; cvs-src@FreeBSD.org; cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb if_rue.c imp 2007-07-09 16:58:08 UTC FreeBSD src repository Modified files: sys/dev/usb if_rue.c Log: When all the other drivers were converted to scheduling a taskqueue to do the heavy lifting of the 'mii_tick' function, rue was left behind. Implement this in a naive way. Reports from the field show this makes the driver functional with some locking issues, as opposed to an instant panic. Those will be addressed in a later version of the driver. Approved by: re@ (bmah) Revision Changes Path 1.40 +18 -0 src/sys/dev/usb/if_rue.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?023401c7c261$5ab499b0$101dcd10$>