Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2002 15:31:52 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 16609 for review
Message-ID:  <200208262231.g7QMVq0d037252@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=16609

Change 16609 by peter@peter_mckinley on 2002/08/26 15:30:57

	really make this compile.

Affected files ...

.. //depot/projects/ia64/sys/dev/acpica/acpi_pcib.c#9 edit

Differences ...

==== //depot/projects/ia64/sys/dev/acpica/acpi_pcib.c#9 (text+ko) ====

@@ -82,7 +82,7 @@
     if (ACPI_FAILURE(status))
 	/* This is not an error, but it may reduce functionality. */
 	device_printf(dev, "could not get PCI interrupt routing table for %s - %s\n",
-	    acpi_name(acpi_get_handle(dev), AcpiFormatException(status));
+	    acpi_name(acpi_get_handle(dev)), AcpiFormatException(status));
 
     /*
      * Attach the PCI bus proper.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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