diff options
author | Cesar Eduardo Barros <cesarb@cesarb.net> | 2009-01-15 05:34:24 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-01-21 23:03:42 +0100 |
commit | 627af770c63acddc2402dd19fec70df5c3ad8ab7 (patch) | |
tree | a8329fda385207040a59d317d0ffe01bf270472e /drivers/net/sc92031.c | |
parent | sc92031: use device id directly instead of made-up name (diff) | |
download | linux-627af770c63acddc2402dd19fec70df5c3ad8ab7.tar.xz linux-627af770c63acddc2402dd19fec70df5c3ad8ab7.zip |
sc92031: add a link to the datasheet
Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/sc92031.c')
-rw-r--r-- | drivers/net/sc92031.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/sc92031.c b/drivers/net/sc92031.c index 00dfddbf2f9b..c13cbf099b88 100644 --- a/drivers/net/sc92031.c +++ b/drivers/net/sc92031.c @@ -13,6 +13,9 @@ * Both are almost identical and seem to be based on pci-skeleton.c * * Rewritten for 2.6 by Cesar Eduardo Barros + * + * A datasheet for this chip can be found at + * http://www.silan.com.cn/english/products/pdf/SC92031AY.pdf */ /* Note about set_mac_address: I don't know how to change the hardware |