Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2003 21:59:40 -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 firewire.h firewirereg.h fwdev.c fwohci.c fwohcireg.h if_fwe.c sbp.c src/usr.sbin/fwcontrol fwcontrol.8 fwcontrol.c fwdv.c
Message-ID:  <200301290559.h0T5xe78033952@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
simokawa    2003/01/28 21:59:40 PST

  Modified files:        (Branch: RELENG_4)
    sys/dev/firewire     firewire.c firewire.h firewirereg.h 
                         fwdev.c fwohci.c fwohcireg.h if_fwe.c 
                         sbp.c 
    usr.sbin/fwcontrol   fwcontrol.8 fwcontrol.c fwdv.c 
  Log:
  Sync with -current:
  
  kernel
  - Merge little and big endian case.
  - Remove FW_SSTDV ioctl.
  - Change API of FW_GDEVLST ioctl.
  - Improve IT/IR DMA queue management.
  - Wait 1 sec for DMA stop in fwohci_i{t,r}x_disable() before freeing buffers.
  - Split db.desc.cmd into desc.control and desc.reqcount.
  - Allow multiple packets read/write for IR/IT to reduce system call.
  - Remove unused variables.
  
  userland
  - Explot multiple packets read/write for IR/IT to reduce system call.
  - Search free device node to open.
  
  Revision  Changes    Path
  1.3.2.11  +2 -175    src/sys/dev/firewire/firewire.c
  1.2.2.4   +143 -221  src/sys/dev/firewire/firewire.h
  1.1.2.7   +6 -8      src/sys/dev/firewire/firewirereg.h
  1.2.4.6   +87 -76    src/sys/dev/firewire/fwdev.c
  1.1.2.10  +318 -293  src/sys/dev/firewire/fwohci.c
  1.2.2.4   +34 -33    src/sys/dev/firewire/fwohcireg.h
  1.1.2.6   +9 -6      src/sys/dev/firewire/if_fwe.c
  1.5.2.9   +0 -38     src/sys/dev/firewire/sbp.c
  1.1.2.4   +7 -1      src/usr.sbin/fwcontrol/fwcontrol.8
  1.1.2.4   +49 -30    src/usr.sbin/fwcontrol/fwcontrol.c
  1.2.2.2   +120 -90   src/usr.sbin/fwcontrol/fwdv.c

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?200301290559.h0T5xe78033952>