Use generic_bs_wr_4 for writing region
This commit is contained in:
parent
64fd31222b
commit
7bda39e405
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: ixp12x0_io.c,v 1.4 2002/12/22 11:24:07 ichiro Exp $ */
|
||||
/* $NetBSD: ixp12x0_io.c,v 1.5 2002/12/22 11:28:37 ichiro Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2002
|
||||
|
@ -111,7 +111,7 @@ struct bus_space ixp12x0_bs_tag = {
|
|||
/* write region */
|
||||
bs_notimpl_bs_wr_1,
|
||||
generic_armv4_bs_wr_2,
|
||||
bs_notimpl_bs_wr_4,
|
||||
generic_bs_wr_4,
|
||||
bs_notimpl_bs_wr_8,
|
||||
|
||||
/* set multiple */
|
||||
|
|
Loading…
Reference in New Issue