1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00

Don't build the wdc atapi attachments unless wdc is also present.

This commit is contained in:
Peter Wemm 2000-01-29 15:58:30 +00:00
parent acd60c3cb0
commit db8ba2ef83
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56842

View File

@ -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