Subject: Re: Broadband adapter again...
To: Marcus Comstedt <marcus@idonex.se>
From: None <itojun@iijlab.net>
List: port-dreamcast
Date: 01/29/2001 13:22:01
>There's still the G2 bus raindancing though. That should not be in
>sys/arch/sh3/include/bus.h, and I don't want it in
>sys/arch/dreamcast/include/bus.h either. I want it in
>sys/arch/dreamcast/dev/g2/g2bus.c where it belongs. But I don't see
>how that can happen with the current design...
sorry if I don't understand about G2 bus. is the following summary
correct?
- mmeye: needs byteswap for devices behind ISA bridge,
should not do/need byteswap in general case (like scif)
- dreamcast: needs byteswap for devices behind G2 bus,
shoud not do/need byteswap in general case
- sh3 in general: should not do byteswap
itojun