Move <machine/dvcfg.h> to the one device that actually uses it, remove
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 7 Nov 2006 19:56:27 +0000 (19:56 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 7 Nov 2006 19:56:27 +0000 (19:56 +0000)
commit232fee3739329a6df43a93565f1f1cfd91aec548
tree95e5707e3f97265fcc4eafb3935b2d391d7265e8
parentb2ab58371132571c24a71a14b143b08dc207169e
Move <machine/dvcfg.h> to the one device that actually uses it, remove
other inclusions of dvcfg.h that are not used.

Give each platform architecture a "Makefile.inc" file which the build
system can use to determine device support when building devices.
15 files changed:
sys/bus/cam/scsi/scsi_dvcfg.h
sys/bus/cam/scsi/scsi_low.h
sys/dev/Makefile
sys/dev/disk/ncv/dvcfg.h
sys/dev/disk/ncv/ncr53c500.c
sys/dev/disk/ncv/ncr53c500_pccard.c
sys/dev/disk/ncv/ncr53c500hw.h
sys/dev/disk/nsp/nsp.c
sys/dev/disk/nsp/nsp_pccard.c
sys/dev/disk/stg/tmc18c30.c
sys/dev/disk/stg/tmc18c30_isa.c
sys/dev/disk/stg/tmc18c30_pccard.c
sys/platform/pc32/Makefile.inc [new file with mode: 0644]
sys/platform/pc32/include/dvcfg.h [deleted file]
sys/platform/vkernel/Makefile.inc [new file with mode: 0644]