Fw: SNMPv3 engine id discovery

2013-09-09 Thread Gerhard Roth
Anybody willing to ok that patch? Gerhard Begin forwarded message: Date: Fri, 16 Aug 2013 10:24:02 +0200 From: Gerhard Roth gr...@genua.de To: tech@openbsd.org Subject: SNMPv3 engine id discovery Hi, in SNMPv3 engine id discovery is done by sending a noAuthNoPriv request to the SNMP agent.

unknown products found in Dell Optiplex 9020

2013-09-09 Thread Paul de Weerd
Found a couple of unknown Intel products in a Dell Optiplex 9020: vendor Intel, unknown product 0x153a (class network subclass ethernet, rev 0x04) at pci0 dev 25 function 0 not configured vendor Intel, unknown product 0x8c22 (class serial bus subclass SMBus, rev 0x04) at pci0 dev 31 function 3

fill /* TODO: 11A */ in bwi_rf_set_chan()

2013-09-09 Thread Sylvestre Gallon
Hi tech@, Here is a patch that implement the phy_mode == IEEE80211_MODE_11A part of bwi_rf_set_chan(). It is based on the linux b43/phy_a.c switch_channel code. It does not break my BCM4306. It would be awesome if someone could try it with a card that have a 11A phy. Comments/OK/NOK ? Cheers,

update bwi_mac_dummy_xmit

2013-09-09 Thread Sylvestre Gallon
Hi tech@ Here is a patch to update bwi_mac_dummy_xmit. This diff remove the differencies with the linux b43_dummy_transmission function. It works fine with my Broadcom BCM4306 (ID 4320) and it would be awesome if someone could try it on another chip (or if someone could lend me some bwi chips).

updating bwi_tbl_ helpers.

2013-09-09 Thread Sylvestre Gallon
Hi tech@ Here is a diff to update bwi_tbl_write_{2|4} functions and to add bwi_tbl_read_{2|4}. Switching these functions parameters from addr, data to addr, index, data will be more natural and will simplify diffs with the linux driver. I take example on tables.c code in the b43 driver. Like

Re: ix(4): enable checksum offload

2013-09-09 Thread Mike Belopuhov
On 9 September 2013 21:48, Brad Smith b...@comstyle.com wrote: Here is a diff to enable the checksum offload support for ix(4). Looking for any testing. last time i checked this broke ospf traffic. please make sure at least ip/tcp, ip/udp, ip/icmp, ip/ip, ip/gre, ip/esp, ip/ah and ip/ospf

Re: ix(4): enable checksum offload

2013-09-09 Thread Theo de Raadt
On 9 September 2013 21:48, Brad Smith b...@comstyle.com wrote: Here is a diff to enable the checksum offload support for ix(4). Looking for any testing. last time i checked this broke ospf traffic. please make sure at least ip/tcp, ip/udp, ip/icmp, ip/ip, ip/gre, ip/esp, ip/ah and

ix(4): enable checksum offload

2013-09-09 Thread Brad Smith
Here is a diff to enable the checksum offload support for ix(4). Looking for any testing. Index: if_ix.c === RCS file: /home/cvs/src/sys/dev/pci/if_ix.c,v retrieving revision 1.92 diff -u -p -r1.92 if_ix.c --- if_ix.c 23 Aug

bnx(4): enable checksum offload

2013-09-09 Thread Brad Smith
Here is a diff to enable the checksum offload support for bnx(4). Looking for any testing. Index: if_bnx.c === RCS file: /home/cvs/src/sys/dev/pci/if_bnx.c,v retrieving revision 1.101 diff -u -p -r1.101 if_bnx.c --- if_bnx.c28

stge(4): enable checksum offload

2013-09-09 Thread Brad Smith
Here is a diff to enable the checksum offload support for stge(4). Looking for any testing. Index: if_stge.c === RCS file: /home/cvs/src/sys/dev/pci/if_stge.c,v retrieving revision 1.55 diff -u -p -r1.55 if_stge.c --- if_stge.c 7

em(4): enable checksum offload

2013-09-09 Thread Brad Smith
Since I have been asked to send out these diffs again here is a diff to enable the checksum offload support for em(4). Looking for any testing. Index: if_em.c === RCS file: /home/cvs/src/sys/dev/pci/if_em.c,v retrieving revision

jme(4): enable checksum offload

2013-09-09 Thread Brad Smith
Here is a diff to enable the checksum offload support for jme(4). Looking for any testing. Index: if_jme.c === RCS file: /home/cvs/src/sys/dev/pci/if_jme.c,v retrieving revision 1.30 diff -u -p -r1.30 if_jme.c --- if_jme.c7 Aug

Re: em(4): enable checksum offload

2013-09-09 Thread Brad Smith
On Mon, Sep 09, 2013 at 10:08:52PM +0200, Mike Belopuhov wrote: On 9 September 2013 21:44, Brad Smith b...@comstyle.com wrote: Since I have been asked to send out these diffs again here is a diff to enable the checksum offload support for em(4). Looking for any testing. tx

Re: unknown products found in Dell Optiplex 9020

2013-09-09 Thread STeve Andre'
On 09/09/13 07:45, Paul de Weerd wrote: Found a couple of unknown Intel products in a Dell Optiplex 9020: vendor Intel, unknown product 0x153a (class network subclass ethernet, rev 0x04) at pci0 dev 25 function 0 not configured vendor Intel, unknown product 0x8c22 (class serial bus subclass

Re: em(4): enable checksum offload

2013-09-09 Thread Mike Belopuhov
On 9 September 2013 21:44, Brad Smith b...@comstyle.com wrote: Since I have been asked to send out these diffs again here is a diff to enable the checksum offload support for em(4). Looking for any testing. tx checksum offloading will not work on 75, 76, 80, i350.

Re: unknown products found in Dell Optiplex 9020

2013-09-09 Thread Mike Belopuhov
On 9 September 2013 22:46, STeve Andre' and...@msu.edu wrote: On 09/09/13 07:45, Paul de Weerd wrote: Found a couple of unknown Intel products in a Dell Optiplex 9020: vendor Intel, unknown product 0x153a (class network subclass ethernet, rev 0x04) at pci0 dev 25 function 0 not configured