interprocessor communication

2005-09-23 Thread jerry
Good afternoon list, I have a single board computer with 2 cpu each running their own freebsd kernel: PHY--CPU1---logic-CPU2---PHY mii bus mii bus Packets should flow from cpu1 to cpu2. after I'm done processing a packet on CPU1 how can I address it to CPU2? I

Re: Fwd: Re: Linksys WRT54G with freebsd

2005-09-23 Thread Mike Lawrence
Has anyone considered looking into the airlink wireless AR315W >From the linuxdevices website The AirLink101 AR315W is based on a Marvell ARM914 board, has a six-port 10/100 Ethernet switch, and can run Linux or eCos just a thought ::reply to is a spam catcher please reply to the list On 9/23/05,

Fixing an error condition for 'rm -P'

2005-09-23 Thread Doug Barton
I have rm aliased to '/bin/rm -P', mostly for fun, but I like the idea. There is an oddity however when you use the -P flag, and the file is not writable. The check() function in rm.c specifically ignores this condition, and lets the thing fail later in the program. I think this is bad on an objec

freebsd-5.4-stable panics

2005-09-23 Thread Jason Carroll
Hi-- I've been working on setting up a dual cpu, dual-core Opteron 275 with freebsd-5.4-stable, but have been getting panics and reboots fairly consistently. I think the problem I'm seeing might be related to this discussion: http://groups.google.com/group/lucky.freebsd.current/browse_thread/th

Re: Fwd: Re: Linksys WRT54G with freebsd

2005-09-23 Thread Bruno Ducrot
On Fri, Sep 23, 2005 at 09:01:05AM -0600, Scott Long wrote: > There has been talk of doing this in the past year from some people, but > I don't know if it got very far. If you're inspired, go for it! There > are plenty of docs on the web about how to attach a serial port header > and bootstrap i

Re: Linksys WRT54G with freebsd

2005-09-23 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Scott Long <[EMAIL PROTECTED]> writes: : There has been talk of doing this in the past year from some people, but : I don't know if it got very far. If you're inspired, go for it! There : are plenty of docs on the web about how to attach a serial port h

Re: Fwd: Re: Linksys WRT54G with freebsd

2005-09-23 Thread Scott Long
Bruno Ducrot wrote: On Fri, Sep 23, 2005 at 01:50:45PM +0200, Florent Thoumie wrote: Le Vendredi 23 septembre 2005 à 12:16 +0200, Bachilo Dmitry a écrit : Forwarding to FreeBSD hackers. (Because i am hacking WRT right now and only Linux flashes work) -- ?? ??

Re: Fwd: Re: Linksys WRT54G with freebsd

2005-09-23 Thread Bruno Ducrot
On Fri, Sep 23, 2005 at 01:50:45PM +0200, Florent Thoumie wrote: > Le Vendredi 23 septembre 2005 à 12:16 +0200, Bachilo Dmitry a écrit : > > Forwarding to FreeBSD hackers. (Because i am hacking WRT right now and only > > Linux flashes work) > > -- ?? ??

Re: Fwd: Re: Linksys WRT54G with freebsd

2005-09-23 Thread Florent Thoumie
Le Vendredi 23 septembre 2005 à 12:16 +0200, Bachilo Dmitry a écrit : > Forwarding to FreeBSD hackers. (Because i am hacking WRT right now and only > Linux flashes work) > -- Пересланное сообщение -- > > Subject: Re: Linksys WRT54G with freebsd > Date: Пятница 23 Сентябрь 2005 1

Fwd: Re: Linksys WRT54G with freebsd

2005-09-23 Thread Bachilo Dmitry
Forwarding to FreeBSD hackers. (Because i am hacking WRT right now and only Linux flashes work) -- Пересланное сообщение -- Subject: Re: Linksys WRT54G with freebsd Date: Пятница 23 Сентябрь 2005 17:06 From: Thierry Herbelot <[EMAIL PROTECTED]> To: freebsd-current@freebsd.org C

Fixing an error condition for 'rm -P'

2005-09-23 Thread Doug Barton
I have rm aliased to '/bin/rm -P', mostly for fun, but I like the idea. There is an oddity however when you use the -P flag, and the file is not writable. The check() function in rm.c specifically ignores this condition, and lets the thing fail later in the program. I think this is bad on an ob