cvs commit: src/sys/arm/at91 if_ate.c
Olivier Houchard
cognet at FreeBSD.org
Mon Feb 6 14:17:43 PST 2006
cognet 2006-02-06 22:17:42 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 if_ate.c
Log:
- Call mii_phy_probe() after we allocated an ifp. mii has this evil
hack where it assumes the first field of the driver softc is the struct
ifnet, and it copies its value in mii_phy_probe().
- In the interrupt handler, set the mbuf m_len field on packet receive.
Revision Changes Path
1.2 +4 -2 src/sys/arm/at91/if_ate.c
More information about the cvs-src
mailing list