From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13745 invoked by alias); 16 Aug 2005 18:06:16 -0000 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Received: (qmail 13649 invoked by uid 22791); 16 Aug 2005 18:06:03 -0000 Received: from web60814.mail.yahoo.com (HELO web60814.mail.yahoo.com) (209.73.178.237) by sourceware.org (qpsmtpd/0.30-dev) with SMTP; Tue, 16 Aug 2005 18:06:03 +0000 Received: (qmail 75133 invoked by uid 60001); 16 Aug 2005 18:05:22 -0000 Message-ID: <20050816180522.75131.qmail@web60814.mail.yahoo.com> Received: from [216.101.234.182] by web60814.mail.yahoo.com via HTTP; Tue, 16 Aug 2005 11:05:22 PDT Date: Tue, 16 Aug 2005 18:06:00 -0000 From: baljeet singh To: ecos-discuss@ecos.sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: [ECOS] DM9000 ethernet drivers X-SW-Source: 2005-08/txt/msg00180.txt.bz2 All, I am trying to get DM9000 ethernet drivers from MSalter with extensions by Stefan Rosinger to work on my hardware. I am not able to find the call to MACRO NETDEVTAB_ENTRY(DRV_netdev, "DRV", DRV_HRDWR_init, &DRV_sc); That would create an entry in the dev table for this device and also a call to MACRO ETH_DRV_SC(DRV_sc, 0, // No driver specific data needed "eth0", // Name for this interface HRDWR_start, HRDWR_stop, HRDWR_control, HRDWR_can_send HRDWR_send, HRDWR_recv); that will setup the function calls. I am looking at dm900_drv.c and dm9000_info.h Is there anyother file that I should be looking at? Or is this process of translation to specific device gets done in some fashion that I don't need to worry about. Thanks B __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss