Module Name:    src
Committed By:   dyoung
Date:           Sat Mar 20 00:02:59 UTC 2010

Modified Files:
        src/sys/arch/x86/include: pci_machdep_common.h

Log Message:
Add a prototype for pci_mmio_range_infer() that will infer the
range of memory forwarded by the host chipset to PCI.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/x86/include/pci_machdep_common.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/arch/x86/include/pci_machdep_common.h
diff -u src/sys/arch/x86/include/pci_machdep_common.h:1.1 src/sys/arch/x86/include/pci_machdep_common.h:1.2
--- src/sys/arch/x86/include/pci_machdep_common.h:1.1	Sun Mar 14 20:19:06 2010
+++ src/sys/arch/x86/include/pci_machdep_common.h	Sat Mar 20 00:02:59 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: pci_machdep_common.h,v 1.1 2010/03/14 20:19:06 dyoung Exp $	*/
+/*	$NetBSD: pci_machdep_common.h,v 1.2 2010/03/20 00:02:59 dyoung Exp $	*/
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou.  All rights reserved.
@@ -154,4 +154,7 @@
 void pci_bridge_foreach(pci_chipset_tag_t, int, int,
 	void (*) (pci_chipset_tag_t, pcitag_t, void *), void *);
 
+void pci_mmio_range_infer(pci_chipset_tag_t, int, int, bus_addr_t *,
+    bus_size_t *);
+
 #endif /* _X86_PCI_MACHDEP_COMMON_H_ */

Reply via email to