Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Thor Lancelot Simon <tls@netbsd.org>
List: source-changes
Date: 12/17/2003 09:17:08
Module Name:	src
Committed By:	tls
Date:		Wed Dec 17 09:17:08 UTC 2003

Modified Files:
	src/share/man/man4: sk.4
	src/sys/dev/pci: if_sk.c pcidevs pcidevs.h pcidevs_data.h

Log Message:
Add support for some more Marvell-based adapters to the sk driver:

	D-Link DGE-530T
	Linksys EG1032v2
	Linksys EG1064v2

The Linux driver treats all of these the same.  Tested with a DGE-530T;
it works, though performance on at least one of my systems is atrocious.

Fix setting of ethernet capabilities into interface capabilites word in
attach routine.

Manual page: note that jumbo support doesn't work and checksum support
doesn't exist.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/share/man/man4/sk.4
cvs rdiff -r1.5 -r1.6 src/sys/dev/pci/if_sk.c
cvs rdiff -r1.601 -r1.602 src/sys/dev/pci/pcidevs
cvs rdiff -r1.599 -r1.600 src/sys/dev/pci/pcidevs.h
cvs rdiff -r1.597 -r1.598 src/sys/dev/pci/pcidevs_data.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.