summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus
diff options
context:
space:
mode:
authorjonathan <jonathan@NetBSD.org>2005-01-29 21:59:53 +0000
committerjonathan <jonathan@NetBSD.org>2005-01-29 21:59:53 +0000
commit0e8a3d7d0d994ca2fa8719652c54959c4eae3248 (patch)
treec710eb7c07ed274175f97e1c1d47f3961ca32e7b /sys/dev/cardbus
parent8633e293d560303f3c09d33498d57d453e7ef2fc (diff)
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).
Diffstat (limited to 'sys/dev/cardbus')
-rw-r--r--sys/dev/cardbus/files.cardbus9
1 files changed, 8 insertions, 1 deletions
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
#
@@ -89,6 +89,13 @@ 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.
#
attach adv at cardbus with adv_cardbus