cvs commit: src/sys/dev/em if_em.c if_em.h
Gleb Smirnoff
glebius at FreeBSD.org
Thu Oct 20 02:55:50 PDT 2005
glebius 2005-10-20 09:55:49 UTC
FreeBSD src repository
Modified files:
sys/dev/em if_em.c if_em.h
Log:
Some more minor cleanups of em(4) driver:
- Destroy mutex in case of attach failure. [1]
- Lock properly em_watchdog(). [1]
- Lock properly em_sysctl_int_delay(). [1]
- Remove unused global adapter linked list.
- Remove unused dma_size field from struct em_dma_alloc.
- Do not touch interface statistics, that must be edited
only by upper layers. [1]
Submitted by: yongari [1]
Revision Changes Path
1.81 +10 -33 src/sys/dev/em/if_em.c
1.35 +0 -3 src/sys/dev/em/if_em.h
More information about the cvs-src
mailing list