Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/arch/alpha/mcbus Pull up 1.2 -> 1.3.
details: https://anonhg.NetBSD.org/src/rev/108d5f34c598
branches: netbsd-1-4
changeset: 468316:108d5f34c598
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri Apr 16 23:33:34 1999 +0000
description:
Pull up 1.2 -> 1.3.
diffstat:
sys/arch/alpha/mcbus/mcbusvar.h | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 91fb64f31d39 -r 108d5f34c598 sys/arch/alpha/mcbus/mcbusvar.h
--- a/sys/arch/alpha/mcbus/mcbusvar.h Fri Apr 16 23:31:02 1999 +0000
+++ b/sys/arch/alpha/mcbus/mcbusvar.h Fri Apr 16 23:33:34 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mcbusvar.h,v 1.2 1998/04/15 20:40:34 mjacob Exp $ */
+/* $NetBSD: mcbusvar.h,v 1.2.8.1 1999/04/16 23:33:34 thorpej Exp $ */
/*
* Copyright (c) 1998 by Matthew Jacob
@@ -59,7 +59,6 @@
u_int8_t mcbus_bcache; /* BCache on this CPU */
u_int8_t mcbus_valid;
};
-extern struct mcbus_cpu_busdep mcbus_primary;
#define MCBUS_CPU_BCACHE_0MB 0
#define MCBUS_CPU_BCACHE_1MB 1
@@ -73,3 +72,8 @@
#define MCBUS_TYPE_MEM 2
#define MCBUS_TYPE_CPU 3
#define MCBUS_TYPE_PCI 4
+
+#ifdef _KERNEL
+extern struct mcbus_cpu_busdep mcbus_primary;
+extern const int mcbus_mcpcia_probe_order[];
+#endif
Home |
Main Index |
Thread Index |
Old Index