Module Name: src
Committed By: mrg
Date: Wed Jun 9 02:39:32 UTC 2010
Modified Files:
src/sys/dev/pci: pcivar.h
Log Message:
declare 'struct pci_attach_args' before it is used. fixes ia64 build.
To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/sys/dev/pci/pcivar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/pci/pcivar.h
diff -u src/sys/dev/pci/pcivar.h:1.89 src/sys/dev/pci/pcivar.h:1.90
--- src/sys/dev/pci/pcivar.h:1.89 Thu May 27 05:53:35 2010
+++ src/sys/dev/pci/pcivar.h Wed Jun 9 02:39:32 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: pcivar.h,v 1.89 2010/05/27 05:53:35 pgoyette Exp $ */
+/* $NetBSD: pcivar.h,v 1.90 2010/06/09 02:39:32 mrg Exp $ */
/*
* Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved.
@@ -51,6 +51,7 @@
* Structures and definitions needed by the machine-dependent header.
*/
struct pcibus_attach_args;
+struct pci_attach_args;
struct pci_softc;
#ifdef _KERNEL