Re: if_rsu hardware causes a kernel panic on removal..

2014-05-22 Thread Hans Petter Selasky
On 05/21/14 23:23, Idwer Vollering wrote: 2014-05-21 19:35 GMT+02:00 Hans Petter Selasky h...@selasky.org: FYI: http://svnweb.freebsd.org/changeset/base/266505 --HPS Newer backtrace: http://ra.openbios.org/~idwer/freebsd/core.txt.0_fbsd-current-r266514-rsu-panic-insertion Hi, Try this:

Re: if_rsu hardware causes a kernel panic on removal..

2014-05-22 Thread Idwer Vollering
2014-05-22 13:51 GMT+02:00 Hans Petter Selasky h...@selasky.org: On 05/22/14 13:22, Idwer Vollering wrote: rsu0: timeout waiting for EMEM transfer Does this patch make any difference: === ./if_rsu.c == --- ./if_rsu.c

Re: if_rsu hardware causes a kernel panic on removal..

2014-05-22 Thread Hans Petter Selasky
On 05/22/14 20:34, Idwer Vollering wrote: Hi, This patch again improves its stability, but the interface keeps flapping: May 22 20:29:03 machete wpa_supplicant[2211]: ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Device not configured May 22 20:29:03 machete last message repeated 3 times May 22

Re: if_rsu hardware causes a kernel panic on removal..

2014-05-21 Thread Hans Petter Selasky
On 05/21/14 00:16, Idwer Vollering wrote: 2014-05-20 20:22 GMT+02:00 Hans Petter Selasky h...@selasky.org: Hi, Certainly, here it is: http://ra.openbios.org/~idwer/freebsd/core.txt.9_fbsd_10-stable_rsu-panic-on-insertion Idwer Does the attached patch make any difference? --HPS Yes, it

Re: if_rsu hardware causes a kernel panic on removal..

2014-05-21 Thread Idwer Vollering
2014-05-21 8:26 GMT+02:00 Hans Petter Selasky h...@selasky.org: Hi, Can you SVN up to: http://svnweb.freebsd.org/changeset/base/266484 at least, and compile a new kernel and modules without any additional patches. As said earlier, the only local change is 'int rsu_debug=5'. Then send

Re: if_rsu hardware causes a kernel panic on removal..

2014-05-21 Thread Hans Petter Selasky
On 05/21/14 16:23, Idwer Vollering wrote: 2014-05-21 8:26 GMT+02:00 Hans Petter Selasky h...@selasky.org: Hi, Can you SVN up to: http://svnweb.freebsd.org/changeset/base/266484 at least, and compile a new kernel and modules without any additional patches. As said earlier, the only local

Re: if_rsu hardware causes a kernel panic on removal..

2014-05-21 Thread Hans Petter Selasky
FYI: http://svnweb.freebsd.org/changeset/base/266505 --HPS ___ freebsd-wireless@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-wireless To unsubscribe, send any mail to freebsd-wireless-unsubscr...@freebsd.org

Re: if_rsu hardware causes a kernel panic on removal..

2014-05-21 Thread Idwer Vollering
2014-05-21 19:35 GMT+02:00 Hans Petter Selasky h...@selasky.org: FYI: http://svnweb.freebsd.org/changeset/base/266505 --HPS Newer backtrace: http://ra.openbios.org/~idwer/freebsd/core.txt.0_fbsd-current-r266514-rsu-panic-insertion ___

Re: if_rsu hardware causes a kernel panic on removal..

2014-05-20 Thread Idwer Vollering
2014-05-20 7:47 GMT+02:00 Hans Petter Selasky h...@selasky.org: On 05/19/14 23:21, Idwer Vollering wrote: ..while running a kernel that has rsu_debug set to 0. Line 1712: fault virtual address = 0x8040 core0.txt -

Re: if_rsu hardware causes a kernel panic on removal..

2014-05-20 Thread Hans Petter Selasky
Hi, Is your kernel built clean with modules? --HPS ___ freebsd-wireless@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-wireless To unsubscribe, send any mail to freebsd-wireless-unsubscr...@freebsd.org

Re: if_rsu hardware causes a kernel panic on removal..

2014-05-20 Thread Idwer Vollering
2014-05-20 17:56 GMT+02:00 Hans Petter Selasky h...@bitfrost.no: Hi, Is your kernel built clean with modules? --HPS Yes; earlier I passed -DNO_CLEAN, but build time is below ten minutes I'm compiling without that option. I've applied the patch you sent, expect results soon. Idwer

Re: if_rsu hardware causes a kernel panic on removal..

2014-05-20 Thread Idwer Vollering
2014-05-20 20:22 GMT+02:00 Hans Petter Selasky h...@selasky.org: Hi, Certainly, here it is: http://ra.openbios.org/~idwer/freebsd/core.txt.9_fbsd_10-stable_rsu-panic-on-insertion Idwer Does the attached patch make any difference? --HPS Yes, it seems to improve the situation.