Subject: Re: NICS with hardware chksum
To: Matt Herzog <mherzog@attbi.com>
From: Manuel Bouyer <bouyer@antioche.eu.org>
List: netbsd-help
Date: 04/16/2002 21:18:31
On Tue, Apr 16, 2002 at 02:57:23PM -0400, Matt Herzog wrote:
> Hi All.
> 
> Is there any way to know (aside from studying driver source)
> which network cards have hardware checksum support in NetBSD?
> 
> I'm not C literate but I'm willing to look at the driver source 
> if I knew what I was looking for. I don't even know where in
> the tree I will find the files.

A quick grep (fgrep -l IFCAP_CSUM */*) shows:
i2o/iopl.c (I2O compliant ethernet adapters)
ic/elinkxl.c (newer 3c905c only)
pci/if_sip.c (DP83820 only - I guess it's the gigabit version)
pci/if_stge.c (Sundance/Tamarack TC9021 - see stge(4))
pci/if_ti.c   (Tigon/Tigon II driver - see ti(4))
pci/if_wm.c   (Intel i82543 and i82544 only)

Maybe we should have such a list somewhere in the supported hardware pages.

-- 
Manuel Bouyer <bouyer@antioche.eu.org>
--