From owner-freebsd-current@FreeBSD.ORG Wed Feb 6 06:44:37 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 078DABF9 for ; Wed, 6 Feb 2013 06:44:37 +0000 (UTC) (envelope-from kolyasir@gmail.com) Received: from mail-qc0-f173.google.com (mail-qc0-f173.google.com [209.85.216.173]) by mx1.freebsd.org (Postfix) with ESMTP id 9D147E6 for ; Wed, 6 Feb 2013 06:44:36 +0000 (UTC) Received: by mail-qc0-f173.google.com with SMTP id b12so392134qca.4 for ; Tue, 05 Feb 2013 22:44:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=xQFEN19l7AzDIr83rLHGsOYg+sskAXGWQBks8mFO1DU=; b=EwTMkj9YQNLVZOB+HnWETh1H84hqePMRc9cYBtydm2m1C6A8BX6RdRjjFUKmqnrxF+ +FQ+ZAIFs/CukwGGoSSZSf+c9Hc8OHBw1845XyfTkeWrGDqYpPJnXuCxlcGpzQ4Hb8Dp w/pjCha4LxE1MkiD+NEkmg0Bv61a0LtFifjGrtHQ52VvAIQE0nV0SLVxqk7InAshZ4Rk 7od+uQ26JgGRWvAfWiNxSZM3AHuKsKaDgUGdZ1i5R3ffs1Scmc0PJq7gveop6ydIptv7 g4atPEkVWkdlDgz/sHcCmAKIelyATXtTYnZpv2Cr3TwbKrFO1KY5MJeEamKW0BkNNdf1 GsGg== MIME-Version: 1.0 X-Received: by 10.224.78.209 with SMTP id m17mr21258029qak.45.1360133070296; Tue, 05 Feb 2013 22:44:30 -0800 (PST) Received: by 10.49.71.232 with HTTP; Tue, 5 Feb 2013 22:44:30 -0800 (PST) Date: Wed, 6 Feb 2013 01:44:30 -0500 Message-ID: Subject: Need to test new patch of Ethernet Switch Framework From: Yasir hussan To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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 06:44:37 -0000 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