Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/include Disable __PCI_DEV_FUNCORDER since i...
details: https://anonhg.NetBSD.org/src/rev/107069f7f1cc
branches: trunk
changeset: 516230:107069f7f1cc
user: eeh <eeh%NetBSD.org@localhost>
date: Thu Oct 18 23:47:16 2001 +0000
description:
Disable __PCI_DEV_FUNCORDER since it's now badly borken.
diffstat:
sys/arch/sparc64/include/pci_machdep.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 238e8697a778 -r 107069f7f1cc sys/arch/sparc64/include/pci_machdep.h
--- a/sys/arch/sparc64/include/pci_machdep.h Thu Oct 18 22:53:39 2001 +0000
+++ b/sys/arch/sparc64/include/pci_machdep.h Thu Oct 18 23:47:16 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pci_machdep.h,v 1.7 2001/07/20 00:07:14 eeh Exp $ */
+/* $NetBSD: pci_machdep.h,v 1.8 2001/10/18 23:47:16 eeh Exp $ */
/*
* Copyright (c) 1999 Matthew R. Green
@@ -35,7 +35,7 @@
* We want to contro both device & function probe order.
*/
#define __PCI_BUS_DEVORDER
-#define __PCI_DEV_FUNCORDER
+#undef __PCI_DEV_FUNCORDER
/*
* Forward declarations.
Home |
Main Index |
Thread Index |
Old Index