Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Dec 2007 13:37:38 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 130014 for review
Message-ID:  <200712021337.lB2DbctX079903@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=130014

Change 130014 by gonzo@gonzo_jeeves on 2007/12/02 13:37:23

	o Take into consideration only start/end variables while
	    checking if allocation is requested for hinted device.

Affected files ...

.. //depot/projects/mips2/src/sys/mips/mips32/idt/obio.c#5 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/mips32/idt/obio.c#5 (text+ko) ====

@@ -137,7 +137,7 @@
 	struct rman			*rm;
 	int				 isdefault, needactivate, passthrough;
 
-	isdefault = (start == 0UL && end == ~0UL && count == 1);
+	isdefault = (start == 0UL && end == ~0UL);
 	needactivate = flags & RF_ACTIVE;
 	passthrough = (device_get_parent(child) != bus);
 	rle = NULL;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712021337.lB2DbctX079903>