Skip to content

Commit

Permalink
[PATCH] spidernet: rework tx queue handling
Browse files Browse the repository at this point in the history
With this patch TX queue descriptors are not chained per default any more.
The pointer to next descriptor is set only when next descriptor is prepaired
for transfer. Also the mechanism of checking wether Spider is ready has been
changed: it checks not for CARDOWNED flag in status of previous descriptor
but for a TXDMAENABLED flag in Spider's register.

Signed-off-by: Maxim Shchetynin <maxim@de.ibm.com>
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Signed-off-by: Jens Osterkamp <Jens.Osterkamp@de.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Jens Osterkamp authored and Jeff Garzik committed Jul 17, 2006
1 parent ee962a5 commit bdd0150
Show file tree
Hide file tree
Showing 2 changed files with 274 additions and 377 deletions.
Loading

0 comments on commit bdd0150

Please sign in to comment.