Re: armv7: banana pi, Allwinner A20 board

2014-10-05 Thread Jonathan Gray
On Mon, Oct 06, 2014 at 05:10:58AM +0900, SASANO Takayoshi wrote: > Hi, > > > I've put up a recently built ramdisk with the l1 pte change here: > > http://jsg.id.au/openbsd/bsd.rd.SUNXI.umg > > Thanks but not worked... > > And, Ethernet PHY(RTL8211E) is recognized as ukphy. > I heard that the po

Re: libevent ifdef sigaction

2014-10-05 Thread Nicholas Marriott
Hi I don't think there will be any more 1.x releases, 1.x is no longer maintained upstream. You can remove -DHAVE_SIGACTION from the Makefile as well. I'm happy enough with this, but there are a lot more to remove as well... On Sun, Oct 05, 2014 at 10:29:38PM +0200, Alexander Bluhm wrote: > H

Re: syslogd eintr

2014-10-05 Thread Nicholas Marriott
Hi I would be inclined to leave these - they don't cost much and people expect to see EINTR handled. On Sun, Oct 05, 2014 at 09:55:39PM +0200, Alexander Bluhm wrote: > Hi, > > As libevent uses sigaction(2) with SA_RESTART, the code to handle > EINTR errors can be removed. > > ok? > > bluhm >

Re: syslogd sigmask

2014-10-05 Thread Nicholas Marriott
ok nicm On Sun, Oct 05, 2014 at 09:47:56PM +0200, Alexander Bluhm wrote: > Hi, > > As libevent provides safe signal callbacks instead of signal handlers, > the sigprocmask(2) protection is not necessary and can be removed. > > ok? > > bluhm > > Index: usr.sbin/syslogd/syslogd.c > ==

libevent ifdef sigaction

2014-10-05 Thread Alexander Bluhm
Hi, Can we remove the #ifdef HAVE_SIGACTION from libevent? The only reason to keep it, would be make merging with upstream easier. Do we expect any new 1.X versions from upstream? ok? bluhm Index: lib/libevent/evsignal.h === RCS

Re: armv7: banana pi, Allwinner A20 board

2014-10-05 Thread SASANO Takayoshi
Hi, > I've put up a recently built ramdisk with the l1 pte change here: > http://jsg.id.au/openbsd/bsd.rd.SUNXI.umg Thanks but not worked... And, Ethernet PHY(RTL8211E) is recognized as ukphy. I heard that the power of PHY is controlled by GPIO PH23. (see http://www.srchack.org/article.php?story

Re: syslogd eintr

2014-10-05 Thread Alexander Bluhm
Hi, As libevent uses sigaction(2) with SA_RESTART, the code to handle EINTR errors can be removed. ok? bluhm Index: usr.sbin/syslogd/syslogd.c === RCS file: /cvs/src/usr.sbin/syslogd/syslogd.c,v retrieving revision 1.128 diff -u -p

Re: syslogd sigmask

2014-10-05 Thread Alexander Bluhm
Hi, As libevent provides safe signal callbacks instead of signal handlers, the sigprocmask(2) protection is not necessary and can be removed. ok? bluhm Index: usr.sbin/syslogd/syslogd.c === RCS file: /cvs/src/usr.sbin/syslogd/syslo

tree.h style nit-pick

2014-10-05 Thread Martin Natano
Let's make tree.h conform to style(9). Index: tree.h === RCS file: /cvs/src/sys/sys/tree.h,v retrieving revision 1.13 diff -u -r1.13 tree.h --- tree.h 9 Jul 2011 00:19:45 - 1.13 +++ tree.h 5 Oct 2014 17:25:24 -

Getting a CubieBoard 2 to boot

2014-10-05 Thread Tracy
I just downloaded the latest snapshot of OpenBSD 5.6 and did the dd command to write the miniroot-sunxi image to a microSD card. However, all I see during the boot up process is u-boot...nothing OpenBSD related at all. I then removed the microSD card and mounted it on my OpenBSD 5.5 i386 machin

Re: armv7: banana pi, Allwinner A20 board

2014-10-05 Thread Jonathan Gray
On Sat, Oct 04, 2014 at 06:26:29AM +0900, SASANO Takayoshi wrote: > Hi, > > > When using > > > > OpenBSD 5.6 (RAMDISK-SUNXI) #3: Sun Aug 31 18:46:49 EDT 2014 > > > > could you drop into config (pass -c to boot) and try to "disable echi"? > > What shoud I do pass "boot -c" string to armv7 kernel