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 Get pci_mode out of the global namespace.



details:   https://anonhg.NetBSD.org/src/rev/9147bd5c7992
branches:  trunk
changeset: 752118:9147bd5c7992
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Mon Feb 15 23:55:24 2010 +0000

description:
Get pci_mode out of the global namespace.

diffstat:

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

diffs (17 lines):

diff -r 34a7fbd1a5ac -r 9147bd5c7992 sys/arch/xen/include/pci_machdep.h
--- a/sys/arch/xen/include/pci_machdep.h        Mon Feb 15 23:53:07 2010 +0000
+++ b/sys/arch/xen/include/pci_machdep.h        Mon Feb 15 23:55:24 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pci_machdep.h,v 1.13 2009/10/19 18:41:10 bouyer Exp $ */
+/* $NetBSD: pci_machdep.h,v 1.14 2010/02/15 23:55:24 dyoung Exp $ */
 
 /*
  * Copyright (c) 2006 Manuel Bouyer.
@@ -121,7 +121,6 @@
  */
 #define        X86_PCI_INTERRUPT_LINE_NO_CONNECTION    0xff
 
-extern int pci_mode;
 int pci_mode_detect(void);
 int pci_bus_flags(void);
 



Home | Main Index | Thread Index | Old Index