Source-Changes archive

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

CVS commit: src/sys/arch/sparc64



Module Name:    src
Committed By:   mrg
Date:           Mon Nov 30 05:00:58 UTC 2009

Modified Files:
        src/sys/arch/sparc64/dev: pci_machdep.c psycho.c schizo.c
        src/sys/arch/sparc64/include: pci_machdep.h

Log Message:
convert pci_intr_map() into a chipset tag function pointer, and implement
the schizo version slightly differently.

pull out the schizo's IGN from the upaid, not the apparently broken device
ID register.  from openbsd.

with this i appear to have valid working interrupts on the SB2500.

tested on U60 and SB2500.

XXX: we can probably kill (*spc_find_ino)() now that pci_intr_map() itself
XXX: is no longer a first class function.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sys/arch/sparc64/dev/pci_machdep.c
cvs rdiff -u -r1.96 -r1.97 src/sys/arch/sparc64/dev/psycho.c
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/sparc64/dev/schizo.c
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/sparc64/include/pci_machdep.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