summaryrefslogtreecommitdiff
path: root/drivers/net/rtl8019.c
AgeCommit message (Collapse)Author
2011-11-22net: rtl8109: drop unused !NET_MULTI driverMike Frysinger
No one uses this driver, and it isn't converted to the NET_MULTI framework (which we dropped recently), so drop this driver too. 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-02-14Fix remaining CONFIG_COMMANDSJean-Christophe PLAGNIOL-VILLARD
update comments Fix coding style Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]>
2007-11-25drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]>