Date: Wed, 19 Mar 2003 14:14:06 -0500 From: Jake Burkholder <jake@locore.ca> To: Nate Lawson <nate@root.org> Cc: current@FreeBSD.ORG, wpaul@FreeBSD.ORG Subject: Re: Updated if_* attach/detach patches Message-ID: <20030319141406.L76446@locore.ca> In-Reply-To: <Pine.BSF.4.21.0303191032480.12313-100000@root.org>; from nate@root.org on Wed, Mar 19, 2003 at 10:37:43AM -0800 References: <Pine.BSF.4.21.0303191032480.12313-100000@root.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Apparently, On Wed, Mar 19, 2003 at 10:37:43AM -0800, Nate Lawson said words to the effect of; > I have updated my patches for: > dc pcn rl sf sis sk ste ti tl vr wb xl > They have been compile tested but I only have an rl card so I'd appreciate > feedback. > > Patches are at: > http://www.root.org/~nate/freebsd/if_pci/ > > Clean up locking and resource management for pci/if_* > > - pcn: add missing bzero of softc > - wb: add missing bzero of softc > - xl: add missing bzero of softc FWIW, the softc is allocated with M_ZERO, and probably lots of drivers depend on this already. It might be better to just remove all bzero-ing of the softc. Jake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030319141406.L76446>