Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jan 2005 19:51:23 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/fe if_fe_pccard.c
Message-ID:  <200501211951.j0LJpNm0097517@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2005-01-21 19:51:23 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/fe           if_fe_pccard.c 
  Log:
  we don't need the offset in the attr memory to get the ethernet
  address, nor do we need the alignment requirements, so eliminate them.
  This likely means that we can now collapse some of the entries as we
  have no need of them anymore (they match other entries and were there
  only to get the right attr memory offset of the enet addr).
  
  Revision  Changes    Path
  1.22      +12 -14    src/sys/dev/fe/if_fe_pccard.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501211951.j0LJpNm0097517>