cvs commit: src/sys/dev/em if_em.c if_em.h if_em_hw.c if_em_hw.h if_em_osdep.h

Prafulla Deuskar pdeuskar at FreeBSD.org
Fri May 2 14:17:10 PDT 2003


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


More information about the cvs-src mailing list