cvs commit: src/sys/dev/netif/nfe if_nfe.c

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Fri Jul 11 22:49:31 PDT 2008


sephe       2008/07/11 22:48:32 PDT

DragonFly src repository

  Modified files:
    sys/dev/netif/nfe    if_nfe.c 
  Log:
  - Correct max segment size passed to various bus_dma_tag_create()
  - Pass softc's sysctl context to SYSCTL_ADD_INT
  - Allow jumbo frame allocation to fail during attach.  If jumbo frame
    allocation failed, then MTU was not allowed to set above ETHERMTU
  - Don't reinitialize device, if MTU is changed but the device is not
    running yet
  
  Revision  Changes    Path
  1.35      +32 -23    src/sys/dev/netif/nfe/if_nfe.c


http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/nfe/if_nfe.c.diff?r1=1.34&r2=1.35&f=u





More information about the Commits mailing list