summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-05-16 07:32:04 +0000
committerimp <imp@FreeBSD.org>2001-05-16 07:32:04 +0000
commit14f69765f80179935dde831c6a056b8f17d3ae17 (patch)
tree38a2bdb455f4cbdd56cb49fb1f5e9d2a9cb7e487 /sys/conf
parent3d149ae334a8c3b6c576bde6f670d2e693ea5e51 (diff)
downloadFreeBSD-src-14f69765f80179935dde831c6a056b8f17d3ae17.zip
FreeBSD-src-14f69765f80179935dde831c6a056b8f17d3ae17.tar.gz
Separate out isa attachment to its own file. The pci attachment will
soon attach directly to pcic rather than the kludge pci-pcic device we have now. In some ways, this is similar to the work PAO3 did to try to support cardbus bridges. In some ways different. This and future commits will be taking from the spirit of many of those changes. pcicvar.h is completely different from the pcicvar.h that appeared in PAO3, but similar in concept.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 92b19c8..5d7ae36 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1142,6 +1142,7 @@ pccard/pccard.c count card
pccard/pccard_beep.c optional card
pccard/pccard_nbk.c optional card
pccard/pcic.c optional pcic card
+pccard/pcic_isa.c optional pcic card isa
pccard/pcic_pci.c optional pcic card pci
pci/agp.c optional agp
pci/agp_if.m optional agp
OpenPOWER on IntegriCloud