Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: IWAMOTO Toshihiro <toshii@netbsd.org>
List: source-changes
Date: 05/28/2004 15:35:41
Module Name: src
Committed By: toshii
Date: Fri May 28 15:35:41 UTC 2004
Modified Files:
src/sys/conf: files
src/sys/dev/pci: files.pci
Added Files:
src/sys/dev/pci: if_re.c
Log Message:
Add re(4) RealTek 8139C+/8169/8169S/8110S PCI ethernet adapter driver,
from FreeBSD.
I haven't tested this code very well, but it seems to work fairly well
for me.
To generate a diff of this commit:
cvs rdiff -r1.672 -r1.673 src/sys/conf/files
cvs rdiff -r1.210 -r1.211 src/sys/dev/pci/files.pci
cvs rdiff -r0 -r1.1 src/sys/dev/pci/if_re.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.