Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Feb 2002 09:31:33 -0800 (PST)
From:      Prafulla Deuskar <pdeuskar@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/man/man4 em.4 src/sys/dev/em if_em.c if_em.h if_em_fxhw.c if_em_fxhw.h if_em_osdep.h if_em_phy.c if_em_phy.h src/sys/modules/em Makefile
Message-ID:  <200202221731.g1MHVX042014@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
pdeuskar    2002/02/22 09:31:33 PST

  Modified files:        (Branch: RELENG_4)
    share/man/man4       em.4 
    sys/dev/em           if_em.c if_em.h if_em_fxhw.c if_em_fxhw.h 
                         if_em_osdep.h if_em_phy.c if_em_phy.h 
    sys/modules/em       Makefile 
  Log:
  MFC:
  - Added support for receive in multiple
      descriptors. This simplifies code for jumbo frames.
  - Cleaned up coding conventions to make code more unix-like.
  - Cleaned up code in if_em_fxhw.c and if_em_phy.c.
      Added relevant comments.
  
  Revision  Changes      Path
  1.2.2.3   +72 -80      src/share/man/man4/em.4
  1.2.2.2   +367 -804    src/sys/dev/em/if_em.c
  1.1.2.3   +15 -144     src/sys/dev/em/if_em.h
  1.2.2.2   +1872 -1319  src/sys/dev/em/if_em_fxhw.c
  1.1.2.2   +1203 -1291  src/sys/dev/em/if_em_fxhw.h
  1.1.2.2   +70 -30      src/sys/dev/em/if_em_osdep.h
  1.1.2.2   +1403 -1081  src/sys/dev/em/if_em_phy.c
  1.1.2.2   +358 -388    src/sys/dev/em/if_em_phy.h
  1.1.2.2   +2 -1        src/sys/modules/em/Makefile

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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