Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/sys/conf Pull up revision 1.673 (requested by toshii in...



details:   https://anonhg.NetBSD.org/src/rev/49bde0d543c7
branches:  netbsd-2-0
changeset: 561492:49bde0d543c7
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Jun 21 16:41:01 2004 +0000

description:
Pull up revision 1.673 (requested by toshii in ticket #517):
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.

diffstat:

 sys/conf/files |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 46747435fced -r 49bde0d543c7 sys/conf/files
--- a/sys/conf/files    Mon Jun 21 16:39:22 2004 +0000
+++ b/sys/conf/files    Mon Jun 21 16:41:01 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.662.2.6 2004/05/22 15:58:37 he Exp $
+#      $NetBSD: files,v 1.662.2.7 2004/06/21 16:41:01 tron Exp $
 
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
@@ -750,6 +750,10 @@
 device rtk: ether, ifnet, arp, mii
 file   dev/ic/rtl81x9.c                rtk
 
+# Realtek 8169 Ethernet controllers
+#
+device re: ether, ifnet, arp, mii
+
 # Common code for ESDI/IDE/etc. controllers
 #
 device wdc: ata



Home | Main Index | Thread Index | Old Index