Re: svn commit: r200268 - head/sys/dev/e1000

2009-12-15 Thread Lawrence Stewart
Jack Vogel wrote: Fixed in the commit today. Test again please. Jack On Sun, Dec 13, 2009 at 8:49 PM, Lawrence Stewart > wrote: [picking a recent e1000 commit] Hi Jack, I'm getting the following panic on head r200376 on my HP DC7800 work desktop

Re: svn commit: r200268 - head/sys/dev/e1000

2009-12-14 Thread Jack Vogel
Fixed in the commit today. Test again please. Jack On Sun, Dec 13, 2009 at 8:49 PM, Lawrence Stewart wrote: > [picking a recent e1000 commit] > > Hi Jack, > > I'm getting the following panic on head r200376 on my HP DC7800 work > desktop: > > mtx_lock() of spin mutex &dev_spec->swflag_mutex @ >

Re: svn commit: r200268 - head/sys/dev/e1000

2009-12-13 Thread Lawrence Stewart
[picking a recent e1000 commit] Hi Jack, I'm getting the following panic on head r200376 on my HP DC7800 work desktop: mtx_lock() of spin mutex &dev_spec->swflag_mutex @ /usr/src/sys/dev/e1000/e1000_ich8lan.c:651 I don't experience the panic with an 8.0-RELEASE kernel. Anything obviously

svn commit: r200268 - head/sys/dev/e1000

2009-12-08 Thread Jack F Vogel
Author: jfv Date: Tue Dec 8 18:54:37 2009 New Revision: 200268 URL: http://svn.freebsd.org/changeset/base/200268 Log: Remove phantom line of code that somehow slipped into the checkin. Modified: head/sys/dev/e1000/if_igb.c Modified: head/sys/dev/e1000/if_igb.c