Re: En/disabling power button shutdown

2011-06-15 Thread Andrew Fresh
On Sat, Jun 11, 2011 at 10:58:17AM +0200, Mark Kettenis wrote: > Like I asked on icb, why do we need a knob for this at all? I don't need one yet, but someday when hybernate works I would like to sysctl hw.powerbuttonaction=hybernate In preparation for that, I don't see a reason not to support a

Re: pf cleanup diff

2011-06-15 Thread Kenneth R Westerback
On Wed, Jun 15, 2011 at 09:50:51PM -0400, Kenneth R Westerback wrote: > On Tue, Jun 14, 2011 at 10:23:36PM +0200, Claudio Jeker wrote: > > On Wed, Jun 08, 2011 at 09:53:24AM +0200, Claudio Jeker wrote: > > > Next step on my quest to unify pf_test and pf_test6. > > > Move the fragment handling and s

Re: pf cleanup diff

2011-06-15 Thread Kenneth R Westerback
On Tue, Jun 14, 2011 at 10:23:36PM +0200, Claudio Jeker wrote: > On Wed, Jun 08, 2011 at 09:53:24AM +0200, Claudio Jeker wrote: > > Next step on my quest to unify pf_test and pf_test6. > > Move the fragment handling and some other protocol specific tests into > > pf_setup_pdesc(). IPv6 already does

Re: sed behavior

2011-06-15 Thread Andres Perera
that's not relevant to the example because $ matches the empty string at eol, not the character at eol (.$), which is openbsd sed's interpretation even in the case of certain regex standards that do not allow $ to be used as part of a | expression, the interpretation is faulty On Wed, Jun 15, 201

Re: try to refill bnx(4) when all the mbufs are gone

2011-06-15 Thread David Gwynne
On Wed, Jun 15, 2011 at 07:39:12PM +0100, Stuart Henderson wrote: > On 2011/06/15 14:06, David Gwynne wrote: > > this is like the change i did for ix(4)... > > > Index: if_bnx.c > > can i have the if_bnxreg.h part too, please? :) yes... Index: if_bnx.c ==

Re: Toshiba M30 ACPI support

2011-06-15 Thread Javier Vazquez
Hello, Sending toshiba patch file with the new changes. Thanks, Javier. On Wed, Jun 15, 2011 at 11:03:49AM +0300, Paul Irofti wrote: > On Tue, Jun 14, 2011 at 10:07:54PM +0200, Javier Vazquez wrote: > > Hello again, > > Sending toshiba acpi patch as Paul has suggested. > > Cool! >

Re: Moving WSKBDIO_SETLEDS and WSKBDIO_GETLEDS in wskbd

2011-06-15 Thread Alexandr Shadchin
On Sat, Apr 16, 2011 at 03:16:47AM +0600, Alexandr Shadchin wrote: > Hi, > > No need to process WSKBDIO_SETLEDS and WSKBDIO_GETLEDS in each drivers, > when same can be done in wskbd. > > Tested on i386 and amd64. Please test on other platforms. > * fix build if not defined WSDISPLAY_COMPAT_RAWK

Sandro - Discografía mas Pendrive de Regalo

2011-06-15 Thread Discos MP3 - Solo de Oferta
Sandro y los de fuego Presentando a sandro Al calor de sandro y los de fuego Alma y fuego Beat latino Quiero llenarme de ti Una muchacha y una guitarra La magia de sandro Sandro de america Sandro Muchacho Sandro espectacular Te espero... Sandro Despues de diez años Siempre

Re: Synaptics touchpad

2011-06-15 Thread Alexandr Shadchin
On Tue, Jun 14, 2011 at 09:35:04PM +0200, Matthieu Herrb wrote: > On Mon, Jun 13, 2011 at 08:23:16PM -0500, joshua stein wrote: > > > I find the mouse emulation code for synaptics touch pads in your patch > > > really weird. I've tried to understand what it does, and why it > > > behaves badly for

MSI for em(4)

2011-06-15 Thread Mark Kettenis
This is a fairly conservative diff that enables MSI on the newer em(4) parts, essentially everything handled by the Linux e1000e driver. Please test if you have anything that's vaguely recent. Index: if_em.c === RCS file: /cvs/src/s

Re: dont let sdmmc devices respond to scsi vpd queries

2011-06-15 Thread David Gwynne
On 15/06/2011, at 9:52 PM, Kenneth R Westerback wrote: > On Wed, Jun 15, 2011 at 01:27:03PM +1000, David Gwynne wrote: >> ie, check if the VPD bit is set when an inquiry is issued and stop >> if it is. adds a free check for the cdblen there too. >> >> i cant even ping my x60 atm, so i cant test. a

Re: dont let sdmmc devices respond to scsi vpd queries

2011-06-15 Thread Kenneth R Westerback
On Wed, Jun 15, 2011 at 01:27:03PM +1000, David Gwynne wrote: > ie, check if the VPD bit is set when an inquiry is issued and stop > if it is. adds a free check for the cdblen there too. > > i cant even ping my x60 atm, so i cant test. anyone else want to > give it a spin? I have several sdmmc de

Re: pf.conf, comments and continuation lines

2011-06-15 Thread Stuart Henderson
so something like this... ok mandoc@ Index: sbin/isakmpd/isakmpd.conf.5 === RCS file: /cvs/src/sbin/isakmpd/isakmpd.conf.5,v retrieving revision 1.127 diff -u -p -r1.127 isakmpd.conf.5 --- sbin/isakmpd/isakmpd.conf.5 22 Sep 2010 13:45

