diff options
| author | David Greenman <dg@FreeBSD.org> | 1998-10-11 06:28:54 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1998-10-11 06:28:54 +0000 |
| commit | 91aa9f9055099be20a53f5db6f6a8d6e0861d0f6 (patch) | |
| tree | b7ebf9d288f67032a0c11e3933456640211ff58d /sys/dev/fxp | |
| parent | 3c343fc0675eac177c5290f712019c5cbd5b8a76 (diff) | |
Notes
Diffstat (limited to 'sys/dev/fxp')
| -rw-r--r-- | sys/dev/fxp/if_fxp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index 50527d4f39955..750e268c8abe3 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_fxp.c,v 1.55 1998/08/04 08:53:12 dg Exp $ + * $Id: if_fxp.c,v 1.56 1998/10/10 19:26:40 dg Exp $ */ /* @@ -641,6 +641,7 @@ fxp_attach_common(sc, enaddr) M_DEVBUF, M_NOWAIT); if (sc->cbl_base == NULL) goto fail; + bzero(sc->cbl_base, sizeof(struct fxp_cb_tx) * FXP_NTXCB); sc->fxp_stats = malloc(sizeof(struct fxp_stats), M_DEVBUF, M_NOWAIT); if (sc->fxp_stats == NULL) |
