Re: 9.1-REL Supermicro H8DCL-iF kernel panic

2013-04-03 Thread John Baldwin
On Monday, April 01, 2013 12:29:46 pm Xin Li wrote: Yes, this is a bandaid and the right fix should be refactor the code a little bit to make sure that no interrupt handler is installed before the driver have done other initializations but I don't have hardware that can reproduce this issue

9.1-REL Supermicro H8DCL-iF kernel panic

2013-04-01 Thread Ryan McIntosh
This has been brought up before for a different board, none specifically mentioned this one nor the if_em driver (it was if_igb before on a X8DTU-6+ board). References: http://lists.freebsd.org/pipermail/freebsd-stable/2011-September/063958.html

Re: 9.1-REL Supermicro H8DCL-iF kernel panic

2013-04-01 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 4/1/13 12:04 AM, Ryan McIntosh wrote: This has been brought up before for a different board, none specifically mentioned this one nor the if_em driver (it was if_igb before on a X8DTU-6+ board). References:

Re: 9.1-REL Supermicro H8DCL-iF kernel panic

2013-04-01 Thread Ryan McIntosh
I could try that patch, however that was intended for if_igb.c which for my system (and the panic's are almost identical except if_em for me) I'd have to apply that fix to if_em.c and I haven't looked at the source just yet. If you can give me a patch I'll do apply and test it shortly though.

Re: 9.1-REL Supermicro H8DCL-iF kernel panic

2013-04-01 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 4/1/13 12:34 AM, Ryan McIntosh wrote: I could try that patch, however that was intended for if_igb.c which for my system (and the panic's are almost identical except if_em for me) I'd have to apply that fix to if_em.c and I haven't looked at

Re: 9.1-REL Supermicro H8DCL-iF kernel panic

2013-04-01 Thread Ryan McIntosh
I can confirm that works as intended. I appreciate the prompt response and it looks like there's a real fix. For google reference for anyone else searching.. Motherboard: Supermicro H8DCL-iF OS: FreeBSD 9.1-RELEASE Boot message: panic: m_getzone: m_getjcl: invalid cluster type cpuid = 0 KBD:

Re: 9.1-REL Supermicro H8DCL-iF kernel panic

2013-04-01 Thread Jeremy Chadwick
On Mon, Apr 01, 2013 at 05:45:48AM -0400, Ryan McIntosh wrote: I can confirm that works as intended. I appreciate the prompt response and it looks like there's a real fix. For google reference for anyone else searching.. Motherboard: Supermicro H8DCL-iF OS: FreeBSD 9.1-RELEASE Boot

Re: 9.1-REL Supermicro H8DCL-iF kernel panic

2013-04-01 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 4/1/13 5:25 AM, Jeremy Chadwick wrote: On Mon, Apr 01, 2013 at 05:45:48AM -0400, Ryan McIntosh wrote: I can confirm that works as intended. I appreciate the prompt response and it looks like there's a real fix. For google reference for

Re: 9.1-REL Supermicro H8DCL-iF kernel panic

2013-04-01 Thread Jeremy Chadwick
On Mon, Apr 01, 2013 at 09:29:46AM -0700, Xin Li wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 4/1/13 5:25 AM, Jeremy Chadwick wrote: On Mon, Apr 01, 2013 at 05:45:48AM -0400, Ryan McIntosh wrote: I can confirm that works as intended. I appreciate the prompt response and it

Re: 9.1-REL Supermicro H8DCL-iF kernel panic

2013-04-01 Thread Ryan McIntosh
I had to get some sleep lol. Yes Jeremy, I do completely understand that and likewise FreeBSD was unusable without any type of semi-hack fix, let alone fixing it properly, as without msix the system was pretty slow. If you'd like access or are up for trying to fix the driver I'm all for being a