Date: Mon, 6 Feb 2006 22:17:42 +0000 (UTC) From: Olivier Houchard <cognet@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/arm/at91 if_ate.c Message-ID: <200602062217.k16MHgYc009166@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602062217.k16MHgYc009166>
