Re: rl(4) diff for promisc mode/multicast code needs testing.

2009-06-16 Thread Brad
On Tuesday 02 June 2009 20:44:25 Brad wrote: > Please test the following diff with any rl(4) adapters using > any apps making use of multicast (IPv6, OSPF, CARP, etc.) and/or > promiscuous mode of operation. > > Please provide a dmesg. Still looking for feedback. > Index: rtl81x9.c >

bnx(4) diff to simplify ioctl/receive filter handling.

2009-06-16 Thread Brad
The following diff rewrites the interface flag handling case code for bnx(4) and updates the receive filter handling to take advantage of ac_multirangecnt and have correct IFF_ALLMULTI handling. Index: if_bnx.c === RCS file: /cvs/src

ix(4) diff to rewrite and simplify ioctl/receive filter handling.

2009-06-16 Thread Brad
Rewrite and simplify the ix(4) promiscuous mode/multicast setup code and interface flag handling code in the ioctl handler. Please test with any ix(4) adapters. Please provide a dmesg. Index: if_ix.c === RCS file: /cvs/src/sys/dev/p

piixpm(4) diff for Broadcom HT-1100 SMBus support.

2009-06-16 Thread Brad
Add support for the SMBus controller for the Broadcom HT-1100 chipset to piixpm(4). Index: piixpm.c === RCS file: /cvs/src/sys/dev/pci/piixpm.c,v retrieving revision 1.31 diff -u -p -r1.31 piixpm.c --- piixpm.c29 Mar 2009 21:53:5

Adding support for NVIDIA MCP89 chipset (and removing MCP7B).

2009-06-16 Thread Brad
The following diff adds initial support for the new NVIDIA MCP89 chipset and removes any support for the MCP7B chipset which has been canceled. Device ID info from Peer Chen @ NVIDIA via Linux Index: pcidevs === RCS file: /cvs/src/s

Re: OpenBSD 4.5 install via CD : boot set howto - can i disabled acpi ?

2009-06-16 Thread Dave BIN
Le 16 juin 09 C 22:37, neal hogan a C)crit : On Tue, Jun 16, 2009 at 10:19:52PM +0200, Dave BIN wrote: Hello , Please first accept my sorry about my english that is not my natural langage^^ On a trying install for my Toshiba laptop it shutdown a few minutes after the boot prompt pass. Clearl

Re: OpenBSD 4.5 install via CD : boot set howto - can i disable acpi ?

2009-06-16 Thread Ian Darwin
A simply -acpi=off- argument to the kernel solve it. After my RTFM session on this OpenBSD i found this way : Boot> set howto ...But where is the list of flags that i can use here ? This should be answered in the FAQ. boot> boot -c ... UKC> disable acpi UKC> quit

Re: OpenBSD 4.5 install via CD : boot set howto - can i disabled acpi ?

2009-06-16 Thread neal hogan
On Tue, Jun 16, 2009 at 10:19:52PM +0200, Dave BIN wrote: > Hello , > Please first accept my sorry about my english that is not my natural > langage^^ > > On a trying install for my Toshiba laptop it shutdown a few minutes > after the boot prompt pass. Clearly the ventilation is off behind this

OpenBSD 4.5 install via CD : boot set howto - can i disabled acpi ?

2009-06-16 Thread Dave BIN
Hello , Please first accept my sorry about my english that is not my natural langage^^ On a trying install for my Toshiba laptop it shutdown a few minutes after the boot prompt pass. Clearly the ventilation is off behind this point. I've already experiment this "safe-shutdown" by installin

cwm(1) new option: windowspawn

2009-06-16 Thread Thomas Pfaff
This diff adds a new configuration option to cwm(1) called windowspawn that controls where new windows are placed. It can be one of `center', `cursor' (the default) or `random'. (BTW, I also removed a few pointless casts while I was at it that has nothing to do with this feature). Is anyone inte