summaryrefslogtreecommitdiff
path: root/drivers/net/3c589.c
AgeCommit message (Collapse)Author
2011-10-23net: sc589: drop unused !NET_MULTI driverMike Frysinger
No boards appear to use this driver, and it doesn't support NET_MULTI, so punt the old driver. Signed-off-by: Mike Frysinger <[email protected]>
2009-03-20drivers/net/: get mac address from environmentMike Frysinger
The environment is the canonical storage location of the mac address, so we're killing off the global data location and moving everything to querying the env directly. The drivers that get converted here: 3c589 4xx_enet dc2114x dm9000x enc28j60 fsl_mcdmafec ks8695eth mcffec rtl8019 rtl8169 s3c4510b_eth xilinx_emac xilinx_emaclite Signed-off-by: Mike Frysinger <[email protected]> CC: Ben Warren <[email protected]> CC: Rolf Offermanns <[email protected]> CC: Stefan Roese <[email protected]> CC: Sascha Hauer <[email protected]> CC: TsiChung Liew <[email protected]> CC: Greg Ungerer <[email protected]> CC: Xue Ligong <[email protected]> CC: Masami Komiya <[email protected]> CC: Curt Brune <[email protected]> CC: Michal SIMEK <[email protected]>
2008-06-09net: Conditional COBJS inclusion of network driversShinya Kuribayashi
Replace COBJS-y with appropriate driver config names. Signed-off-by: Shinya Kuribayashi <[email protected]> Signed-off-by: Ben Warren <[email protected]>
2008-05-21Big white-space cleanup.Wolfgang Denk
This commit gets rid of a huge amount of silly white-space issues. Especially, all sequences of SPACEs followed by TAB characters get removed (unless they appear in print statements). Also remove all embedded "vim:" and "vi:" statements which hide indentation problems. Signed-off-by: Wolfgang Denk <[email protected]>
2007-11-25drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]>