Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2002 05:31:58 -0700 (PDT)
From:      Katsushi Kobayashi <ikob@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/man/man4 firewire.4 fwohci.4 sbp.4 src/sys/modules/firewire Makefile src/sys/modules/firewire/firewire Makefile src/sys/modules/firewire/fwe Makefile src/sys/modules/firewire/sbp Makefile src/sys/dev/firewire ...
Message-ID:  <200209131231.g8DCVw9O065196@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ikob        2002/09/13 05:31:58 PDT

  Added files:
    share/man/man4       firewire.4 sbp.4 fwohci.4 
    sys/modules/firewire Makefile 
    sys/modules/firewire/firewire Makefile 
    sys/modules/firewire/fwe Makefile 
    sys/modules/firewire/sbp Makefile 
    sys/dev/firewire     00README bus_mgm.c firewire.c firewire.h 
                         firewire_phy.h firewirebusreg.h 
                         firewirereg.h fw_tap.c fwmem.c fwmem.h 
                         fwohci.c fwohci_pci.c fwohcireg.h 
                         fwohcivar.h iec13213.h iec68113.h 
                         if_fwe.c if_fwevar.h sbp.c 
  Log:
  Initial import for IEEE1394 OHCI chipdet device driver and SBP-2 (Serial
  Bus Protocol 2:SCSI over IEEE1394) support for CAM.
  
  Revision  Changes    Path
  1.1       +89 -0     src/share/man/man4/firewire.4 (new)
  1.1       +73 -0     src/share/man/man4/fwohci.4 (new)
  1.1       +86 -0     src/share/man/man4/sbp.4 (new)
  1.1       +155 -0    src/sys/dev/firewire/00README (new)
  1.1       +456 -0    src/sys/dev/firewire/bus_mgm.c (new)
  1.1       +3245 -0   src/sys/dev/firewire/firewire.c (new)
  1.1       +565 -0    src/sys/dev/firewire/firewire.h (new)
  1.1       +87 -0     src/sys/dev/firewire/firewire_phy.h (new)
  1.1       +38 -0     src/sys/dev/firewire/firewirebusreg.h (new)
  1.1       +349 -0    src/sys/dev/firewire/firewirereg.h (new)
  1.1       +219 -0    src/sys/dev/firewire/fw_tap.c (new)
  1.1       +254 -0    src/sys/dev/firewire/fwmem.c (new)
  1.1       +47 -0     src/sys/dev/firewire/fwmem.h (new)
  1.1       +2649 -0   src/sys/dev/firewire/fwohci.c (new)
  1.1       +294 -0    src/sys/dev/firewire/fwohci_pci.c (new)
  1.1       +394 -0    src/sys/dev/firewire/fwohcireg.h (new)
  1.1       +70 -0     src/sys/dev/firewire/fwohcivar.h (new)
  1.1       +92 -0     src/sys/dev/firewire/iec13213.h (new)
  1.1       +74 -0     src/sys/dev/firewire/iec68113.h (new)
  1.1       +597 -0    src/sys/dev/firewire/if_fwe.c (new)
  1.1       +53 -0     src/sys/dev/firewire/if_fwevar.h (new)
  1.1       +2214 -0   src/sys/dev/firewire/sbp.c (new)
  1.1       +8 -0      src/sys/modules/firewire/Makefile (new)
  1.1       +29 -0     src/sys/modules/firewire/firewire/Makefile (new)
  1.1       +19 -0     src/sys/modules/firewire/fwe/Makefile (new)
  1.1       +20 -0     src/sys/modules/firewire/sbp/Makefile (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?200209131231.g8DCVw9O065196>