Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm26/include Add a definition of BUS_SPACE_ALIGNED...
details: https://anonhg.NetBSD.org/src/rev/d4f7905cee85
branches: trunk
changeset: 500303:d4f7905cee85
user: bjh21 <bjh21%NetBSD.org@localhost>
date: Sat Dec 09 18:47:15 2000 +0000
description:
Add a definition of BUS_SPACE_ALIGNED_POINTER.
diffstat:
sys/arch/arm26/include/bus.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 761fca03cf63 -r d4f7905cee85 sys/arch/arm26/include/bus.h
--- a/sys/arch/arm26/include/bus.h Sat Dec 09 18:30:01 2000 +0000
+++ b/sys/arch/arm26/include/bus.h Sat Dec 09 18:47:15 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bus.h,v 1.2 2000/06/08 23:23:41 bjh21 Exp $ */
+/* $NetBSD: bus.h,v 1.3 2000/12/09 18:47:15 bjh21 Exp $ */
/*-
* Copyright (c) 2000 Ben Harris
@@ -65,6 +65,9 @@
#define bus_space_alloc(t, rs, re, s, a, b, c, ap, hp) (-1)
#define bus_space_free(t, h, s) /* Do nothing */
+/* Used by ne2000.c */
+#define BUS_SPACE_ALIGNED_POINTER ALIGNED_POINTER
+
/* Bus barrier operations. */
#define BUS_SPACE_BARRIER_READ 0
#define BUS_SPACE_BARRIER_WRITE 0
Home |
Main Index |
Thread Index |
Old Index