Move <machine/dvcfg.h> to the one device that actually uses it, remove
commit27f717f280fefb1f9037ef5e3f0da006e826d680
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 7 Nov 2006 19:56:27 +0000 (7 19:56 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 7 Nov 2006 19:56:27 +0000 (7 19:56 +0000)
tree5039382509807fbebe8efaff12b11b68e6dedc85
parent911a11e379231803a46ca6a05f5ab0dffedbb5d5
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]