Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mac68k/include Define __BUS_SPACE_HAS_STREAM_METHOD...



details:   https://anonhg.NetBSD.org/src/rev/dbc7003fd263
branches:  trunk
changeset: 514932:dbc7003fd263
user:      briggs <briggs%NetBSD.org@localhost>
date:      Fri Sep 14 00:58:08 2001 +0000

description:
Define __BUS_SPACE_HAS_STREAM_METHODS since the functions are there.  Noted
on tech-kern & port-mac68k by "John Ruschmeyer" <jruschme%mac.com@localhost>.

diffstat:

 sys/arch/mac68k/include/bus.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r da64d8c5c59f -r dbc7003fd263 sys/arch/mac68k/include/bus.h
--- a/sys/arch/mac68k/include/bus.h     Thu Sep 13 23:56:01 2001 +0000
+++ b/sys/arch/mac68k/include/bus.h     Fri Sep 14 00:58:08 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus.h,v 1.17 2000/07/31 22:40:25 briggs Exp $  */
+/*     $NetBSD: bus.h,v 1.18 2001/09/14 00:58:08 briggs Exp $  */
 
 /*-
  * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -71,6 +71,8 @@
  */
 #define MAC68K_BUS_SPACE_MEM   0       /* space is mem space */
 
+#define __BUS_SPACE_HAS_STREAM_METHODS 1
+
 /*
  * Bus address and size types
  */



Home | Main Index | Thread Index | Old Index