Module Name: src
Committed By: bouyer
Date: Sun Oct 18 13:34:49 UTC 2009
Modified Files:
src/sys/arch/sparc64/include [netbsd-5]: bus.h
Log Message:
Pull up following revision(s) (requested by macallan in ticket #967):
sys/arch/sparc64/include/bus.h: revision 1.59
again
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.58.10.1 src/sys/arch/sparc64/include/bus.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/sparc64/include/bus.h
diff -u src/sys/arch/sparc64/include/bus.h:1.58 src/sys/arch/sparc64/include/bus.h:1.58.10.1
--- src/sys/arch/sparc64/include/bus.h:1.58 Mon Apr 28 20:23:36 2008
+++ src/sys/arch/sparc64/include/bus.h Sun Oct 18 13:34:49 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: bus.h,v 1.58 2008/04/28 20:23:36 martin Exp $ */
+/* $NetBSD: bus.h,v 1.58.10.1 2009/10/18 13:34:49 bouyer Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998, 2001 The NetBSD Foundation, Inc.
@@ -307,7 +307,8 @@
#define BUS_SPACE_MAP_BUS2 0x0200
#define BUS_SPACE_MAP_BUS3 0x0400
#define BUS_SPACE_MAP_BUS4 0x0800
-
+/* sparc uses this, it's not supposed to do anything on sparc64 */
+#define BUS_SPACE_MAP_LARGE 0
/* flags for bus_space_barrier() */
#define BUS_SPACE_BARRIER_READ 0x01 /* force read barrier */