View | Details | Raw Unified | Return to bug 30345
Collapse All | Expand All

(-)ahc.4 5 Sep 2001 17:13:00 -0000 (-1 / +1 lines)
Lines 244-250 Link Here
244
when the transfer is resumed.  When the host queues another transaction
244
when the transfer is resumed.  When the host queues another transaction
245
for the controller to execute, the controller firmware will use a
245
for the controller to execute, the controller firmware will use a
246
free SCB if one is available.  Otherwise, the state of the most recently
246
free SCB if one is available.  Otherwise, the state of the most recently
247
disconnected (and therefor most likely to stay disconnected) SCB is
247
disconnected (and therefore most likely to stay disconnected) SCB is
248
saved, via dma, to host memory, and the local SCB reused to start
248
saved, via dma, to host memory, and the local SCB reused to start
249
the new transaction.  This allows the controller to queue up to
249
the new transaction.  This allows the controller to queue up to
250
255 transactions regardless of the amount of SCB space.  Since the
250
255 transactions regardless of the amount of SCB space.  Since the

Return to bug 30345