summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-10-03 09:23:49 +0000
committerpeter <peter@FreeBSD.org>2000-10-03 09:23:49 +0000
commit75d3da548c5d866fe6da1427aeae6262e202a822 (patch)
tree7adad62a21b540d8380d22170b231534768914b2 /sys/conf/files
parent1ae2451ffe206a4708d3009d9da464cc01712d43 (diff)
downloadFreeBSD-src-75d3da548c5d866fe6da1427aeae6262e202a822.zip
FreeBSD-src-75d3da548c5d866fe6da1427aeae6262e202a822.tar.gz
Move the ata/atapi files to the common area. They were the same on all
platforms. While here, work around a strange quirk in config(8) that I do not yet understand. Rearrange which atapi* files have 'optional' vs. 'count' so that you can have atapifd without atapicd. The only difference should be that this works instead of having a link error because atapi-all.o got left out of the kernel.
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 14dfe88..7930c8f 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -119,6 +119,15 @@ dev/an/if_an_isa.c optional an isa
dev/an/if_an_pccard.c optional an card
dev/an/if_an_pci.c optional an pci
dev/asr/asr.c optional asr pci
+dev/ata/ata-all.c count ata
+dev/ata/ata-disk.c count atadisk
+dev/ata/ata-dma.c optional ata
+dev/ata/atapi-all.c optional atapicd
+dev/ata/atapi-all.c optional atapifd
+dev/ata/atapi-all.c optional atapist
+dev/ata/atapi-cd.c count atapicd
+dev/ata/atapi-fd.c count atapifd
+dev/ata/atapi-tape.c count atapist
dev/awi/am79c930.c optional awi
dev/awi/awi.c optional awi
dev/awi/awi_wep.c optional awi
OpenPOWER on IntegriCloud