From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Thu, 16 Jul 2009 21:09:49 -0700 Subject: [U-Boot] [PATCH] Convert SMC911X Ethernet driver to CONFIG_NET_MULTI API In-Reply-To: <200907162346.46061.vapier@gentoo.org> References: <1247796981-2131-1-git-send-email-biggerbadderben@gmail.com> <200907162346.46061.vapier@gentoo.org> Message-ID: <4A5FF98D.80007@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Mike Frysinger wrote: > couple changes to squash into this: > - fix build error for systems using in 16bit > - tweak bf548-ezkit update > - do not leak priv malloc() if dev malloc() failed > - make sure we clear eth_device (we really need a zalloc()) > - initialize dev->enetaddr in the driver register func > - initialize the driver mac with dev->enetaddr > > seems to work on my bf548-ezkit: Wow, that was quick! Thanks! Ben