cvs commit: src/sys/dev/firewire firewire.h firewirereg.h fwdev.c fwohci.c

Hidetoshi Shimokawa simokawa at FreeBSD.org
Thu Jul 31 21:51:23 PDT 2003


simokawa    2003/07/31 21:51:21 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/firewire     firewire.h firewirereg.h fwdev.c fwohci.c 
  Log:
  Clean up fwdev.
  
  Allocate iso DMA channel dynamically.  This allows us to have more
  /dev/fw* than number of DMA channels for asyn. transactions and etc.
  
  Revision  Changes    Path
  1.13      +2 -2      src/sys/dev/firewire/firewire.h
  1.28      +1 -1      src/sys/dev/firewire/firewirereg.h
  1.30      +225 -209  src/sys/dev/firewire/fwdev.c
  1.59      +7 -0      src/sys/dev/firewire/fwohci.c


More information about the cvs-src mailing list