Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/include Add a prototype for pci_mmio_range_infe...



details:   https://anonhg.NetBSD.org/src/rev/a19655128b0d
branches:  trunk
changeset: 753193:a19655128b0d
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Sat Mar 20 00:02:59 2010 +0000

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

diffstat:

 sys/arch/x86/include/pci_machdep_common.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 88c6dbaa376b -r a19655128b0d sys/arch/x86/include/pci_machdep_common.h
--- a/sys/arch/x86/include/pci_machdep_common.h Fri Mar 19 23:27:12 2010 +0000
+++ b/sys/arch/x86/include/pci_machdep_common.h Sat Mar 20 00:02:59 2010 +0000
@@ -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_ */



Home | Main Index | Thread Index | Old Index