Re: quick hack to support "option VIMAGE" on USB Ethernet

2014-02-17 Thread Craig Rodrigues
On Sun, Feb 16, 2014 at 2:20 AM, Hiroo Ono (小野寛生) < hiroo.ono+free...@gmail.com> wrote: > Hello, > > The problem of USB ethernet device with VIMAGE kernel still remains > with 10.0-RELEASE and I think I have found the reason and a fix. > > I have filed a patch and backtrace as a followup to the PR

Re: quick hack to support "option VIMAGE" on USB Ethernet

2014-02-16 Thread Ian Lepore
On Sun, 2014-02-16 at 06:28 -0500, Aryeh Friedman wrote: > He was asking how to run a VM on ARM something that one of our core team > members has already demostrated and I was just giving a pointer to it (the > archives are a little screw right now so no direct link) > What he was asking had noth

Re: quick hack to support "option VIMAGE" on USB Ethernet

2014-02-16 Thread Boris Samorodov
16.02.2014 15:28, Aryeh Friedman пишет: > He was asking how to run a VM on ARM something that one of our core team > members has already demostrated and I was just giving a pointer to it (the > archives are a little screw right now so no direct link) 1. Top quoting. 2. Unneeded over quoting. 3. B

Re: quick hack to support "option VIMAGE" on USB Ethernet

2014-02-16 Thread Aryeh Friedman
He was asking how to run a VM on ARM something that one of our core team members has already demostrated and I was just giving a pointer to it (the archives are a little screw right now so no direct link) On Sun, Feb 16, 2014 at 6:25 AM, Boris Samorodov wrote: > 16.02.2014 14:29, Aryeh Friedman

Re: quick hack to support "option VIMAGE" on USB Ethernet

2014-02-16 Thread Boris Samorodov
16.02.2014 14:29, Aryeh Friedman пишет: > Take a look at petitecloud.org it might solve your issue we have a working > cloud on a stick for stuff like the above (using bhyve running off a usb > drive) Is it only me who thinks that it's a pure SPAM? > On Sun, Aug 11, 2013 at 11:48 PM, YAMAMOTO Sh

Re: quick hack to support "option VIMAGE" on USB Ethernet

2014-02-16 Thread Aryeh Friedman
Forgot to mention that the actual solution is only in our mailing list archives but should in the next few days be on the site On Sun, Feb 16, 2014 at 5:29 AM, Aryeh Friedman wrote: > Take a look at petitecloud.org it might solve your issue we have a > working cloud on a stick for stuff like the

Re: quick hack to support "option VIMAGE" on USB Ethernet

2014-02-16 Thread Aryeh Friedman
Take a look at petitecloud.org it might solve your issue we have a working cloud on a stick for stuff like the above (using bhyve running off a usb drive) On Sun, Aug 11, 2013 at 11:48 PM, YAMAMOTO Shigeru wrote: > > Hi all, > > I hope to use "option VIMAGE" on RaspberryPi. > > So, I try to make

Re: quick hack to support "option VIMAGE" on USB Ethernet

2014-02-16 Thread 小野寛生
Hello, The problem of USB ethernet device with VIMAGE kernel still remains with 10.0-RELEASE and I think I have found the reason and a fix. I have filed a patch and backtrace as a followup to the PR http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/183835 I will repeat the explanation here. The pr

Re: quick hack to support "option VIMAGE" on USB Ethernet

2013-08-13 Thread Craig Rodrigues
On Mon, Aug 12, 2013 at 8:57 PM, YAMAMOTO Shigeru wrote: > > My try is, > 1) I try to enable "option VIMAGE" at r254236@HEAD. > It causes panic at accessing V_if_index in ifindex_alloc_locked(). > Can you provide the kernel backtrace for this panic? It would be interesting to see where we need t

Re: quick hack to support "option VIMAGE" on USB Ethernet

2013-08-12 Thread YAMAMOTO Shigeru
Hi all, From: Craig Rodrigues Subject: Re: quick hack to support "option VIMAGE" on USB Ethernet Date: Mon, 12 Aug 2013 17:52:39 -0700 > I do not have a USB Ethernet device, and do not fully understand VIMAGE yet. > Is your patch still necessary in CURRENT, after this patc

Re: quick hack to support "option VIMAGE" on USB Ethernet

2013-08-12 Thread Craig Rodrigues
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 Shiger

quick hack to support "option VIMAGE" on USB Ethernet

2013-08-11 Thread YAMAMOTO Shigeru
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.