Date: Mon, 26 May 2003 14:20:47 -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 aic7xxx.c aic7xxx.h aic7xxx_pci.c Message-ID: <200305262120.h4QLKlrk016667@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
gibbs 2003/05/26 14:20:47 PDT
FreeBSD src repository
Modified files:
sys/dev/aic7xxx aic7xxx.c aic7xxx.h aic7xxx_pci.c
Log:
Fix disabling of PCI parity error interrupts. We need to set
FAILDIS in the SEQCTL register, not the HCNTRL register.
aic7xxx.c:
Remeber SEQCTL settings in the "seqctl" field of our
softc. seqctl defaults to just having FASTMODE set,
but the bus attachments can override this.
aic7xxx.h:
Add the seqctl softc field.
aic7xxx_pci.c:
Update the seqctl softc field and manually update SEQCTL
when to many PCI errors occur
Approved by: RE
Revision Changes Path
1.90 +10 -4 src/sys/dev/aic7xxx/aic7xxx.c
1.46 +6 -1 src/sys/dev/aic7xxx/aic7xxx.h
1.25 +5 -7 src/sys/dev/aic7xxx/aic7xxx_pci.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305262120.h4QLKlrk016667>
