Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc



Module Name:    syssrc
Committed By:   fvdl
Date:           Thu Mar 16 10:33:46 UTC 2000

Modified Files:
        syssrc/sys/dev/ic: aic7xxx.c aic7xxxvar.h

Log Message:
Do bus-specific interrupt handling (i.e. ahc_pci_intr) via a bus_intr
field in the softc, instead of relying on NPCI > 0. This would
prevent things from compiling if PCI buses were in the config file,
but ahc was attached only to something else than the PCI bus.


To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 syssrc/sys/dev/ic/aic7xxx.c
cvs rdiff -r1.21 -r1.22 syssrc/sys/dev/ic/aic7xxxvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index