PERFORCE change 37160 for review

Marcel Moolenaar marcel at FreeBSD.org
Fri Aug 29 00:59:54 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=37160

Change 37160 by marcel at marcel_nfs on 2003/08/29 00:59:42

	Doh! actually return (0) if we found the address range in which
	the registers lie.

Affected files ...

.. //depot/projects/uart/sparc64/sparc64/ofw_machdep.c#5 edit

Differences ...

==== //depot/projects/uart/sparc64/sparc64/ofw_machdep.c#5 (text+ko) ====

@@ -157,6 +157,7 @@
 			phys += reg.sbus.sbr_offset - range.sbus[i].coffset;
 			*addr = phys;
 			*space = SBUS_BUS_SPACE;
+			return (0);
 		}
 	}
 	return (ENXIO);


More information about the p4-projects mailing list