Change atapi.c to depend on the ATAPI option.

Add wd.c entry based on the wdc controller.
This will enable compilation of wcd device without wd.
This commit is contained in:
Steven Wallace 1995-09-07 08:17:19 +00:00
parent f5c892dd57
commit ad1472b217
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=10600
2 changed files with 6 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
# $Id: files.i386,v 1.105 1995/09/01 20:53:44 jkh Exp $
# $Id: files.i386,v 1.106 1995/09/03 19:53:05 jkh Exp $
#
aic7xxx_asm optional ahc device-driver \
dependency "$S/dev/aic7xxx/aic7xxx_asm.c" \
@ -166,8 +166,9 @@ i386/isa/spkr.c optional speaker
i386/isa/syscons.c optional sc device-driver
i386/isa/tw.c optional tw device-driver
i386/isa/ultra14f.c optional uha device-driver
i386/isa/wd.c optional wdc
i386/isa/wd.c optional wd device-driver
i386/isa/atapi.c optional wd device-driver
i386/isa/atapi.c optional atapi
i386/isa/wcd.c optional wcd device-driver
i386/isa/wd7000.c optional wds device-driver
i386/isa/wt.c optional wt device-driver

View file

@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
# $Id: files.i386,v 1.105 1995/09/01 20:53:44 jkh Exp $
# $Id: files.i386,v 1.106 1995/09/03 19:53:05 jkh Exp $
#
aic7xxx_asm optional ahc device-driver \
dependency "$S/dev/aic7xxx/aic7xxx_asm.c" \
@ -166,8 +166,9 @@ i386/isa/spkr.c optional speaker
i386/isa/syscons.c optional sc device-driver
i386/isa/tw.c optional tw device-driver
i386/isa/ultra14f.c optional uha device-driver
i386/isa/wd.c optional wdc
i386/isa/wd.c optional wd device-driver
i386/isa/atapi.c optional wd device-driver
i386/isa/atapi.c optional atapi
i386/isa/wcd.c optional wcd device-driver
i386/isa/wd7000.c optional wds device-driver
i386/isa/wt.c optional wt device-driver