- switch to dev/rtl8169.c from pci/if_re.c.

- enable re@cardbus.
both of re@pci and re@cardbus seem to work for me.
This commit is contained in:
yamt 2005-01-21 12:32:18 +00:00
parent 45b9175c68
commit a9b37be6a2
4 changed files with 13 additions and 2130 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: files,v 1.708 2005/01/19 10:17:00 cube Exp $
# $NetBSD: files,v 1.709 2005/01/21 12:32:18 yamt Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@ -783,6 +783,7 @@ file dev/ic/rtl81x9.c rtk | re
# Realtek 8169 Ethernet controllers
#
device re: ether, ifnet, arp, mii
file dev/ic/rtl8169.c re
# Common code for ESDI/IDE/etc. controllers
#

View File

@ -1,4 +1,4 @@
# $NetBSD: files.cardbus,v 1.24 2004/09/26 03:03:17 dyoung Exp $
# $NetBSD: files.cardbus,v 1.25 2005/01/21 12:32:18 yamt Exp $
#
# files.cardbus
#
@ -105,3 +105,9 @@ file dev/cardbus/if_ath_cardbus.c ath_cardbus
#
attach njs at cardbus with njs_cardbus
file dev/cardbus/njs_cardbus.c njs_cardbus
#
# Realtek 8169 Ethernet controllers
#
attach re at cardbus with re_cardbus
file dev/cardbus/if_re_cardbus.c re_cardbus

View File

@ -1,4 +1,4 @@
# $NetBSD: files.pci,v 1.228 2005/01/12 00:05:43 reinoud Exp $
# $NetBSD: files.pci,v 1.229 2005/01/21 12:32:18 yamt Exp $
#
# Config file and device description for machine-independent PCI code.
# Included by ports that need it. Requires that the SCSI files be
@ -743,9 +743,9 @@ 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
# Realtek 8169 Ethernet controllers
attach re at pci with re_pci
file dev/pci/if_re_pci.c re_pci
# Intel PRO/Wireless 2100
device ipw: ifnet, wlan

File diff suppressed because it is too large Load Diff