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

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Mar 16 21:00:38 PST 2004


dillon      2004/03/16 20:59:42 PST

DragonFly src repository

  Modified files:
    sys/dev/netif/em     LICENSE README if_em.c if_em.h if_em_hw.c 
                         if_em_hw.h if_em_osdep.h 
  Log:
  Update the 825xx GigE support.  Add a large number of new device id's and
  support for the 82541 (e.g. Intel PRO/1000 MT DESKTOP ADAPTER) and 82544.
  Also add sysctl support for various interrupt related delay parameters,
  and add workarounds for chip issues.
  
  In-Discussion-With: "Peter Avalos" <pavalos at xxxxxxxxxxxx>
  Submitted-by: Hiten Pandya <hmp at xxxxxxxxxxxxx>
  Adapted-from: FreeBSD-5
  
  Revision  Changes     Path
  1.3       +1 -1       src/sys/dev/netif/em/LICENSE
  1.3       +47 -7      src/sys/dev/netif/em/README
  1.8       +339 -50    src/sys/dev/netif/em/if_em.c
  1.4       +52 -16     src/sys/dev/netif/em/if_em.h
  1.4       +1362 -808  src/sys/dev/netif/em/if_em_hw.c
  1.4       +257 -161   src/sys/dev/netif/em/if_em_hw.h
  1.4       +28 -29     src/sys/dev/netif/em/if_em_osdep.h


http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/em/LICENSE.diff?r1=1.2&r2=1.3&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/em/README.diff?r1=1.2&r2=1.3&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/em/if_em.c.diff?r1=1.7&r2=1.8&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/em/if_em.h.diff?r1=1.3&r2=1.4&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/em/if_em_hw.c.diff?r1=1.3&r2=1.4&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/em/if_em_hw.h.diff?r1=1.3&r2=1.4&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/em/if_em_osdep.h.diff?r1=1.3&r2=1.4&f=h





More information about the Commits mailing list