Re: pf.conf, comments and continuation lines

2011-06-15 Thread patrick keshishian
On Wed, Jun 15, 2011 at 11:16:18AM +0100, Jason McIntyre wrote: > On Wed, Jun 15, 2011 at 11:09:35AM +0100, Stuart Henderson wrote: > > On 2011/06/15 10:03, Jason McIntyre wrote: > > > so i guess we're looking for a text only (i.e. no example) solution. > > > here is another stab. > > > > nicely c

Re: pf.conf, comments and continuation lines

2011-06-15 Thread Richard Toohey
On 15/06/2011, at 10:16 PM, Jason McIntyre wrote: > On Wed, Jun 15, 2011 at 11:09:35AM +0100, Stuart Henderson wrote: >> On 2011/06/15 10:03, Jason McIntyre wrote: >>> so i guess we're looking for a text only (i.e. no example) solution. >>> here is another stab. >> >> nicely crafted words, this i

Re: lru/failover path scheduling in mpath(4)

2011-06-15 Thread David Gwynne
On 15/06/2011, at 8:16 PM, Mark Kettenis wrote: >> Date: Wed, 15 Jun 2011 18:04:24 +1000 >> From: David Gwynne >> >> the subject line says it all, but happy to explain further if >> required. > > Hmm, I'm somewhat confused: > >> +#define MPATH_ROUNDROBIN0 >> +#define MPATH_NEXT MPATH

Re: lru/failover path scheduling in mpath(4)

2011-06-15 Thread Mark Kettenis
> Date: Wed, 15 Jun 2011 18:04:24 +1000 > From: David Gwynne > > the subject line says it all, but happy to explain further if > required. Hmm, I'm somewhat confused: > +#define MPATH_ROUNDROBIN 0 > +#define MPATH_NEXT MPATH_ROUNDROBIN > +#define MPATH_LRU1 What does

Re: pf.conf, comments and continuation lines

2011-06-15 Thread Jason McIntyre
On Wed, Jun 15, 2011 at 11:09:35AM +0100, Stuart Henderson wrote: > On 2011/06/15 10:03, Jason McIntyre wrote: > > so i guess we're looking for a text only (i.e. no example) solution. > > here is another stab. > > nicely crafted words, this is good. ok sthen@ > > I'll handle the other copies of t

Re: pf.conf, comments and continuation lines

2011-06-15 Thread Stuart Henderson
On 2011/06/15 10:03, Jason McIntyre wrote: > so i guess we're looking for a text only (i.e. no example) solution. > here is another stab. nicely crafted words, this is good. ok sthen@ I'll handle the other copies of this if you like. > Index: pf.conf.5 > =

Re: pf.conf, comments and continuation lines

2011-06-15 Thread Jason McIntyre
On Wed, Jun 15, 2011 at 09:37:25AM +0100, Stuart Henderson wrote: > > perhaps a small number of people, but it can be a very serious > issue indeed. particularly for pf.conf it needs to be crystal clear. > compare output from these two: > > $ cat << EOF | pfctl -nvf - > pass out quick on lan \ >

Re: pf.conf, comments and continuation lines

2011-06-15 Thread Stuart Henderson
On 2011/06/15 09:18, Jason McIntyre wrote: > > > > You're right about it getting copied to other places, there are 9 > > copies in tree and I'd rather not come up with an example for each, > > so I would be happier to have it in the text rather than as an > > example if it can be done clearly, but

Re: pf.conf, comments and continuation lines

2011-06-15 Thread Jason McIntyre
On Tue, Jun 14, 2011 at 10:58:31PM +0100, Stuart Henderson wrote: > > > > so i'm not fussed. i'll leave it to stuart to decide whether the example > > is actually needed or not. i suppose if it is different to the shell, it > > will confuse people. > > I think it needs to be mentioned explicitly a

lru/failover path scheduling in mpath(4)

2011-06-15 Thread David Gwynne
the subject line says it all, but happy to explain further if required. Index: mpath.c === RCS file: /cvs/src/sys/scsi/mpath.c,v retrieving revision 1.21 diff -u -p -r1.21 mpath.c --- mpath.c 27 Apr 2011 05:22:24 - 1.21 +

Re: Toshiba M30 ACPI support

2011-06-15 Thread Paul Irofti
On Tue, Jun 14, 2011 at 10:07:54PM +0200, Javier Vazquez wrote: > Hello again, > Sending toshiba acpi patch as Paul has suggested. Cool! [--snip--] > Index: dev/acpi/acpi.c > === > RCS file: /cvs/src/sys/dev/acpi/acpi.c,v > re

Re: tcp keepalive diff #2: always_keepalive

2011-06-15 Thread Stuart Henderson
On 2011/06/14 16:33, Stuart Henderson wrote: > -#define TCPCTL_MAXID 22 > +#define TCPCTL_ALWAYS_KEEPALIVE 22 /* assume SO_KEEPALIVE is always set */ > +#define TCPCTL_MAXID 23 I wasn't going to post a followup just for this but seeing as a few people have mentioned i

X configuration changes for synaptics - please test

2011-06-15 Thread Matthieu Herrb
Hi, here are a set of patches being worked on to add native synaptics touch pad support to OpenBSD and Xenocara. The xf86-input-synaptics driver itself is already committed and built in Xenocara. http://xenocara.org/wscons_config.2.diff is a diff that uses the X hot-plug mechanism to configure y