Move all the identical x86 lines to files.x86. The non-identical ones should be
unified and moved as well, but that would require additional changes that would
need a more careful review and may not be MFCable, so I'll do them
separately. I'll delete the mildly snarky comment when things are unified.
Move all the hp* drivers too files.x86
The HPT drivers are all x86 only. Move them to files.x86. Because of the way we
run uudecode, we can use $M instead of needing entries for them in separate
files.
Apart from one MD file, aesni is common to x86. Move it into files.x86.
Move via padlock files to files.x86.
VIA Padlock support is for VIA C3, C7 and Eden processors, which are 64bit x86
processors.
The ACPI parts are identical between i386 and amd64
Apart from one MD file, ACPI is a x86 implementation, not specific to either
i386 or amd64, so put it into files.x86. Other architectures include fewer
files for the same options, so it can't move into the MI files file.
The bxe driver, QLogic NetXtreme II Ethernet 10Gb PCIe adapter driver, is x86 specific, and only builds there. Likewise the module is built there. Move it to the x86-only files.x86.
Move hyperv to files.x86
Move the comomon part of hyperv to files.x86.
Intel's isci is part of the chipset, so it is x86 specific.
Windows ndis support is x86 only. Move the MI parts there.
The x86 part of hwpmc is shared, so move it to files.x86.
Move the common x86 ipmi files to files.x86. The powerpc file list is different enough that unification will have to wait for the next pass.