Source-Changes-HG archive

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

[src/netbsd-2-0]: src/sys/dev/pci Pull up revision 1.211 (requested by toshii...



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

description:
Pull up revision 1.211 (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/dev/pci/files.pci |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 49bde0d543c7 -r 5a96024d3b11 sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Mon Jun 21 16:41:01 2004 +0000
+++ b/sys/dev/pci/files.pci     Mon Jun 21 16:41:22 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.210 2004/03/12 13:46:52 ragge Exp $
+#      $NetBSD: files.pci,v 1.210.2.1 2004/06/21 16:41:22 tron Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -703,3 +703,7 @@
 device dge: ether, ifnet, arp
 attach dge at pci
 file   dev/pci/if_dge.c                dge
+
+# Realtek 8129/8139 Ethernet controllers
+attach re at pci
+file   dev/pci/if_re.c                 re



Home | Main Index | Thread Index | Old Index