lkml.org 
[lkml]   [2000]   [Aug]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: eepro100 status?
From
Date
>>>>> " " == Tigran Aivazian <tigran@veritas.com> writes:

> Is there a datasheet for eepro100 (or at least for 82557
> chipset?) somewhere? It would be interesting to understand
> what status 8 actually means.

Some access to documentation would indeed be interesting. Not least to
fix inconsistencies such as:


if (eeprom[3] & 0x03)
printk(KERN_INFO " Receiver lock-up bug exists -- ...

.....
sp->rx_bug = (eeprom[3] & 0x03) == 3 ? 0 : 1;
if (sp->rx_bug)
printk(KERN_INFO " Receiver lock-up workaround activated.\n");


which can be somewhat confusing.

Cheers,
Trond
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:37    [W:0.044 / U:0.940 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site