cvs commit: src/sys/dev/aic7xxx aic79xx.c aic79xx.h

Justin T. Gibbs gibbs at FreeBSD.org
Fri Jun 27 21:45:27 PDT 2003


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


More information about the cvs-src mailing list