Module Name: src Committed By: thorpej Date: Fri Jan 21 19:14:14 UTC 2022
Modified Files: src/sys/arch/sparc/sparc: msiiep.c src/sys/arch/sparc64/dev: psycho.c pyro.c schizo.c vpci.c src/sys/dev/sbus: xbox.c Log Message: Don't bother with prom_node_to_devhandle() if we're just forwarding along our own node; use device_handle(self) instead. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/arch/sparc/sparc/msiiep.c cvs rdiff -u -r1.135 -r1.136 src/sys/arch/sparc64/dev/psycho.c cvs rdiff -u -r1.25 -r1.26 src/sys/arch/sparc64/dev/pyro.c cvs rdiff -u -r1.46 -r1.47 src/sys/arch/sparc64/dev/schizo.c cvs rdiff -u -r1.12 -r1.13 src/sys/arch/sparc64/dev/vpci.c cvs rdiff -u -r1.24 -r1.25 src/sys/dev/sbus/xbox.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.