Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 May 2003 14:17:08 -0700 (PDT)
From:      Prafulla Deuskar <pdeuskar@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/em if_em.c if_em.h if_em_hw.c if_em_hw.h if_em_osdep.h
Message-ID:  <200305022117.h42LH8VD046042@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pdeuskar    2003/05/02 14:17:08 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/em           if_em.c if_em.h if_em_hw.c if_em_hw.h 
                         if_em_osdep.h 
  Log:
  - Bus DMA'fy the driver
  - Use htole* macros where appropriate so that the driver could work on non-x86 architectures
  - Use m_getcl() instead of MGETHDR/MCLGET macros
  Submitted by:   sam (Sam Leffler)
  
  Revision  Changes    Path
  1.23      +428 -235  src/sys/dev/em/if_em.c
  1.14      +30 -1     src/sys/dev/em/if_em.h
  1.8       +0 -0      src/sys/dev/em/if_em_hw.c
  1.9       +0 -0      src/sys/dev/em/if_em_hw.h
  1.11      +0 -0      src/sys/dev/em/if_em_osdep.h



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