Subject: Re: LAN Adapter driver
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
From: Marcus Comstedt <marcus@mc.pp.se>
List: port-dreamcast
Date: 09/24/2002 15:15:14
Izumi Tsutsui <tsutsui@ceres.dti.ne.jp> writes:

> - It should have its own all bus_space functions rather than
>   overriding functions in g2bus_bus_mem.c.
>   (Does it require G2_LOCK/G2_UNLOCK?)

Since the Lan Adapter is connected to the G2 bus, it needs to use
g2bus_bus_mem_{read,write}_? to access the actual hardware.  Then
these functions will call G2_LOCK/G2_UNLOCK for it.


  // Marcus