Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2002 02:58:21 -0800 (PST)
From:      Hidetoshi Shimokawa <simokawa@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/modules Makefile src/sys/dev/firewire firewire.c firewire.h firewire_phy.h firewirebusreg.h firewirereg.h 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 ...
Message-ID:  <200211031058.gA3AwLnr045389@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
simokawa    2002/11/03 02:58:21 PST

  Modified files:        (Branch: RELENG_4)
    sys/modules          Makefile 
  Added files:           (Branch: RELENG_4)
    sys/dev/firewire     firewire.c firewire.h firewire_phy.h 
                         firewirebusreg.h firewirereg.h 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 
    sys/modules/firewire Makefile 
    sys/modules/firewire/firewire Makefile 
    sys/modules/firewire/fwe Makefile 
    sys/modules/firewire/sbp Makefile 
  Log:
  MFC: FireWire related drivers.
  
  Revision    Changes    Path
  1.3.2.1     +3246 -0   src/sys/dev/firewire/firewire.c (new)
  1.2.2.1     +571 -0    src/sys/dev/firewire/firewire.h (new)
  1.1.2.1     +87 -0     src/sys/dev/firewire/firewire_phy.h (new)
  1.1.2.1     +38 -0     src/sys/dev/firewire/firewirebusreg.h (new)
  1.1.2.1     +349 -0    src/sys/dev/firewire/firewirereg.h (new)
  1.1.2.1     +254 -0    src/sys/dev/firewire/fwmem.c (new)
  1.1.2.1     +47 -0     src/sys/dev/firewire/fwmem.h (new)
  1.1.2.1     +2649 -0   src/sys/dev/firewire/fwohci.c (new)
  1.3.2.1     +309 -0    src/sys/dev/firewire/fwohci_pci.c (new)
  1.2.2.1     +399 -0    src/sys/dev/firewire/fwohcireg.h (new)
  1.1.2.1     +70 -0     src/sys/dev/firewire/fwohcivar.h (new)
  1.1.2.1     +92 -0     src/sys/dev/firewire/iec13213.h (new)
  1.1.2.1     +74 -0     src/sys/dev/firewire/iec68113.h (new)
  1.1.2.1     +597 -0    src/sys/dev/firewire/if_fwe.c (new)
  1.1.2.1     +53 -0     src/sys/dev/firewire/if_fwevar.h (new)
  1.5.2.1     +2214 -0   src/sys/dev/firewire/sbp.c (new)
  1.110.2.59  +1 -0      src/sys/modules/Makefile
  1.2.2.1     +8 -0      src/sys/modules/firewire/Makefile (new)
  1.2.2.1     +25 -0     src/sys/modules/firewire/firewire/Makefile (new)
  1.2.2.1     +14 -0     src/sys/modules/firewire/fwe/Makefile (new)
  1.2.2.1     +15 -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?200211031058.gA3AwLnr045389>