From 45a1693a312453dcb5d26cd03c57569c50872cc6 Mon Sep 17 00:00:00 2001 From: Roberto Cerati Date: Wed, 24 Apr 2013 10:46:17 +0800 Subject: net: ks8851_mll: add ethernet support The device interface is 16 bits wide. All the available packets are read from the incoming fifo. Signed-off-by: Roberto Cerati Signed-off-by: Raffaele Recalcati [voice.shen@atmel.com: address comments from review results] [voice.shen@atmel.com: clean up for submit] Signed-off-by: Bo Shen Tested-by: Raffaele Recalcati --- include/netdev.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/netdev.h b/include/netdev.h index 6bc9fc8..bb29a91 100644 --- a/include/netdev.h +++ b/include/netdev.h @@ -71,6 +71,7 @@ int greth_initialize(bd_t *bis); void gt6426x_eth_initialize(bd_t *bis); int inca_switch_initialize(bd_t *bis); int ks8695_eth_initialize(void); +int ks8851_mll_initialize(u8 dev_num, int base_addr); int lan91c96_initialize(u8 dev_num, int base_addr); int macb_eth_initialize(int id, void *regs, unsigned int phy_addr); int mcdmafec_initialize(bd_t *bis); -- cgit v1.1