Module Name:    src
Committed By:   dyoung
Date:           Tue Feb 16 00:47:46 UTC 2010

Modified Files:
        src/sys/arch/xen/include: pci_machdep.h

Log Message:
Declare pci_mode_set().


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/xen/include/pci_machdep.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/xen/include/pci_machdep.h
diff -u src/sys/arch/xen/include/pci_machdep.h:1.14 src/sys/arch/xen/include/pci_machdep.h:1.15
--- src/sys/arch/xen/include/pci_machdep.h:1.14	Mon Feb 15 23:55:24 2010
+++ src/sys/arch/xen/include/pci_machdep.h	Tue Feb 16 00:47:46 2010
@@ -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);
 

Reply via email to