From owner-freebsd-current@FreeBSD.ORG Tue Aug 13 00:52:42 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AD3A0C1A for ; Tue, 13 Aug 2013 00:52:42 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-lb0-x234.google.com (mail-lb0-x234.google.com [IPv6:2a00:1450:4010:c04::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3394328B5 for ; Tue, 13 Aug 2013 00:52:42 +0000 (UTC) Received: by mail-lb0-f180.google.com with SMTP id a16so5351013lbj.11 for ; Mon, 12 Aug 2013 17:52:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=kAL0gJGkncQQ37JKwJ7gdYsrADfT5l5ZiYchYaq004A=; b=gjzfxUZPIgML3GFSd0YQSxF/C1x88ukInO1YzPLdtIfkZmL+TsQs0urm4MxZmgi1lO xdP5OWtoGJfo4ssoW7CAonvPEA12IIq3hwulGVga4l1O/7jz8D75qgr2hgFhlG/2cK32 ITGzm/POH/L1znd9p5QzLTh8cScAP8ho6fREZ7pYRdnL7tFfWr3wv6JnavxXskFxoxQX wV/OF93+VOIUISgu3qrGWkK3uV5/hbCdKzs7frNFJf7U3IJt9b8tbCP7lhve94hbLvKu 3VP1nhoyEDopPvgBklwj4LS0gU9q6/TPCvd3Mlh6+7P/eJchYcvDbAHbvXgN526rj9X9 r+WQ== MIME-Version: 1.0 X-Received: by 10.112.26.106 with SMTP id k10mr1207557lbg.27.1376355159120; Mon, 12 Aug 2013 17:52:39 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.22.100 with HTTP; Mon, 12 Aug 2013 17:52:39 -0700 (PDT) In-Reply-To: <20130812.124834.1287983109881683567.shigeru@iij.ad.jp> References: <20130812.124834.1287983109881683567.shigeru@iij.ad.jp> Date: Mon, 12 Aug 2013 17:52:39 -0700 X-Google-Sender-Auth: SuJXNO_gENuO22la1fAEZUiN6bE Message-ID: Subject: Re: quick hack to support "option VIMAGE" on USB Ethernet From: Craig Rodrigues To: YAMAMOTO Shigeru Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-current Current 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: Tue, 13 Aug 2013 00:52:42 -0000 Hi, I do not have a USB Ethernet device, and do not fully understand VIMAGE yet. Is your patch still necessary in CURRENT, after this patch was applied to subr_bus.c? http://lists.freebsd.org/pipermail/svn-src-all/2013-July/071878.html -- Craig On Sun, Aug 11, 2013 at 8:48 PM, YAMAMOTO Shigeru wrote: > > Hi all, > > I hope to use "option VIMAGE" on RaspberryPi. > > So, I try to make a patch. > > http://freebsd-current.os-hackers.jp/pub/FreeBSD/snapshots/20130812/raspberry-pi/patch-vimage-r254236.diff > #There is a SD image for RaspberryPi at same place. > > But, I only test it for if_smsc driver on RaspberryPi. > I don't test other architectures/devices. > > Please test my patch and suggest the way to support "option VIMAGE" on USB > devices, if you are interested in. > > Thanks, > ------- > YAMAMOTO Shigeru > _______________________________________________ > 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" >