From owner-freebsd-current Sat Oct 14 21:28:52 2000 Delivered-To: freebsd-current@freebsd.org Received: from freebsd.netcom.com (freebsd.netcom.com [198.211.79.3]) by hub.freebsd.org (Postfix) with ESMTP id 5678937B502 for ; Sat, 14 Oct 2000 21:28:49 -0700 (PDT) Received: (from nc0548@localhost) by freebsd.netcom.com (8.8.8+Sun/8.8.8) id XAA02237 for freebsd-current@freebsd.org; Sat, 14 Oct 2000 23:29:03 -0500 (CDT) From: Mark Hittinger Message-Id: <200010150429.XAA02237@freebsd.netcom.com> Subject: re: today's -current xl0 wigs out To: freebsd-current@freebsd.org Date: Sat, 14 Oct 2000 23:29:03 -0500 (CDT) X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 Hittinger Earthlink bugs@freebsd.netcom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message