From a53a34f058be6c0ef2f5bf8068323be010924b0e Mon Sep 17 00:00:00 2001 From: Kenji Aoyama Date: Sat, 14 Feb 2015 14:54:14 +0000 Subject: Add simple bus_space_{map,unmap,subregion} implementation on luna88k. These are preliminaries for upcoming pcic(4) support on cbus(4/luna88k). suggestions and ok miod@ --- sys/arch/luna88k/dev/spc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch/luna88k/dev') diff --git a/sys/arch/luna88k/dev/spc.c b/sys/arch/luna88k/dev/spc.c index 08d0f682a5b..ee7e3bb53a1 100644 --- a/sys/arch/luna88k/dev/spc.c +++ b/sys/arch/luna88k/dev/spc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: spc.c,v 1.7 2014/06/07 11:55:35 aoyama Exp $ */ +/* $OpenBSD: spc.c,v 1.8 2015/02/14 14:54:13 aoyama Exp $ */ /* $NetBSD: spc.c,v 1.4 2003/07/05 19:00:17 tsutsui Exp $ */ /*- @@ -72,6 +72,7 @@ struct luna88k_bus_space_tag spc_bst = { 0, /* not used */ 0, /* not used */ 0, /* not used */ + 0, /* no offset */ }; int -- cgit v1.2.3