diff options
| author | Mike Silbersack <silby@FreeBSD.org> | 2002-02-04 03:15:27 +0000 |
|---|---|---|
| committer | Mike Silbersack <silby@FreeBSD.org> | 2002-02-04 03:15:27 +0000 |
| commit | c9fbdd0fa451fdd7796918a1ac09244ab7dcd29b (patch) | |
| tree | 0898e85968cf487bb88aac56aac16cd9cdec8531 /sys/dev | |
| parent | 6a99036a7f72ccd41955b7216a03b2734c0a40b2 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/fxp/if_fxp.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index ce3bde3d4ec15..7fc36ba218843 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -1836,8 +1836,6 @@ fxp_add_rfabuf(struct fxp_softc *sc, struct mbuf *oldm) if (m != NULL) { MCLGET(m, M_DONTWAIT); if ((m->m_flags & M_EXT) == 0) { - device_printf(sc->dev, - "cluster allocation failed, packet dropped!\n"); m_freem(m); if (oldm == NULL) return 1; @@ -1845,8 +1843,6 @@ fxp_add_rfabuf(struct fxp_softc *sc, struct mbuf *oldm) m->m_data = m->m_ext.ext_buf; } } else { - device_printf(sc->dev, - "mbuf allocation failed, packet dropped!\n"); if (oldm == NULL) return 1; m = oldm; |
