Re: today's -current xl0 wigs out

2000-10-15 Thread Jonathan Lemon
In article local.mail.freebsd-current/[EMAIL PROTECTED] you write: Well getting rid of the leftover splimp() didn't clear up the problem. Maybe we need to move the mtx_init and XL_LOCK up to where the splimp() was. Change the last XL_LOCK in xl_intr() into an XL_UNLOCK. -- Jonathan To

re: today's -current xl0 wigs out

2000-10-14 Thread Mark Hittinger
In if_xl.c at the very beginning of xl_attach() it looks like there is a leftover splimp(). Bill seems to have replaced all the others with a LOCK macro. Further down in xl_attach there is a LOCK macro so maybe we just have to remove that leftover splimp(). Trying that now. Later Mark