cvs commit: src/sys/dev/firewire firewire.c firewirereg.h fwohci.c
 fwohci_pci.c
    Hidetoshi Shimokawa 
    simokawa at FreeBSD.org
       
    Sat Jun 28 04:11:37 PDT 2003
    
    
  
simokawa    2003/06/28 04:11:36 PDT
  FreeBSD src repository
  Modified files:
    sys/dev/firewire     firewire.c firewirereg.h fwohci.c 
                         fwohci_pci.c 
  Log:
  Fix several problems related to resume:
  - Initialize fc->status to process bus reset correctly after resume.
  - Initialize AT ring buffer pointer.
  - Requeue stdma to stfree for active IR buffer.
  - Stop DMA before suspend for safe.
  - Set powerstate after resume.
  
  Revision  Changes    Path
  1.54      +16 -2     src/sys/dev/firewire/firewire.c
  1.27      +1 -0      src/sys/dev/firewire/firewirereg.h
  1.54      +20 -2     src/sys/dev/firewire/fwohci.c
  1.25      +3 -1      src/sys/dev/firewire/fwohci_pci.c
    
    
More information about the cvs-src
mailing list