cvs commit: src/sys/dev/firewire firewire.c firewire.h firewirereg.h fwcrom.c fwdev.c fwdma.c fwmem.c fwmem.h fwohci.c fwohci_pci.c fwohcireg.h fwohcivar.h fwphyreg.h if_fwe.c sbp.c sbp.h sbp_targ.c src/sys/modules/firewire/sbp Makefile

Hidetoshi Shimokawa simokawa at FreeBSD.org
Fri Nov 14 03:34:30 PST 2003


simokawa    2003/11/14 03:34:29 PST

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    sys/dev/firewire     firewire.c firewire.h firewirereg.h 
                         fwcrom.c fwdev.c fwdma.c fwmem.c fwmem.h 
                         fwohci.c fwohci_pci.c fwohcireg.h 
                         fwohcivar.h if_fwe.c sbp.c 
    sys/modules/firewire/sbp Makefile 
  Added files:           (Branch: RELENG_4)
    sys/dev/firewire     fwphyreg.h sbp.h sbp_targ.c 
  Log:
  Sync with -current:
  - Major restruction of asynchronous receive API.
  - Add sbp_targ(4) code.
  - Add fwphy register definitions.
  - Enable core dump on sbp-2 device.
  - Add some tunables/sysctls.
  - Minor bug fixes and stability improvement.
  
  Revision  Changes    Path
  1.3.2.27  +272 -235  src/sys/dev/firewire/firewire.c
  1.2.2.11  +28 -7     src/sys/dev/firewire/firewire.h
  1.1.2.18  +38 -8     src/sys/dev/firewire/firewirereg.h
  1.2.2.4   +9 -5      src/sys/dev/firewire/fwcrom.c
  1.2.4.14  +85 -44    src/sys/dev/firewire/fwdev.c
  1.1.2.3   +3 -1      src/sys/dev/firewire/fwdma.c
  1.1.2.12  +152 -158  src/sys/dev/firewire/fwmem.c
  1.1.2.5   +5 -4      src/sys/dev/firewire/fwmem.h
  1.1.2.25  +66 -85    src/sys/dev/firewire/fwohci.c
  1.3.2.17  +5 -2      src/sys/dev/firewire/fwohci_pci.c
  1.2.2.10  +7 -7      src/sys/dev/firewire/fwohcireg.h
  1.1.2.8   +1 -0      src/sys/dev/firewire/fwohcivar.h
  1.1.2.1   +168 -0    src/sys/dev/firewire/fwphyreg.h (new)
  1.1.2.16  +27 -19    src/sys/dev/firewire/if_fwe.c
  1.5.2.25  +478 -374  src/sys/dev/firewire/sbp.c
  1.2.2.1   +202 -0    src/sys/dev/firewire/sbp.h (new)
  1.2.2.1   +1550 -0   src/sys/dev/firewire/sbp_targ.c (new)
  1.2.2.3   +1 -1      src/sys/modules/firewire/sbp/Makefile


More information about the cvs-src mailing list