Re: bnx(4): enable checksum offload

2013-10-10 Thread mxb

This is

bnx0 at pci3 dev 4 function 0 Broadcom BCM5706 rev 0x02

On 8 okt 2013, at 22:34, mxb m...@alumni.chalmers.se wrote:

 
 I have it spinning now. 
 
 bnx0: 
 flags=28b43UP,BROADCAST,RUNNING,PROMISC,ALLMULTI,SIMPLEX,MULTICAST,NOINET6 
 mtu 1500
hwfeatures=36CSUM_TCPv4,CSUM_UDPv4,VLAN_MTU,VLAN_HWTAGGING hardmtu 
 1500
lladdr 00:14:c2:5d:31:a8
priority: 0
trunk: trunkdev trunk0
media: Ethernet autoselect (1000baseT 
 full-duplex,master,rxpause,txpause)
status: active
 
 So far - no problems.
 
 //mxb
 
 On 9 sep 2013, at 21:46, Brad Smith b...@comstyle.com wrote:
 
 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.c 28 Mar 2013 17:21:44 -  1.101
 +++ if_bnx.c 9 Sep 2013 18:43:07 -
 @@ -884,11 +884,8 @@ bnx_attachhook(void *xsc)
  bcopy(sc-eaddr, sc-arpcom.ac_enaddr, ETHER_ADDR_LEN);
  bcopy(sc-bnx_dev.dv_xname, ifp-if_xname, IFNAMSIZ);
 
 -ifp-if_capabilities = IFCAP_VLAN_MTU;
 -
 -#ifdef BNX_CSUM
 -ifp-if_capabilities |= IFCAP_CSUM_TCPv4 | IFCAP_CSUM_UDPv4;
 -#endif  
 +ifp-if_capabilities = IFCAP_VLAN_MTU | IFCAP_CSUM_TCPv4 |
 +IFCAP_CSUM_UDPv4;
 
 #if NVLAN  0
  ifp-if_capabilities |= IFCAP_VLAN_HWTAGGING;
 
 -- 
 This message has been scanned for viruses and
 dangerous content by MailScanner, and is
 believed to be clean.
 
 




any interest in old compaq/HP SCSI/FC disks?

2013-10-10 Thread IMAP List Administration
Hello Misc  Tech,

please forgive my cross-posting -- I wanted to be sure to reach people who might
be interested.

Some people I know are preparing to move out of an old machine-room, and will
dispose of some old hard disks soon.

The collection varies:
Sizes: 4.3, 9.1, 18, 36 (and maybe 72) GB
Interface: mostly LVD (maybe some HVD), a few copper FC
Connectors: mostly SCA-2, some 68-pin high-density connectors.

if it's important, I can probably get the exact model numbers of the disks.

The drives are located in Munich, Germany.

replies to: ur...@tru64.org

cheers,

Rob Urban



UPDATE: xkeyboard-config 2.10.1

2013-10-10 Thread Alexandr Shadchin
Hi,

This update xkeyboard-config to the latest release 2.10.1.
http://koba.devio.us/distfiles/xkeyboard-config-2.10.1.diff
or 
http://koba.devio.us/distfiles/xkeyboard-config.2.10.1.diff.tgz

Change:
* 10+ bugs fixed
* 37 cleanup commits by Benno Schulenberg
* Updated 12 translations

Tested on amd64.

From previous patch for xkeyboard-config 2.8, Matthieu wrote:
--
I'm a bit worried that this update seem to remove all old Sun keyboard
definitions and only keep type 6  7.

We have users still using type 3  4, and a lot of type 5 keyboards.

I haven't tried it on an actual sparc  yet to confirm the issue.
--

I did an analysis of the changes and come to the conclusion that they
should not break type 3, 4  5 for OpenBSD, but it would be great if
someone would check these keyboards.

Comments ? OK ?

-- 
Alexandr Shadchin