Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/xen/include Declare pci_mode_set().



details:   https://anonhg.NetBSD.org/src/rev/afc3b57dec43
branches:  trunk
changeset: 752123:afc3b57dec43
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Tue Feb 16 00:47:46 2010 +0000

description:
Declare pci_mode_set().

diffstat:

 sys/arch/xen/include/pci_machdep.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d66e70cb1b13 -r afc3b57dec43 sys/arch/xen/include/pci_machdep.h
--- a/sys/arch/xen/include/pci_machdep.h        Tue Feb 16 00:16:28 2010 +0000
+++ b/sys/arch/xen/include/pci_machdep.h        Tue Feb 16 00:47:46 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pci_machdep.h,v 1.14 2010/02/15 23:55:24 dyoung Exp $ */
+/* $NetBSD: pci_machdep.h,v 1.15 2010/02/16 00:47:46 dyoung Exp $ */
 
 /*
  * Copyright (c) 2006 Manuel Bouyer.
@@ -121,6 +121,7 @@
  */
 #define        X86_PCI_INTERRUPT_LINE_NO_CONNECTION    0xff
 
+void pci_mode_set(int);
 int pci_mode_detect(void);
 int pci_bus_flags(void);
 



Home | Main Index | Thread Index | Old Index