Subject: Sidewinder/3xp (txp) 3com ethernet cards on NetBSD 1.6.1 or 1.6-current
To: None <tech-kern@netbsd.org>
From: Brian Buhrow <buhrow@lothlorien.nfbcal.org>
List: port-i386
Date: 06/13/2003 17:42:18
	Hello.  I've started porting the txp(4) ethernet driver from OpenBSD
to NetBSD-1.6.1, but find that it's a little more complex than I first
anticipated.  I'm wondering if anyone else has done this work, or has some
tips on how to deal with the onboard checksum capabilities on the cards.  I
know we  have drivers if_elinkxl.c, which deal with onboard checksumming,
but I don't quite understand how the activation of this feature works in
the driver, and I'm not sure how to translate OpenBSD's handling of this
feature to NetBSD.

Any suggestions?
-Brian