Date: Wed, 1 Feb 2006 10:42:51 +0200 From: husnu demir <hdemir@metu.edu.tr> To: Gleb Smirnoff <glebius@freebsd.org> Cc: stable@freebsd.org, Oleg Bulyzhin <oleg@freebsd.org> Subject: Re: if_bge driver problem. - SOLVED Message-ID: <20060201084250.GA1007862@metu.edu.tr> In-Reply-To: <20060201072743.GL4297@cell.sick.ru> References: <20060131081435.GA1081452@metu.edu.tr> <20060131093625.GB88914@lath.rinet.ru> <20060131121637.GA495842@metu.edu.tr> <20060131122810.GF4297@cell.sick.ru> <20060131133111.GB495842@metu.edu.tr> <20060131141655.GA93396@lath.rinet.ru> <20060131142312.GA811046@metu.edu.tr> <20060201010543.GA98081@lath.rinet.ru> <20060201071121.GA168088@metu.edu.tr> <20060201072743.GL4297@cell.sick.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Feb 01, 2006 at 10:27:43AM +0300, Gleb Smirnoff wrote: > On Wed, Feb 01, 2006 at 09:11:22AM +0200, husnu demir wrote: > h> No I am not tired. We would like to be part of that, even like testers. I did try to compile but gave these error messages. I did not make CVSUP because of the pci error in the tree. > > You can CVSUP once more, the PCI issue is fixed already. > > h> Here is the error messages; > h> > h> cc -O2 -fno-strict-aliasing -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/METU/opt_global.h -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=8000 -fno-common -I/usr/obj/usr/src/sys/METU -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c /usr/src/sys/modules/bge/../../dev/bge/if_bge.c > h> /usr/src/sys/modules/bge/../../dev/bge/if_bge.c: In function `bge_poll_locked': > h> /usr/src/sys/modules/bge/../../dev/bge/if_bge.c:2749: error: structure has no member named `bge_link_evt' > h> /usr/src/sys/modules/bge/../../dev/bge/if_bge.c:2754: error: structure has no member named `bge_link_evt' > h> /usr/src/sys/modules/bge/../../dev/bge/if_bge.c: In function `bge_intr': > h> /usr/src/sys/modules/bge/../../dev/bge/if_bge.c:2806: error: structure has no member named `bge_link_evt' > h> /usr/src/sys/modules/bge/../../dev/bge/if_bge.c: In function `bge_tick_locked': > h> /usr/src/sys/modules/bge/../../dev/bge/if_bge.c:2857: error: structure has no member named `bge_link_evt' > h> /usr/src/sys/modules/bge/../../dev/bge/if_bge.c: In function `bge_link_upd': > h> /usr/src/sys/modules/bge/../../dev/bge/if_bge.c:3741: error: structure has no member named `bge_link_evt' > > Looks like the patch to if_bgereg.h wasn't applied. Can you reapply patches after > cvsup? > > -- > Totus tuus, Glebius. > GLEBIUS-RIPN GLEB-RIPE > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" OK. Everything works for now with polling and without polling enabled. It can see the carrier status and UP/DOWN the interface. Thanks for the help. Husnu Demir.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060201084250.GA1007862>