From owner-freebsd-current@FreeBSD.ORG Wed Feb 6 23:20:22 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E5B07692 for ; Wed, 6 Feb 2013 23:20:22 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-we0-x230.google.com (mail-we0-x230.google.com [IPv6:2a00:1450:400c:c03::230]) by mx1.freebsd.org (Postfix) with ESMTP id 7F001256 for ; Wed, 6 Feb 2013 23:20:22 +0000 (UTC) Received: by mail-we0-f176.google.com with SMTP id s43so1536811wey.7 for ; Wed, 06 Feb 2013 15:20:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=IFmy7ngP5NYspd/b/mD4z0Japgvn8OAQPmA+9aPZ86E=; b=tewbRCP4aInrfx04OA9w+xdf7LPFp2rC8+pYl9KMVjFT0H3Cx+BVD5Kp7vy7W0IYWv eMZWstuKdM40FM58icqrWIJU7WV8wgza0qywHBdtILtqExup9QH4VvDZxMVtJEdGQxE8 OqgaTjEqUQi2lxKL+0VSPnmhOi4i0S5AKKwutNeshKC224imIX6wuZDUhCPTDNnuDlgg h7RiCRNvbfiTK3Ot/IJ1vUYDfb7REynKYJx8JMy3WxN1hxi0htg7yvryrpb/sOoo9OSb yygrrGq98yf4irUH7PAbdamoW3Xgb7UYhhwZ+V5JVq6Pm1Jad/DgT4zmYIwyiIToNKHZ AX3A== MIME-Version: 1.0 X-Received: by 10.180.101.98 with SMTP id ff2mr8303505wib.0.1360192821580; Wed, 06 Feb 2013 15:20:21 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.236.88 with HTTP; Wed, 6 Feb 2013 15:20:21 -0800 (PST) In-Reply-To: References: Date: Wed, 6 Feb 2013 15:20:21 -0800 X-Google-Sender-Auth: v2Es-ObGUGAYOjwGd6MJDj-rBqg Message-ID: Subject: Re: Need to test new patch of Ethernet Switch Framework From: Adrian Chadd To: Yasir hussan Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 23:20:23 -0000 A switch framework made it into -HEAD. Adrian On 5 February 2013 22:44, Yasir hussan wrote: > Hi, > > I saw a report that covers FreeBSD-related projects between October and > December 2010 and I observe that it have new patch for Ethernet Switch > Framework, I have also seen a little bit inside the code of patch( > http://loos.no-ip.org/rspro/switch-1.diff). > > I downloaded fresh code of FreeBSD v9 and apply command git apply > switch-1.diff but it shows me these errors: > > Code: > > switch.diff:397: trailing whitespace. > printf("\tphy %d ", ifmr.ifm_phy); > switch.diff:445: trailing whitespace. > printb("options", ifswr.ifsw_flags, IFSWBITS); > switch.diff:486: trailing whitespace. > printf("\tvlans: "); > switch.diff:869: trailing whitespace. > } > switch.diff:1826: trailing whitespace. > } > warning: sbin/ifconfig/Makefile has type 100755, expected 100644 > error: patch failed: sbin/ifconfig/Makefile:23 > error: sbin/ifconfig/Makefile: patch does not apply > error: patch failed: sys/mips/atheros/ar71xx_machdep.c:144 > error: sys/mips/atheros/ar71xx_machdep.c: patch does not apply > error: patch failed: sys/mips/atheros/if_arge.c:565 > error: sys/mips/atheros/if_arge.c: patch does not apply > > I am very interested to test this patch, can anyone help me out to do > this... > > Thanks > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"