Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2003 21:26:45 -0800 (PST)
From:      Hidetoshi Shimokawa <simokawa@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/firewire firewire.c firewirereg.h fwdev.c fwohci.c fwohcivar.h if_fwe.c sbp.c src/usr.sbin/fwcontrol Makefile fwcontrol.8 fwcontrol.c fwdv.c
Message-ID:  <200301240526.h0O5QjnC033887@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
simokawa    2003/01/23 21:26:45 PST

  Modified files:        (Branch: RELENG_4)
    sys/dev/firewire     firewire.c firewirereg.h fwdev.c fwohci.c 
                         fwohcivar.h if_fwe.c sbp.c 
    usr.sbin/fwcontrol   Makefile fwcontrol.8 fwcontrol.c 
  Added files:           (Branch: RELENG_4)
    usr.sbin/fwcontrol   fwdv.c 
  Log:
  Sync with -current:
  - Exploit cycleMatch register for IT DMA start.
  - Improve memory allocation.
  - Fix bus manager election process and add sysctl for it.
  - Ignore stale interrupt.
  - Header file improvements.
  - Check invalid SID length.
  - Add debug messages.
  - Add DV support for fwcontrol.
  
  Revision  Changes    Path
  1.3.2.10  +54 -51    src/sys/dev/firewire/firewire.c
  1.1.2.6   +85 -77    src/sys/dev/firewire/firewirereg.h
  1.2.4.5   +20 -11    src/sys/dev/firewire/fwdev.c
  1.1.2.9   +168 -96   src/sys/dev/firewire/fwohci.c
  1.1.2.4   +3 -0      src/sys/dev/firewire/fwohcivar.h
  1.1.2.5   +2 -2      src/sys/dev/firewire/if_fwe.c
  1.5.2.8   +4 -4      src/sys/dev/firewire/sbp.c
  1.1.2.2   +1 -1      src/usr.sbin/fwcontrol/Makefile
  1.1.2.3   +34 -0     src/usr.sbin/fwcontrol/fwcontrol.8
  1.1.2.3   +25 -10    src/usr.sbin/fwcontrol/fwcontrol.c
  1.2.2.1   +403 -0    src/usr.sbin/fwcontrol/fwdv.c (new)

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?200301240526.h0O5QjnC033887>