drivers/net: Add Micrel KS8841/42 support to ks8842 driver
authorDavid J. Choi <david.choi@micrel.com>
Tue, 13 Jul 2010 17:09:19 +0000 (10:09 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Jul 2010 17:13:49 +0000 (10:13 -0700)
commit28bd620c7a1244e59459d6293ca11f162e0a67b9
treea0ff06027d762346eb81aae4a835c56df0938133
parent242647bcf8464860f173f3d4d4ab3490d3558518
drivers/net: Add Micrel KS8841/42 support to ks8842 driver

Body of the explanation:
   -support 16bit and 32bit bus width.
   -add device reset for ks8842/8841 Micrel device.
   -set 100Mbps as a default for Micrel device.
   -set MAC address in both MAC/Switch layer with different sequence for Micrel
    device, as mentioned in data sheet.
   -use private data to set options both 16/32bit bus width and Micrel device/
    Timberdale(FPGA).
   -update Kconfig in order to put more information about ks8842 device.

Signed-off-by: David J. Choi <david.choi@micrel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/Kconfig
drivers/net/ks8842.c