Add Soekris comBIOS detection to bios(4) on i386/amd64

2013-02-20 Thread Matt Dainty
Attached are two patches for bios(4) on i386 & amd64 that add support for detecting the comBIOS on Soekris hardware, which then fills in the hw.vendor & hw.product sysctl variables as this hardware lacks any SMBIOS to provide them. The idea is then these can be used in the GPIO/LED driver for the n

Re: Workaround for an rsu(4) bug

2013-02-20 Thread Brad Smith
On Wed, Feb 20, 2013 at 01:23:00PM +0300, Kirill Bychkov wrote: > On Tue, February 5, 2013 14:10, Stuart Henderson wrote: > > On 2013/02/05 05:18, Brad Smith wrote: > >> On Tue, Feb 05, 2013 at 12:26:47AM +0100, Mark Kettenis wrote: > >> > > Date: Tue, 29 Jan 2013 21:04:30 -0500 > >> > > From: Brad

Re: "controler" => "controller"

2013-02-20 Thread Chris Cappuccio
Nick Permyakov [stick...@mail.ru] wrote: > Hi, > > The phrase in question is "Always be aware of what was available > when a controler or interface was manufactured" in section 14.8, > subsection "FFS vs. FFS2" on http://www.openbsd.org/faq/faq14.html. > That whole area is sort of a poor summary

Re: "controler" => "controller"

2013-02-20 Thread Stuart Henderson
On 2013/02/20 21:04, Nick Permyakov wrote: > Hi, > > The phrase in question is "Always be aware of what was available when > a controler or interface was manufactured" in section 14.8, > subsection "FFS vs. FFS2" on http://www.openbsd.org/faq/faq14.html. > > Best regards, > Nick Permyakov > Fix

"controler" => "controller"

2013-02-20 Thread Nick Permyakov
Hi, The phrase in question is "Always be aware of what was available when a controler or interface was manufactured" in section 14.8, subsection "FFS vs. FFS2" on http://www.openbsd.org/faq/faq14.html. Best regards, Nick Permyakov

Re: ip6 source address selection and down interfaces

2013-02-20 Thread Alexander Bluhm
On Wed, Feb 20, 2013 at 12:36:13AM -0600, Todd T. Fries wrote: > The source address selection mechanism in IPv4 is to my understanding: > > the first address on the interface associated with the route > to the remote host > > The source address selection mechanism in IPv6 is to my understanding

Re: ip6 source address selection and down interfaces

2013-02-20 Thread Alexander Bluhm
On Wed, Feb 20, 2013 at 01:11:10AM +, Stuart Henderson wrote: > Someone trying to replace some latvian boxes with bgpd/npppd mentioned > a problem with v6 on carp interfaces in 'backup' state where their > address was used as source address, despite there being an address > on the carpdev which

Re: Workaround for an rsu(4) bug

2013-02-20 Thread Kirill Bychkov
On Tue, February 5, 2013 14:10, Stuart Henderson wrote: > On 2013/02/05 05:18, Brad Smith wrote: >> On Tue, Feb 05, 2013 at 12:26:47AM +0100, Mark Kettenis wrote: >> > > Date: Tue, 29 Jan 2013 21:04:30 -0500 >> > > From: Brad Smith >> > > >> > > To a certain extent this seems to make rsu(3) work a

Re: raid10 for softraid(4)

2013-02-20 Thread Jiri B
On Wed, Feb 20, 2013 at 04:48:57PM +1000, Dmitry Bogdan wrote: > Hi, > I am interested in implementing layered RAID10 for softraid(4) as a > part of my course project in the university. > > I have a vast expirience in using software raids in openbsd and other > operating systems and was surpised t