Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2002 13:07:54 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 16601 for review
Message-ID:  <200208262007.g7QK7sjB014319@freefall.freebsd.org>

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

Change 16601 by peter@peter_daintree on 2002/08/26 13:07:26

	this might compile better

Affected files ...

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

Differences ...

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

@@ -27,7 +27,6 @@
  *	$FreeBSD: src/sys/dev/acpica/acpi_pcib.c,v 1.23 2002/08/26 18:30:27 jhb Exp $
  */
 #include "opt_acpi.h"
-#include "opt_tiger4.h"
 #include <sys/param.h>
 #include <sys/bus.h>
 #include <sys/malloc.h>
@@ -83,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(sc->ap_handle), 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?200208262007.g7QK7sjB014319>