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 2005-08-17 18:53:06 +00:00
parent ead946f89d
commit b39261ae82

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;