PERFORCE change 130014 for review
    Oleksandr Tymoshenko 
    gonzo at FreeBSD.org
       
    Sun Dec  2 05:37:39 PST 2007
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=130014
Change 130014 by gonzo at 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;
    
    
More information about the p4-projects
mailing list