Remove an unnecessicary bzero that was zeroing the softc's struct ifnet

pointer.

Submitted by:	brueffer
Reviewed by:	dfr
This commit is contained in:
Brooks Davis 2005-08-17 18:53:06 +00:00
parent 1a1fa3bd68
commit d3c497e1c8

View File

@ -175,7 +175,6 @@ fwip_attach(device_t dev)
if (ifp == NULL)
return (ENOSPC);
bzero(fwip, sizeof(struct fwip_softc));
/* XXX */
fwip->dma_ch = -1;