linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] another for ibm_ocp_enet gzip'd
@ 2002-03-15 19:41 andrew may
  2002-03-15 20:05 ` Tom Rini
  2002-03-15 20:06 ` Tom Rini
  0 siblings, 2 replies; 11+ messages in thread
From: andrew may @ 2002-03-15 19:41 UTC (permalink / raw)
  To: linuxppc-embedded; +Cc: Armin

[-- Attachment #1: Type: text/plain, Size: 1077 bytes --]

This patch includes the last patch that I sent before the
directory move, plus some more stuff.

1. Fix merge error with MAX_NUM_PHYS in find phy loop.
(the for loop condition should match the if check)

2. Fix bad Partner Link check for the added Phy.

3. added mal.sh to generate a new ibm_ocp_mal.c
        mal.sh  DCRN_MAL_BASE >ibm_ocp_mal.c
or      mal.sh  DCRN_MAL_BASE DCRN_MAL1_BASE >ibm_ocp_mal.c
will work. It seems that the second on generates a smaller
object file even though the code is bigger for the 405GP.
I would think it is because MAL1 is 0.
This condenses all the get/set mal calls into one for get
and one for set. I also changed mal_num to mal, just to help
me find/change things.

I think this is a better approach than what was in the _mal.c,
but I didn't change the makefile to generate the code on the
fly yet.

4. Added skb_res as a module param and config.in option.

5. Created rx_clean/fill functions to remove duplicate code
in open and the 2 rx interrupts.

6. Handle dev_alloc failures better by retrying to alloc before
the rxde interrupt.


[-- Attachment #2: ocp_enet.diff.gz --]
[-- Type: application/octet-stream, Size: 9410 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2002-03-19  1:01 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-15 19:41 [PATCH] another for ibm_ocp_enet gzip'd andrew may
2002-03-15 20:05 ` Tom Rini
2002-03-15 22:25   ` andrew may
2002-03-15 22:31     ` Tom Rini
2002-03-18 22:25       ` andrew may
2002-03-18 14:53         ` Armin
2002-03-18 22:56           ` andrew may
2002-03-19  0:28         ` Tom Rini
2002-03-19  0:54           ` andrew may
2002-03-19  1:01             ` Tom Rini
2002-03-15 20:06 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).