Re: bus_space_set_region_4 count wrong in aica.c?

Jason Thorpe <[email protected]> Wed, 8 Nov 2006 15:02:20 -0800
Newsgroups gmane.os.netbsd.ports.dreamcast
Message-ID <[email protected]>
On Nov 8, 2006, at 11:25 AM, Anders Gavare wrote:

> Hi Dreamcasters,
>
> Just a quick question: shouldn't the count in the statement
>
>         /* load microcode, and clear memory */
>         bus_space_set_region_4(sc->sc_memt, sc->sc_aica_memh,
>             0, 0, AICA_RAM_SIZE);
>
> in dreamcast/dev/g2/aica.c actually be AICA_RAM_SIZE/4?

Yes, I think you're correct.  Please file a bug report with send-pr so  
this doesn't get lost.

>
>
> Anders

-- thorpej