Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm32/include pull in new (?) BUS_SPACE_BARRIER_{RE...
details: https://anonhg.NetBSD.org/src/rev/58de15d83352
branches: trunk
changeset: 467800:58de15d83352
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Mar 29 12:42:51 1999 +0000
description:
pull in new (?) BUS_SPACE_BARRIER_{READ,WRITE} definitions.
diffstat:
sys/arch/arm32/include/bus.h | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (24 lines):
diff -r 4ac8082b2819 -r 58de15d83352 sys/arch/arm32/include/bus.h
--- a/sys/arch/arm32/include/bus.h Mon Mar 29 12:12:03 1999 +0000
+++ b/sys/arch/arm32/include/bus.h Mon Mar 29 12:42:51 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bus.h,v 1.15 1999/03/23 21:29:04 drochner Exp $ */
+/* $NetBSD: bus.h,v 1.16 1999/03/29 12:42:51 mrg Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -253,8 +253,14 @@
#define bus_space_barrier(t, h, o, l, f) \
(*(t)->bs_barrier)((t)->bs_cookie, (h), (o), (l), (f))
+#define BUS_SPACE_BARRIER_READ 0x01
+#define BUS_SPACE_BARRIER_WRITE 0x02
+
+#ifdef __BUS_SPACE_COMPAT_OLDDEFS
+/* compatibility definitions; deprecated */
#define BUS_BARRIER_READ 0x01
#define BUS_BARRIER_WRITE 0x02
+#endif
/*
* Bus read (single) operations.
Home |
Main Index |
Thread Index |
Old Index