cvs commit: src/sys/dev/aic7xxx aic7xxx.c aic7xxx.h aic7xxx_pci.c
Justin T. Gibbs
gibbs at FreeBSD.org
Mon May 26 14:20:49 PDT 2003
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
More information about the cvs-src
mailing list