Comments
Patch
@@ -858,6 +858,8 @@
priv = netdev_priv(dev);
+ priv->neg_be_verbose = 0; /* 2007-01-23,2007-10-12 --ms, should start with 0 */
+
if ( bbuf ) {
dma_size = ( TLAN_NUM_RX_LISTS + TLAN_NUM_TX_LISTS )
* ( sizeof(TLanList) + TLAN_MAX_FRAME_SIZE );
@@ -2783,7 +2785,9 @@
/* Wait for 8 sec to give the process
* more time. Perhaps we should fail after a while.
*/
- if (!priv->neg_be_verbose++) {
+ /* if (!priv->neg_be_verbose++) 2007-01-23,2007-10-12 --ms */
+ if (!priv->neg_be_verbose) {
+ priv->neg_be_verbose++; /* 2007-01-23,2007-10-12 we'll see this messages one times --ms */
pr_info("TLAN: Giving autonegotiation more time.\n");
pr_info("TLAN: Please check that your adapter has\n");
pr_info("TLAN: been properly connected to a HUB or Switch.\n");