From 0e8a3d7d0d994ca2fa8719652c54959c4eae3248 Mon Sep 17 00:00:00 2001 From: jonathan Date: Sat, 29 Jan 2005 21:59:53 +0000 Subject: Now that we've switched to the split re(4) for PCI, add the cardbus frontend for the split re(4) to files.cardbus, and to the generic x86 laptop config (sys/i386/conf/GENERIC_LAPTOP). NB: as best I know, there are still unresolved issues in attach and powersave, with the NetGear cardbus cards and re(4). --- sys/dev/cardbus/files.cardbus | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'sys/dev') diff --git a/sys/dev/cardbus/files.cardbus b/sys/dev/cardbus/files.cardbus index cce06086d8c..dbbb1888f69 100644 --- a/sys/dev/cardbus/files.cardbus +++ b/sys/dev/cardbus/files.cardbus @@ -1,4 +1,4 @@ -# $NetBSD: files.cardbus,v 1.25 2005/01/21 12:32:18 yamt Exp $ +# $NetBSD: files.cardbus,v 1.26 2005/01/29 21:59:53 jonathan Exp $ # # files.cardbus # @@ -88,6 +88,13 @@ file dev/cardbus/rbus_ppb.c rbus_ppb attach rtk at cardbus with rtk_cardbus file dev/cardbus/if_rtk_cardbus.c rtk_cardbus +# +# Realtek 8169 +# +attach re at cardbus with re_cardbus +file dev/cardbus/if_re_cardbus.c re_cardbus + + # # Advansys SCSI controller. # -- cgit