From owner-cvs-all Sat Oct 14 13:49:25 2000 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 419CB37B66E; Sat, 14 Oct 2000 13:49:20 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id HAA00133; Sun, 15 Oct 2000 07:49:16 +1100 Date: Sun, 15 Oct 2000 07:49:10 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Bill Paul Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_dc.c if_dcreg.h if_pcn.c if_pcnreg.h if_rl.c if_rlreg.h if_sf.c if_sfreg.h if_sis.c if_sisreg.h if_sk.c if_skreg.h if_ti.c if_tireg.h if_tl.c if_tlreg.h if_vr.c if_vrreg.h if_wb.c if_wbreg.h if_xl.c if_xlreg.h In-Reply-To: <200010131754.KAA51561@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 13 Oct 2000, Bill Paul wrote: > wpaul 2000/10/13 10:54:22 PDT > > Modified files: > sys/pci if_dc.c if_dcreg.h if_pcn.c if_pcnreg.h > if_rl.c if_rlreg.h if_sf.c if_sfreg.h > if_sis.c if_sisreg.h if_sk.c if_skreg.h > if_ti.c if_tireg.h if_tl.c if_tlreg.h > if_vr.c if_vrreg.h if_wb.c if_wbreg.h > if_xl.c if_xlreg.h > Log: > First round of converting network drivers from spls to mutexes. This > takes care of all the 10/100 and gigE PCI drivers that I've done. > Next will be the wireless drivers, then the USB ones. I may pick up > some stragglers along the way. I'm sort of playing this by ear: if > anyone spots any places where I've screwed up horribly, please let me > know. It seems premature to me. Since spls have no effect, it is impossible to test any replacement for them. The kernel essentially runs entirely at the old splhigh(). This has apparently already caused problems in the ahc driver. Driver interrupt handling that works in -current might not work in -stable, because interrupts can actually occur in -stable. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message