Marco Atzeri <[EMAIL PROTECTED]> :
[...]
> I hope to have not forgot something on the dump;
> as before for 1469 and 1470 no ping reply.

Thanks for your work. The status word did not appear.
Can you apply the patch above on top of the previous one
and send the log after the usual pings ? No need to
monitor the traffic.

diff --git a/drivers/net/sis190.c b/drivers/net/sis190.c
index 478791e..6dc1278 100644
--- a/drivers/net/sis190.c
+++ b/drivers/net/sis190.c
@@ -72,7 +72,7 @@
 #define NUM_RX_DESC            64      /* [8..8192] */
 #define TX_RING_BYTES          (NUM_TX_DESC * sizeof(struct TxDesc))
 #define RX_RING_BYTES          (NUM_RX_DESC * sizeof(struct RxDesc))
-#define RX_BUF_SIZE            1536
+#define RX_BUF_SIZE            1552
 #define RX_BUF_MASK            0xfff8
 
 #define SIS190_REGS_SIZE       0x80
@@ -595,8 +598,8 @@ static int sis190_rx_interrupt(struct ne
 
                status = le32_to_cpu(desc->PSize);
 
-               // net_intr(tp, KERN_INFO "%s: Rx PSize = %08x.\n", dev->name,
-               //       status);
+               printk(KERN_INFO "%s: Rx PSize = %08x.\n", dev->name,
+                        status);
 
                if (sis190_rx_pkt_err(status, stats) < 0)
                        sis190_give_to_asic(desc, tp->rx_buf_sz);

--
Ueimor
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to