Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Oct 2007 17:39:47 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/usb if_zydreg.h
Message-ID:  <200710151739.l9FHdlRQ082815@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sam         2007-10-15 17:39:47 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          if_zydreg.h 
  Log:
  fix a bug of RX routines that can't process multi-frame transactions
  properly due to the shortage of the RX buffer size.  In a case of zyd
  devices, up to 3 frames can be combined in an USB transaction.  So, RX
  buffer should be at least ((MCLBYTES + extra structs) * 3)
  
  Submitted by:   Weongyo Jeong <weongyo.jeong@gmail.com>
  MFC after:      3 days
  
  Revision  Changes    Path
  1.2       +3 -2      src/sys/dev/usb/if_zydreg.h



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