Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jun 2003 04:11:36 -0700 (PDT)
From:      Hidetoshi Shimokawa <simokawa@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/firewire firewire.c firewirereg.h fwohci.c fwohci_pci.c
Message-ID:  <200306281111.h5SBBavQ085653@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306281111.h5SBBavQ085653>