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

2011-06-14 Thread David Gwynne
this is like the change i did for ix(4)... Index: if_bnx.c === RCS file: /cvs/src/sys/dev/pci/if_bnx.c,v retrieving revision 1.94 diff -u -p -r1.94 if_bnx.c --- if_bnx.c18 Apr 2011 04:27:31 - 1.94 +++ if_bnx.c15 Jun 2

dont let sdmmc devices respond to scsi vpd queries

2011-06-14 Thread David Gwynne
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? Index: sdmmc_scsi.c === RCS fil

Local Flores Oferta Imperdible Sin Gastos Inmobiliaria

2011-06-14 Thread Local Flores Oferta Imperdible Sin Gastos
Impecable Local, listo para ser usado o rentado Puede dividirse en dos locales, con entradas independientes. Se ofrece a la mitad de su valor real, sin gastos inmobiliarios !!! Son 125 m2 ( 75m2 en PB, 50m2 en impecable subsuelo ); tiene 7 mts de frente y 14 de fondo. Majestuosa recepcisn ( es

Re: pf.conf, comments and continuation lines

2011-06-14 Thread Florian Obser
On 06/14/2011 11:58 PM, Stuart Henderson wrote: > On 2011/06/14 15:43, Jason McIntyre wrote: >> On Tue, Jun 14, 2011 at 03:58:46PM +0200, Florian Obser wrote: >>> if you want to document it, i'd prefer to try and tuck it in nice and neat, without an example. how about rearranging the

Re: pf.conf, comments and continuation lines

2011-06-14 Thread Marco S Hyman
> so I would be happier to have it in the text rather than as an > example if it can be done clearly, but I haven't managed it... For pf and pf like code: Notice: Line continuation processing occurs BEFORE comment removal. For ksh and ksh like code: Notice: Comments are removed BEFORE lin

Re: wol for xl(4)

2011-06-14 Thread Thomas Gerlach
Stefan Sperling openbsd.org> writes: > > This is an attempt to add wol support to xl(4). > > Unfortunately, while I have an xl(4) card to test with none of the > motherboards I have will do WOL with it since they all lack an > on-board WOL connector :( > > So test reports are needed. > Please

Re: pf.conf, comments and continuation lines

2011-06-14 Thread Stuart Henderson
On 2011/06/14 15:43, Jason McIntyre wrote: > On Tue, Jun 14, 2011 at 03:58:46PM +0200, Florian Obser wrote: > > > > > > > > if you want to document it, i'd prefer to try and tuck it in nice and > > > neat, without an example. how about rearranging the section to something > > > like this: > > >

Re: En/disabling power button shutdown

2011-06-14 Thread Christian Weisgerber
Christian Weisgerber wrote: > The diff below -snip- > I have only tested this on amd64 and sparc64. Has anybody compiled this on landisk, sgi, zaurus? -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: pf cleanup diff

2011-06-14 Thread Claudio Jeker
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 this mostly but only IPv4 did not. So > this diff brings that more int

Re: Toshiba M30 ACPI support

2011-06-14 Thread Javier Vazquez
Hello again, Sending toshiba acpi patch as Paul has suggested. Regards, Javier. On Tue, Jun 14, 2011 at 04:04:19PM +0300, Paul Irofti wrote: > On Tue, Jun 14, 2011 at 11:38:45AM +0200, Javier Vazquez wrote: > > Hello Everybody, > > > > I installed OpenBSD 4.9 current in my old Toshib

Re: Synaptics touchpad

2011-06-14 Thread Matthieu Herrb
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 me on the first tap (move the pointer in the upper > > right direction

Los Nocheros / Duo Coplanacu - Discografía mas Pendrive de Regalo

2011-06-14 Thread Discos MP3 - Solo de Oferta
Los Nocheros 1 Nuestra Salta - 2 Al rojo vivo - 3 Con el alma - 4 Tiempo de amor - 5 Ven por mi - 6 Signos

Re: tcp keepalive diff #1

2011-06-14 Thread Stuart Henderson
On 2011/06/14 16:22, Stuart Henderson wrote: > actually send keepalives at tcp_keepintvl half-seconds. > > previously, tcp_timer.c would arm the timer at tcp_keepintvl half-seconds > in tcp_timer_keep(), but then the code touched in the diff below would > reset it to tcp_keepidle half-seconds inst

Beneficio Exclusivo para Clientes de Cueros Liberty

2011-06-14 Thread Cueros Liberty
Estimado Cliente tech@openbsd.org Si recibe este correo es porque no puede visualizar correctamente nuestro newsletter mensual. Por favor, ingrese al siguiente link para visualizarlo: http://www.cuerosliberty.com.ar/newsletter/padre2011.htm Ante cualquier consulta no dude en contactarnos. Un c

Re: tcp keepalive diff #2: always_keepalive

2011-06-14 Thread Brynet
I haven't tested this yet, but it would be handy, I had to patch bitlbee to set the SO_KEEPALIVE option otherwise gtalk would keep reconnecting. -Bryan.

tcp keepalive diff #2: always_keepalive

2011-06-14 Thread Stuart Henderson
add sysctl net.inet.tcp.always_keepalive, setting this to 1 acts as if SO_KEEPALIVE were set on all TCP sockets. based on code added to FreeBSD ~15 years ago, these days it's enabled by default there and in dfbsd, here I've left the default as being disabled. useful for a client machine behind a

tcp keepalive diff #1

2011-06-14 Thread Stuart Henderson
actually send keepalives at tcp_keepintvl half-seconds. previously, tcp_timer.c would arm the timer at tcp_keepintvl half-seconds in tcp_timer_keep(), but then the code touched in the diff below would reset it to tcp_keepidle half-seconds instead any comments? ok? Index: netinet/tcp_input.c

Re: pf.conf, comments and continuation lines

2011-06-14 Thread Jason McIntyre
On Tue, Jun 14, 2011 at 03:58:46PM +0200, Florian Obser wrote: > > > > > if you want to document it, i'd prefer to try and tuck it in nice and > > neat, without an example. how about rearranging the section to something > > like this: > > > > Comments can be put anywhere in the file usin

find: exit if there is an unknown option

2011-06-14 Thread Christian Weisgerber
To quote the FreeBSD commit message where this is from: ---> find: Exit if there is an unknown option. Ignoring the parameter with the unknown options is unlikely to be what was intended. Example: find -n . Note that things like find -n already caused an exit, equivalent to "fin

Re: Fix ISA autoconfusion

2011-06-14 Thread Kenneth R Westerback
On Mon, Jun 13, 2011 at 11:15:44PM -0700, Matthew Dempsky wrote: > isa(4) is an indirect bus, which means that drivers that attach to it > need to provide an xxxprobe() method instead of an xxxmatch() method. > The critical difference is xxxprobe() is given a device softc for the > second argument,

Re: pf.conf, comments and continuation lines

2011-06-14 Thread Florian Obser
On 06/14/2011 12:54 PM, Jason McIntyre wrote: > On Tue, Jun 14, 2011 at 09:59:22AM +0100, Stuart Henderson wrote: >> On 2011/06/14 09:33, Florian Obser wrote: >>> anyone? >> >> This is just how it works. >> >> http://thread.gmane.org/gmane.os.openbsd.misc/144553/focus=144586 >> but doesn't exp

Re: Toshiba M30 ACPI support

2011-06-14 Thread Paul Irofti
On Tue, Jun 14, 2011 at 11:38:45AM +0200, Javier Vazquez wrote: > Hello Everybody, > > I installed OpenBSD 4.9 current in my old Toshiba M30. Although, > there was not LCD brightness control, so I started to do something > about > it, taking into account the Toshiba acpi suppor

Re: Toshiba M30 ACPI support

2011-06-14 Thread pablo caballero
On Tue, Jun 14, 2011 at 6:38 AM, Javier Vazquez wrote: > Hello Everybody, > >I installed OpenBSD 4.9 current in my old Toshiba M30. Although, >there was not LCD brightness control, so I started to do something about >it, taking into account the Toshiba acpi support of FreeB

Re: pf.conf, comments and continuation lines

2011-06-14 Thread Jason McIntyre
On Tue, Jun 14, 2011 at 09:59:22AM +0100, Stuart Henderson wrote: > On 2011/06/14 09:33, Florian Obser wrote: > > anyone? > > This is just how it works. > > http://thread.gmane.org/gmane.os.openbsd.misc/144553/focus=144586 > > > > but doesn't explain the semantics of continuation lines. I don't

Mobee ürünleri şimdi tüm Darty mağazalarında kampanyada!

2011-06-14 Thread Mobee
2 boyutlu oyunlar haricinde 3 boyutlu oyunlar} oynatabilme vzellipidir. Bu vzellikle sayesinde oyunlar}n igine girmi~cesine bir hisle oyun oynanabilir Mobee'nin son reklam filmini izlemek igin t}klay}n}z. Y

Toshiba M30 ACPI support

2011-06-14 Thread Javier Vazquez
Hello Everybody, I installed OpenBSD 4.9 current in my old Toshiba M30. Although, there was not LCD brightness control, so I started to do something about it, taking into account the Toshiba acpi support of FreeBSD. http://fxr.watson.org/fxr/source/dev/acpi_suppor

Re: pf.conf, comments and continuation lines

2011-06-14 Thread Stuart Henderson
On 2011/06/14 09:33, Florian Obser wrote: > anyone? This is just how it works. http://thread.gmane.org/gmane.os.openbsd.misc/144553/focus=144586 > > but doesn't explain the semantics of continuation lines. I don't feel > > qualified to provide a patch for pf.conf(5). How about this? I tried a f

Re: pf.conf, comments and continuation lines

2011-06-14 Thread Florian Obser
anyone? On 05/19/2011 03:31 PM, Florian Obser wrote: > Hi, > > I'm not sure if this is a bug or a feature. Consider the following pf.conf: > > # foo > # bar > > #pass out \ > pass out log \ > label "foo#bar"\ > tag "FOO#BAZ" > > > pass out \ > label "foo#bar"\ > tag FOO#BAZ > > # /sb

Fw: Documento em anexo..

2011-06-14 Thread Fabiana R.(Financeiro).
Segue em anexo conforme solicitado o relatorio e as cotagues de pregos e produtos listados a seguir. Tenha um bom dia! Arquivo: anexo-documento.doc (155,1 KB) Agredecemos a sua preferencia.