Re: Install 10.0-RC3 on MacBookPro Late 2013

2014-01-10 Thread Huang Wen Hui
Hi, I got one problem when I unplug/plug "Buffalo WLI-UC-GNM", it is USB WLAN. All USB devices become to disconnected after unplug and plug: ugen0.9: at usbus0 run0: <1.0> on usbus0 run0: MAC/BBP RT3070 (rev 0x0201), RF RT3020 (MIMO 1T1R), address 4c:e6:76:d4:c9:5e wlan0: Ethernet address: 4c:e6:

[head tinderbox] failure on sparc64/sparc64

2014-01-10 Thread FreeBSD Tinderbox
TB --- 2014-01-10 21:45:38 - tinderbox 2.20 running on freebsd-current.sentex.ca TB --- 2014-01-10 21:45:38 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2014

Re: FreeBSD 10-RC4: Got crash in igb driver

2014-01-10 Thread Jack Vogel
The changes to igb were to add IPV6 support which previously was only in ixgbe, the transmit path code came from that code base, we did not see this issue in testing. Its not a simple matter of a few lines of code, I think we need to go forward not back... I'll look at the code. Jack On Fri, Ja

Re: unused in_cksum_update() ?

2014-01-10 Thread Luigi Rizzo
On Fri, Jan 10, 2014 at 02:31:40PM +0400, Gleb Smirnoff wrote: > On Thu, Jan 09, 2014 at 08:21:14PM +0100, Luigi Rizzo wrote: > L> a lot of arch-specific headers (sys/${ARCH}/include/in_cksum.h) > L> have a lengthy definition for > L> > L>in_cksum_update(struct ip *ip) > L> > L> which seems c

Re: nanobsd / dd problem?

2014-01-10 Thread freebsdonline
mike wrote: Hi, On Mon, 9 Dec 2013, freebsdonline wrote: ... Theres also an issue with package management, the nanobsd script still uses pkg_add instead of pkg. for -current I've added cust_pkgng() to nanobsd.sh It needs to get called manually instead of cust_pkg() though. ( customize_cmd c

Re: Move 3G modem from u3g to uhso?

2014-01-10 Thread Lundberg, Johannes
Ah I see. Of course usb.conf is generated automatically :) I guess it is generated at make buildkernel and the new one can be found in obj folder? Here is the patch: Index: sys/dev/usb/net/uhso.c === --- sys/dev/usb/net/uhso.c(re

Re: FreeBSD 10-RC4: Got crash in igb driver

2014-01-10 Thread Gleb Smirnoff
Yonghyeon, On Fri, Jan 10, 2014 at 10:21:14AM +0900, Yonghyeon PYUN wrote: Y> > I experience some troubles with the igb device driver on FreeBSD 10-RC4. Y> > Y> > The kernel make a pagefault in the igb_tx_ctx_setup function when accessing to Y> > a IPv6 header. Y> > Y> > The network configur

Re: unused in_cksum_update() ?

2014-01-10 Thread Gleb Smirnoff
On Thu, Jan 09, 2014 at 08:21:14PM +0100, Luigi Rizzo wrote: L> a lot of arch-specific headers (sys/${ARCH}/include/in_cksum.h) L> have a lengthy definition for L> L> in_cksum_update(struct ip *ip) L> L> which seems completely unused in our source tree. L> Time to remove it perhaps ? L> L>

Re: FreeBSD 10-RC4: Got crash in igb driver

2014-01-10 Thread Yonghyeon PYUN
On Fri, Jan 10, 2014 at 09:37:33AM +0100, Fabien Thomas wrote: > > Le 10 janv. 2014 ? 02:21, Yonghyeon PYUN a ?crit : > > > On Thu, Jan 09, 2014 at 04:06:09PM +0100, Alexandre Martins wrote: > >> Dear, > >> > >> I experience some troubles with the igb device driver on FreeBSD 10-RC4. > >> > >>

Re: FreeBSD 10-RC4: Got crash in igb driver

2014-01-10 Thread Fabien Thomas
Le 10 janv. 2014 à 02:21, Yonghyeon PYUN a écrit : > On Thu, Jan 09, 2014 at 04:06:09PM +0100, Alexandre Martins wrote: >> Dear, >> >> I experience some troubles with the igb device driver on FreeBSD 10-RC4. >> >> The kernel make a pagefault in the igb_tx_ctx_setup function when accessing >>