DragonFly BSD
DragonFly commits List (threaded) for 2005-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/dev/netif/axe if_axe.c


From: Sepherosa Ziehau <sephe@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 9 Sep 2005 07:15:06 -0700 (PDT)

sephe       2005/09/09 07:15:06 PDT

DragonFly src repository

  Modified files:
    sys/dev/netif/axe    if_axe.c 
  Log:
  Problem:
  "... I found that it will not send any ethernet frame where the size % 64 == 0
   For instance all of the following will timeout
    ping -s 22 <host>
    ping -s 86 <host>
    ping -s 150 <host>
   etc ..."
  
  Fix:
  Use USBD_FORCE_SHORT_XFER flag when setting up transmit transfers.
  
  Obtained-from: FreeBSD dev/usb/if_axe.c rev1.22
  Reviewed-by: joerg
  
  # The problem and fix was originally submitted to FreeBSD by
  # Andew Thompson <andy at fud.org.nz>
  
  Revision  Changes    Path
  1.15      +2 -1      src/sys/dev/netif/axe/if_axe.c


http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/axe/if_axe.c.diff?r1=1.14&r2=1.15&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]