Date: Fri, 29 Aug 2003 00:59:52 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 37160 for review Message-ID: <200308290759.h7T7xqf9099995@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=37160 Change 37160 by marcel@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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308290759.h7T7xqf9099995>