Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Mar 2003 21:06:44 -0800 (PST)
From:      Hidetoshi Shimokawa <simokawa@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/firewire firewire.c firewire.h firewirereg.h fwdev.c fwohci.c if_fwe.c if_fwevar.h
Message-ID:  <200303060506.h2656iVe047820@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
simokawa    2003/03/05 21:06:44 PST

  FreeBSD src repository

  Modified files:
    sys/dev/firewire     firewire.c firewire.h firewirereg.h 
                         fwdev.c fwohci.c if_fwe.c if_fwevar.h 
  Log:
  MFp4(simokawa_sbp)
  
  Improve if_fwe performance.
  - Simplify mbuf handling by using bulkxfer.
          Now, it uses mbuf clusters for RX buffer as usual ethernet drivers.
  - Recycle struct xfer buffer and don't call malloc at runtime.
  - Count input and output errors.
  - Handle a mbuf chain longer than 6 correctly.
  - Increase queue length.
  
  Revision  Changes    Path
  1.44      +1 -0      src/sys/dev/firewire/firewire.c
  1.11      +1 -1      src/sys/dev/firewire/firewire.h
  1.22      +2 -0      src/sys/dev/firewire/firewirereg.h
  1.25      +7 -6      src/sys/dev/firewire/fwdev.c
  1.44      +37 -10    src/sys/dev/firewire/fwohci.c
  1.11      +143 -84   src/sys/dev/firewire/if_fwe.c
  1.2       +2 -1      src/sys/dev/firewire/if_fwevar.h

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?200303060506.h2656iVe047820>