Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jan 2005 22:02:02 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 68775 for review
Message-ID:  <200501112202.j0BM221Q011168@repoman.freebsd.org>

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

Change 68775 by jhb@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));



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