From db8ba2ef8301e02ae85b0f326cebc739d2b7e9b1 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 29 Jan 2000 15:58:30 +0000 Subject: [PATCH] Don't build the wdc atapi attachments unless wdc is also present. --- sys/conf/files.i386 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index e32c94dc656..81b2ef812bc 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -321,11 +321,11 @@ i386/isa/vesa.c optional vga vesa i386/isa/wd.c optional wd \ warning "The wd driver is obsolete. Please use the atadisk driver!" i386/isa/wd.c optional wdc -i386/isa/wd_cd.c optional wcd \ +i386/isa/wd_cd.c optional wcd wdc \ warning "The wcd driver is obsolete. Please use the atapicd driver!" -i386/isa/wfd.c optional wfd \ +i386/isa/wfd.c optional wfd wdc \ warning "The wfd driver is obsolete. Please use the atapifd driver!" -i386/isa/wst.c optional wst \ +i386/isa/wst.c optional wst wdc \ warning "The wst driver is obsolete. Please use the atapist driver!" i386/isa/wt.c optional wt i386/linux/imgact_linux.c optional compat_linux