PERFORCE change 68775 for review

John Baldwin jhb at FreeBSD.org
Tue Jan 11 14:02:03 PST 2005


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

Change 68775 by jhb at jhb_twclab on 2005/01/11 22:01:01

	Wouldn't you know it, I fat fingered the hack when I tried to
	clean it up some.

Affected files ...

.. //depot/projects/smpng/sys/dev/acpica/acpi_resource.c#24 edit

Differences ...

==== //depot/projects/smpng/sys/dev/acpica/acpi_resource.c#24 (text+ko) ====

@@ -77,7 +77,7 @@
 	    req->counter++;
 	    break;
 	}
-	if (irq != rman_get_start(req->res && irq == 0)) {
+	if (irq != rman_get_start(req->res) && irq == 0) {
 		if (bootverbose)
 			printf("IRQ is %u, resource is %lu\n", irq,
 			    rman_get_start(req->res));


More information about the p4-projects mailing list