Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Anders Magnusson <ragge@netbsd.org>
List: source-changes
Date: 03/12/2004 13:46:52
Module Name:	src
Committed By:	ragge
Date:		Fri Mar 12 13:46:52 UTC 2004

Modified Files:
	src/sys/dev/pci: files.pci
Added Files:
	src/sys/dev/pci: if_dge.c if_dgereg.h

Log Message:
Add driver for Intel PRO/10GbE ethernet adapter.  Now NetBSD has no
problem with intercontinental TCP connections of over 4Gbit/s, which is
where my test hardware runs out of bus bandwidth.

Stuff that is on the TODO list:
*      HW VLAN support.
*      Large jumbo buffers (16k).
*      TCP Segmentation Offload
*      RAIDC (receive interrupt delay adaptation)
*      Understand how to use memory above 4GB.


To generate a diff of this commit:
cvs rdiff -r1.209 -r1.210 src/sys/dev/pci/files.pci
cvs rdiff -r0 -r1.1 src/sys/dev/pci/if_dge.c src/sys/dev/pci/if_dgereg.h

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