Re: Threads related SIGSEGV in random.c

2012-09-18 Thread Alexey Suslikov
On Tuesday, September 18, 2012, Otto Moerbeek wrote: On Tue, Sep 18, 2012 at 03:32:04PM -0400, Ted Unangst wrote: On Tue, Sep 18, 2012 at 19:40, Alexey Suslikov wrote: This one being discovered by Roman Kravchuk using Kannel port (see https://github.com/jasperla/openbsd-wip/tree

Re: PCI_PWR_D[0-3] vs. PCI_PMCSR_STATE_D[0-3]

2012-02-22 Thread Alexey Suslikov
Hello. Any feedback on this one? On Sat, Feb 4, 2012 at 02:02, Alexey Suslikov alexey.susli...@gmail.com wrote: hello tech@ aren't these PCI_PWR_D[0-3] defines just duplicates of PCI_PMCSR_STATE_D[0-3] from pcireg.h? --- /usr/src/sys/dev/pci/pcivar.h.orig Sat Feb 4 01:28:05 2012

PCI_PWR_D[0-3] vs. PCI_PMCSR_STATE_D[0-3]

2012-02-03 Thread Alexey Suslikov
hello tech@ aren't these PCI_PWR_D[0-3] defines just duplicates of PCI_PMCSR_STATE_D[0-3] from pcireg.h? --- /usr/src/sys/dev/pci/pcivar.h.orig Sat Feb 4 01:28:05 2012 +++ /usr/src/sys/dev/pci/pcivar.h Sat Feb 4 01:28:41 2012 @@ -53,14 +53,6 @@ */ typedef u_int32_t pcireg_t;

mfi(4) skinny variant support, MegaRAID 9240

2012-01-03 Thread Alexey Suslikov
hello tech@ mfi(4) diff to support MegaRAID 9240-4i (from kravchuk...@gmail.com). 2:0:0: Symbios Logic MegaRAID SAS2008 0x: Vendor ID: 1000 Product ID: 0073 0x0004: Command: 0147 Status ID: 0010 0x0008: Class: 01 Subclass: 04 Interface: 00 Revision: 03 0x000c:

Missing aoe(4) man page

2011-08-30 Thread Alexey Suslikov
Hello tech@. bioctl does support for AOE since revision 1.101, softraid does AOE config since revision 1.23. both are in 5.0. Moreover, http://www.openbsd.org/plus45.html mentions aoe(4), http://en.wikipedia.org/wiki/ATA_over_Ethernet mentions native support for AOE since OpenBSD 4.5-current.

iscsi.conf(5)

2011-07-29 Thread Alexey Suslikov
Hello tech@. As per http://marc.info/?l=openbsd-cvsm=128533168214747w=2 we wont do an iscsi.conf manpage until the syntax has settled down. Since it is unlikely for iscsi.conf(5) to hit 5.0 release, could someone provide examples (success stories with different targets) to allow mere mortals to

Re: support specifying scheme/method in apache server configs

2011-07-19 Thread Alexey Suslikov
Benny Lofgren wrote: On 2011-07-19 08.29, David Gwynne wrote: noone has an opinion? I like it. I was about to run into exactly the same problem on a similar setup in a few days myself, so it couldn't have come in more handy. :-) would anyone get upset if i committed this? I've tried

Re: aucat(1) block sizes

2011-06-03 Thread Alexey Suslikov
On Fri, Jun 3, 2011 at 17:45, Alexandre Ratchov a...@caoua.org wrote: On Fri, Jun 03, 2011 at 02:10:37PM +0300, Alexey Suslikov wrote: Hello tech@. aucat(1) manual says: Streams created with the -t option export the server clock using MTC, allowing non-audio software or hardware

Re: disable wbng

2011-05-26 Thread Alexey Suslikov
On Sat, May 21, 2011 at 22:42, Chris Cappuccio ch...@nmedia.net wrote: Alexey Suslikov [alexey.susli...@gmail.com] wrote: I have to disable wbsio(4) on X8SIL-based Supermicro box since leaving it enabled leads to weird things: sudden overheating alarms while no overheating, front panel fault

Re: disable wbng

2011-05-19 Thread Alexey Suslikov
Theo de Raadt wrote: On 2010/09/23 15:13, Marco Pfatschbacher wrote: On Wed, Sep 22, 2010 at 06:11:58PM +0200, Mike Belopuhov wrote: there's nothing special about this driver. as it does usual iic_exec's, i'm not sure what can be actually fixed there. so if nobody has any idea what

Re: disable wbng

2011-05-19 Thread Alexey Suslikov
On Thu, May 19, 2011 at 21:26, Stuart Henderson s...@spacehopper.org wrote: On 2011/05/19 20:13, Alexey Suslikov wrote: Theo de Raadt wrote: On 2010/09/23 15:13, Marco Pfatschbacher wrote: On Wed, Sep 22, 2010 at 06:11:58PM +0200, Mike Belopuhov wrote: there's nothing special about

iSCSI in recent Supermicro boards

2011-05-16 Thread Alexey Suslikov
Hello. Does anybody know about iSCSI BIOS settings in recent Supermicro boards? For example, manual for X8SIL family says: 1-7 iSCSI Support The X8SIL/X8SIL-F/X8SIL-V motherboard supports the iSCSI Internet Protocol. iSCSI is an IP networking standard used to link and manage data storage, and

Re: alc(4) support for Atheros AR815x

2011-05-03 Thread Alexey Suslikov
Edd Barrett wrote: On Mon, May 02, 2011 at 11:02:41AM +0100, Stuart Henderson wrote: On 2011/05/02 01:16, Edd Barrett wrote: On Sun, May 01, 2011 at 08:10:56PM +0100, Stuart Henderson wrote: On 2011/05/01 18:35, Edd Barrett wrote: I have acquired a netboot (packard bell dot s),

Re: re(4)/atom freezes (was Re: [SOLVED] Re: OpenBSD 4.8 freezes on certain activities)

2010-11-13 Thread Alexey Suslikov
Anton Maksimenkov wrote: 2010/11/12 Stuart Henderson s...@spacehopper.org: In my case: system just appears to freeze, no response to numlock etc, cannot enter DDB (typing blind as I'm generally in X and the machine has no serial port, but no response to ctrl-alt-esc followed by boot r).

Writing to mmaped region cause segfault

2010-11-03 Thread Alexey Suslikov
Hello t...@. On OpenBSD/amd64, doing something like char *buf = mmap(NULL, len + 1, PROT_READ | PROT_WRITE, MAP_PRIVATE, some.fd, 0); buf[len] = '\0'; causes segfault on buf[len] = '\0' assignment if len = 16384. However doing char *buf = mmap(NULL, len + 1, PROT_READ | PROT_WRITE,

Re: Writing to mmaped region cause segfault

2010-11-03 Thread Alexey Suslikov
to segfault while mmaping l + 1 is ok, right? On Wed, Nov 3, 2010 at 14:23, Otto Moerbeek o...@drijf.net wrote: On Wed, Nov 03, 2010 at 01:12:20PM +0100, Otto Moerbeek wrote: On Wed, Nov 03, 2010 at 01:18:51PM +0200, Alexey Suslikov wrote: Hello t...@. On OpenBSD/amd64, doing something like

Re: i386 RAMDISK shrinkage suggestion

2009-10-29 Thread Alexey Suslikov
On Thu, Oct 29, 2009 at 01:08, Theo de Raadt dera...@cvs.openbsd.org wrote: I am going to revisit this. I do believe i386/amd64 RAMDISKs are destined to more or less mainstream hardware and ISA CGA, MDA, EGA, HGA stuff isn't there anymore. So on i386 RAMDISK (like amd64 one), I suggest to

Re: i386 RAMDISK shrinkage suggestion

2009-10-29 Thread Alexey Suslikov
On Thu, Oct 29, 2009 at 09:58, Theo de Raadt dera...@cvs.openbsd.org wrote: i386 arch supports hardware starting from 80486. I recall these old good days and all my machines (386SX and up) was v...@isa (Trident and Currus Logic). 10+ years ago. I understand dmesgs are somewhat private, but

i386 RAMDISK shrinkage suggestion

2009-10-28 Thread Alexey Suslikov
Hello t...@. I do believe i386/amd64 RAMDISKs are destined to more or less mainstream hardware and ISA CGA, MDA, EGA, HGA stuff isn't there anymore. So on i386 RAMDISK (like amd64 one), I suggest to remove pcdisplay0 at isa? wsdisplay* at pcdisplay? sys/arch/i386/conf/RAMDISK: pckbc0

<    1   2