Subject: Re: Controller Driver
To: None <tb90@mail.csuchico.edu>
From: Marcus Comstedt <marcus@idonex.se>
List: port-dreamcast
Date: 03/05/2001 23:02:56
>>>>> "Tyrel" == Tyrel Beede <tb90@mail.csuchico.edu> writes:

  Tyrel> Thanks for the info, I played with the MAPLE_CALLOUT_TICKS variable and it makes a
  Tyrel> big difference.  Should this be something that each device driver can set for
  Tyrel> itself?

No.  The whole point of the call-out is to query all the devices
(which you're interrested in hearing from) at once, with a single
DMA-list.  Having different device drivers breaking in at separate
times would make a mess of the DMA channel allocation.  (It's the same
DMA channel for all four ports.)


  // Marcus