cvs commit: src/sys/dev/aic7xxx aic7770.c aic79xx.c aic79xx.h
 aic79xx_pci.c aic7xxx.c aic7xxx.h aic7xxx_pci.c
    Justin T. Gibbs 
    gibbs at FreeBSD.org
       
    Fri Jun  6 16:48:20 PDT 2003
    
    
  
gibbs       2003/06/06 16:48:19 PDT
  FreeBSD src repository
  Modified files:
    sys/dev/aic7xxx      aic7770.c aic79xx.c aic79xx.h 
                         aic79xx_pci.c aic7xxx.c aic7xxx.h 
                         aic7xxx_pci.c 
  Log:
  aic7770.c:
  aic79xx.c:
  aic79xx.h:
  aic79xx_pci.c:
  aic7xxx.c:
  aic7xxx.h:
  aic7xxx_pci.c:
          Switch ah?_reset() to take an additional "reinit" argument.
          Use this instead of init_level to determin if the chip
          should be fully reinitialized after a chip reset.  This
          is required so that ah?_shutdown() can reset the chip
          without side-effects.
  
  aic79xx.c:
          Implement ahd_suspend() and ahd_resume().
  
  aic7xxx.c:
          Change ahc_loadseq() to *not* restart the sequencer.
          This brings the loadseq behavior in line with that
          of the 7902 driver and also simplifies the init routine.
  
          Correct the resume routine to enable interrupts and
          restart the sequencer.
  
  Revision  Changes    Path
  1.14      +2 -2      src/sys/dev/aic7xxx/aic7770.c
  1.18      +22 -128   src/sys/dev/aic7xxx/aic79xx.c
  1.13      +7 -7      src/sys/dev/aic7xxx/aic79xx.h
  1.12      +2 -2      src/sys/dev/aic7xxx/aic79xx_pci.c
  1.93      +21 -12    src/sys/dev/aic7xxx/aic7xxx.c
  1.49      +2 -2      src/sys/dev/aic7xxx/aic7xxx.h
  1.27      +2 -2      src/sys/dev/aic7xxx/aic7xxx_pci.c
    
    
More information about the cvs-all
mailing list