Date: Fri, 6 Jun 2003 16:48:19 -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 aic7770.c aic79xx.c aic79xx.h aic79xx_pci.c aic7xxx.c aic7xxx.h aic7xxx_pci.c Message-ID: <200306062348.h56NmJDO081232@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306062348.h56NmJDO081232>