Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jun 2003 21:45:25 -0700 (PDT)
From:      "Justin T. Gibbs" <gibbs@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/aic7xxx aic79xx.c aic79xx.h
Message-ID:  <200306280445.h5S4jPVD058691@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
gibbs       2003/06/27 21:45:25 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/aic7xxx      aic79xx.c aic79xx.h 
  Log:
  aic79xx.h:
          Add softc flag to indicate that we have seen at
          least one selection since the last bus reset or
          SE/LVD bus change.
  
  aic79xx.c:
          Fix a few style nits.
  
          In ahd_update_pending_scbs(), only touch card registers
          once we have found an SCB that needs to be updated.
          This removes lots of clutter from PCI traces taken of
          error recovery performed by the driver.
  
          Short circuit the first selection iocell workaround handler
          if we've run once since the last bus reset or iocell change.
          This also removes clutter from PCI traces.
  
          Note if completions are pending in the qoutfifo when we dump
          card state.
  
  Revision  Changes    Path
  1.23      +13 -8     src/sys/dev/aic7xxx/aic79xx.c
  1.15      +3 -2      src/sys/dev/aic7xxx/aic79xx.h



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