cvs commit: src/sys/conf files src/usr.sbin/fwcontrol Makefile fwcontrol.c fwcrom.c fwdv.c src/sys/dev/firewire firewire.c firewire.h firewire_phy.h firewirereg.h fwcrom.c fwdev.c fwdma.c fwdma.h fwmem.c fwmem.h fwohci.c fwohci_pci.c fwohcireg.h ...

Hidetoshi Shimokawa simokawa at FreeBSD.org
Sun Apr 27 20:29:21 PDT 2003


simokawa    2003/04/27 20:29:20 PDT

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    sys/conf             files 
    usr.sbin/fwcontrol   Makefile fwcontrol.c fwdv.c 
    sys/dev/firewire     firewire.c firewire.h firewire_phy.h 
                         firewirereg.h fwcrom.c fwdev.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 
    sys/modules/firewire Makefile.inc 
    sys/modules/firewire/firewire Makefile 
    sys/modules/firewire/fwe Makefile 
  Added files:           (Branch: RELENG_4)
    sys/dev/firewire     fwdma.c fwdma.h 
  Removed files:         (Branch: RELENG_4)
    usr.sbin/fwcontrol   fwcrom.c 
  Log:
  Sync with -current:
  
  - Busdma conversion.
  - Use natural byte order for IEEE1394 packet headers.
  
  SBP related:
  - Fix for multiple unit directories in a configuration ROM.
  - Increase size of tagged queue.
  
  and many changes and cleanups.
  
  Revision     Changes    Path
  1.340.2.136  +1 -0      src/sys/conf/files
  1.3.2.20     +236 -314  src/sys/dev/firewire/firewire.c
  1.2.2.8      +84 -179   src/sys/dev/firewire/firewire.h
  1.1.2.2      +0 -2      src/sys/dev/firewire/firewire_phy.h
  1.1.2.13     +23 -72    src/sys/dev/firewire/firewirereg.h
  1.2.2.2      +355 -10   src/sys/dev/firewire/fwcrom.c
  1.2.4.11     +108 -357  src/sys/dev/firewire/fwdev.c
  1.1.2.1      +208 -0    src/sys/dev/firewire/fwdma.c (new)
  1.1.2.1      +116 -0    src/sys/dev/firewire/fwdma.h (new)
  1.1.2.9      +30 -42    src/sys/dev/firewire/fwmem.c
  1.1.2.4      +1 -1      src/sys/dev/firewire/fwmem.h
  1.1.2.18     +785 -787  src/sys/dev/firewire/fwohci.c
  1.3.2.11     +73 -26    src/sys/dev/firewire/fwohci_pci.c
  1.2.2.6      +103 -59   src/sys/dev/firewire/fwohcireg.h
  1.1.2.6      +26 -13    src/sys/dev/firewire/fwohcivar.h
  1.1.2.3      +97 -39    src/sys/dev/firewire/iec13213.h
  1.1.2.4      +46 -7     src/sys/dev/firewire/iec68113.h
  1.1.2.11     +34 -69    src/sys/dev/firewire/if_fwe.c
  1.1.2.3      +1 -1      src/sys/dev/firewire/if_fwevar.h
  1.5.2.17     +349 -375  src/sys/dev/firewire/sbp.c
  1.1.2.2      +1 -0      src/sys/modules/firewire/Makefile.inc
  1.2.2.5      +1 -1      src/sys/modules/firewire/firewire/Makefile
  1.2.2.2      +1 -0      src/sys/modules/firewire/fwe/Makefile
  1.1.2.4      +2 -0      src/usr.sbin/fwcontrol/Makefile
  1.1.2.7      +19 -7     src/usr.sbin/fwcontrol/fwcontrol.c
  1.1.2.3      +0 -255    src/usr.sbin/fwcontrol/fwcrom.c (dead)
  1.2.2.4      +3 -3      src/usr.sbin/fwcontrol/fwdv.c


More information about the cvs-src mailing list