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.
This commit is contained in:
toshii 2004-05-28 15:35:41 +00:00
parent 02598e7452
commit 4ee3a39f89
3 changed files with 2155 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: files,v 1.672 2004/05/27 02:56:38 christos Exp $
# $NetBSD: files,v 1.673 2004/05/28 15:35:41 toshii Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@ -752,6 +752,10 @@ file dev/ic/rtl80x9.c rtl80x9
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

View File

@ -1,4 +1,4 @@
# $NetBSD: files.pci,v 1.210 2004/03/12 13:46:52 ragge Exp $
# $NetBSD: files.pci,v 1.211 2004/05/28 15:35:41 toshii 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 @@ file dev/pci/if_bce.c bce
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

2145
sys/dev/pci/if_re.c Normal file

File diff suppressed because it is too large Load Diff