summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-01-21 04:56:12 +0000
committerimp <imp@FreeBSD.org>2001-01-21 04:56:12 +0000
commit137b76e8468ffeda29434bad4703749720ef6ce3 (patch)
treea01f068ec330e28d32822fb2ffae73607120d026 /sys/conf/files
parent9dfe17139ab61253a8f0874fb7b6e542b4dcee8e (diff)
downloadFreeBSD-src-137b76e8468ffeda29434bad4703749720ef6ce3.zip
FreeBSD-src-137b76e8468ffeda29434bad4703749720ef6ce3.tar.gz
Break the isa attachment of the Crystal Semiconductor 89x0 into two
parts: isa and pccard. The isa one is known to work with an IBM EtherJet ISA card. The pccard one isn't known to work because the EtherJet pccard I purchased recently arrived DOA :-(. I'll commit the pccard.conf entry when the replacement card arrives. I plan on MFC this in a week or two.
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 6aed07e..23eb852 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -266,6 +266,9 @@ dev/cardbus/cardbus.c optional cardbus
dev/cardbus/cardbus_cis.c optional cardbus
dev/ccd/ccd.c count ccd
dev/cs/if_cs.c optional cs
+dev/cs/if_cs_isa.c optional cs isa
+dev/cs/if_cs_pccard.c optional cs card
+dev/cs/if_cs_pccard.c optional cs pccard
dev/dgb/dgb.c count dgb
dev/dgb/dgm.c count dgm
#dev/dpt/dpt_control.c optional dpt
OpenPOWER on IntegriCloud