Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcarm/sa11x0 Add bs_notimpl_bs_mmap into the bus s...



details:   https://anonhg.NetBSD.org/src/rev/c2865d4c60fb
branches:  trunk
changeset: 514789:c2865d4c60fb
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Sep 10 15:47:38 2001 +0000

description:
Add bs_notimpl_bs_mmap into the bus space struct to make this cope with
the recent ARM bus_space_mmap() change and hence make this compile.

diffstat:

 sys/arch/hpcarm/sa11x0/sa11x0_io.c |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 5c6b2b043c7f -r c2865d4c60fb sys/arch/hpcarm/sa11x0/sa11x0_io.c
--- a/sys/arch/hpcarm/sa11x0/sa11x0_io.c        Mon Sep 10 15:47:03 2001 +0000
+++ b/sys/arch/hpcarm/sa11x0/sa11x0_io.c        Mon Sep 10 15:47:38 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sa11x0_io.c,v 1.4 2001/07/28 18:12:46 chris Exp $      */
+/*     $NetBSD: sa11x0_io.c,v 1.5 2001/09/10 15:47:38 pooka Exp $      */
 
 /*
  * Copyright (c) 1997 Mark Brinicombe.
@@ -73,6 +73,9 @@
        /* get kernel virtual address */
        sa11x0_bs_vaddr,
 
+       /* mmap bus space for userland */
+       bs_notimpl_bs_mmap,
+
        /* barrier */
        sa11x0_bs_barrier,
 



Home | Main Index | Thread Index | Old Index