Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 May 2007 08:00:22 +0000 (UTC)
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 firewirereg.h fwdev.c fwohci.c fwohcireg.h if_fwip.c sbp.c sbp_targ.c
Message-ID:  <200705070800.l4780M9A050797@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
simokawa    2007-05-07 08:00:22 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/firewire     firewire.c firewirereg.h fwdev.c fwohci.c 
                         fwohcireg.h if_fwip.c sbp.c sbp_targ.c 
  Log:
  MFC:
  - Simplify tlabel handling.
  - Remove unused fw_asybusy().
  - Add a sysctl knob to disable cycle master mode and add some comments.
  - Fix broken userland API for async packets.
  - Fix typo in recv spd.
  - Update state in fw_xferq_dorain() after removed from the send queue.
  - Remove unnecessary 'goto err;".
  - Improve asynchronous packet receive process.
  
  Revision  Changes    Path
  1.80.2.6  +83 -110   src/sys/dev/firewire/firewire.c
  1.37.2.4  +11 -16    src/sys/dev/firewire/firewirereg.h
  1.46.2.5  +184 -93   src/sys/dev/firewire/fwdev.c
  1.81.2.4  +77 -33    src/sys/dev/firewire/fwohci.c
  1.22.2.1  +5 -0      src/sys/dev/firewire/fwohcireg.h
  1.7.2.6   +0 -1      src/sys/dev/firewire/if_fwip.c
  1.81.2.3  +4 -20     src/sys/dev/firewire/sbp.c
  1.8.2.2   +4 -19     src/sys/dev/firewire/sbp_targ.c



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