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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message