Use generic_bs_sr_4 for bus_space_set_region_4.

This commit is contained in:
briggs 2002-08-29 17:29:34 +00:00
parent 043080912d
commit 37019d791a
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: i80312_space.c,v 1.3 2002/04/12 19:02:30 thorpej Exp $ */
/* $NetBSD: i80312_space.c,v 1.4 2002/08/29 17:29:34 briggs Exp $ */
/*
* Copyright (c) 2001 Wasabi Systems, Inc.
@ -128,7 +128,7 @@ const struct bus_space i80312_bs_tag_template = {
/* set region */
bs_notimpl_bs_sr_1,
generic_armv4_bs_sr_2,
bs_notimpl_bs_sr_4,
generic_bs_sr_4,
bs_notimpl_bs_sr_8,
/* copy */

View File

@ -1,4 +1,4 @@
/* $NetBSD: i80321_space.c,v 1.2 2002/04/12 19:02:30 thorpej Exp $ */
/* $NetBSD: i80321_space.c,v 1.3 2002/08/29 17:29:34 briggs Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@ -128,7 +128,7 @@ const struct bus_space i80321_bs_tag_template = {
/* set region */
bs_notimpl_bs_sr_1,
generic_armv4_bs_sr_2,
bs_notimpl_bs_sr_4,
generic_bs_sr_4,
bs_notimpl_bs_sr_8,
/* copy */