Source-Changes archive

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

CVS commit: syssrc/sys/arch/alpha/pci



Module Name:    syssrc
Committed By:   mjacob
Date:           Mon Aug 13 23:36:31 UTC 2001

Modified Files:
        syssrc/sys/arch/alpha/pci: pci_kn8ae.c

Log Message:
Fixed the one minor buglet that kept 8200s from working
(SCB_VECTOIDX(vec) - SCB_IOVECBASE] -> SCB_VECTOIDX(vec - SCB_IOVECBASE))

Sigh. This is all very good work- this new interrupt stuff. Yet like the
last time my good friend Jason 'simplified' things, we lost information.
It used to be you could tell which specific slot an interrupt was frame
based upon the vector. Now you can't because they're allocated dynamically.
Oh well- it's not all that important.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 syssrc/sys/arch/alpha/pci/pci_kn8ae.c

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