diff options
| author | Jonathan Lemon <jlemon@FreeBSD.org> | 2003-03-04 23:19:55 +0000 |
|---|---|---|
| committer | Jonathan Lemon <jlemon@FreeBSD.org> | 2003-03-04 23:19:55 +0000 |
| commit | 1cafed3941f1a4e9d2beb4fb126e91018505dfd4 (patch) | |
| tree | f304f726e8973253d3e8a87e56119fec0276a61c /sys/dev/en | |
| parent | c141c242ac0a55a34b58cf2b06d13964d00507a4 (diff) | |
Notes
Diffstat (limited to 'sys/dev/en')
| -rw-r--r-- | sys/dev/en/midway.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/en/midway.c b/sys/dev/en/midway.c index ffcc6c96dfda..6c2ba95c00ea 100644 --- a/sys/dev/en/midway.c +++ b/sys/dev/en/midway.c @@ -3314,7 +3314,9 @@ int unit, level; printf(" %d cells trashed due almost full buffer\n", sc->ttrash); printf(" %d rx mbuf allocation failures\n", sc->rxmbufout); #ifdef NATM +#if 0 printf(" %d drops at natmintrq\n", natmintrq.ifq_drops); +#endif #ifdef NATM_STAT printf(" natmintr so_rcv: ok/drop cnt: %d/%d, ok/drop bytes: %d/%d\n", natm_sookcnt, natm_sodropcnt, natm_sookbytes, natm_sodropbytes); |
