mdodd 2003/03/27 12:38:00 PST
FreeBSD src repository
Modified files:
sys/dev/ie if_ie.c
Log:
- Rely on ether_ifattach() to initialize part of our struct ifnet
rather than doing it ourself.
- Set ifq_maxlen.
- Include the size of the ethernet header when we allocate
our mbuf chain in ieget().
Revision Changes Path
1.89 +17 -23 src/sys/dev/ie/if_ie.c