diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2010-11-09 22:03:39 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2010-11-09 22:03:39 +0000 |
| commit | b49ed6f46a534e999d2cb4d11ca8f20815a11700 (patch) | |
| tree | 9fb35294acef6873a2cc172c9808bec9ab94202d /sys/conf | |
| parent | 4c7baa016a8de2875c56c442992e66a67f579e24 (diff) | |
Notes
Diffstat (limited to 'sys/conf')
| -rw-r--r-- | sys/conf/files.amd64 | 2 | ||||
| -rw-r--r-- | sys/conf/files.i386 | 2 | ||||
| -rw-r--r-- | sys/conf/files.pc98 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64 index ff379aabe023..86d08f42f257 100644 --- a/sys/conf/files.amd64 +++ b/sys/conf/files.amd64 @@ -123,7 +123,6 @@ amd64/amd64/minidump_machdep.c standard amd64/amd64/mp_machdep.c optional smp amd64/amd64/mp_watchdog.c optional mp_watchdog smp amd64/amd64/mpboot.S optional smp -amd64/amd64/msi.c optional pci amd64/amd64/nexus.c standard amd64/amd64/pmap.c standard amd64/amd64/prof_machdep.c optional profiling-routine @@ -319,3 +318,4 @@ x86/x86/dump_machdep.c standard x86/x86/mca.c standard x86/x86/mptable.c optional mptable x86/x86/mptable_pci.c optional mptable pci +x86/x86/msi.c optional pci diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index 530d71218876..bbd47cc233fb 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -289,7 +289,6 @@ i386/xen/mp_machdep.c optional xen smp i386/i386/mp_watchdog.c optional mp_watchdog smp i386/i386/mpboot.s optional smp native i386/xen/mptable.c optional apic xen -i386/i386/msi.c optional apic pci i386/i386/nexus.c standard i386/i386/perfmon.c optional perfmon i386/i386/pmap.c optional native @@ -394,3 +393,4 @@ x86/x86/dump_machdep.c standard x86/x86/mca.c standard x86/x86/mptable.c optional apic native x86/x86/mptable_pci.c optional apic pci +x86/x86/msi.c optional apic pci diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98 index 8b2edbcd3202..6b11c4117589 100644 --- a/sys/conf/files.pc98 +++ b/sys/conf/files.pc98 @@ -158,7 +158,6 @@ i386/i386/mp_clock.c optional smp i386/i386/mp_machdep.c optional smp i386/i386/mp_watchdog.c optional mp_watchdog smp i386/i386/mpboot.s optional smp -i386/i386/msi.c optional apic pci i386/i386/nexus.c standard i386/i386/perfmon.c optional perfmon i386/i386/pmap.c standard @@ -258,3 +257,4 @@ x86/x86/dump_machdep.c standard x86/x86/mca.c standard x86/x86/mptable.c optional apic x86/x86/mptable_pci.c optional apic pci +x86/x86/msi.c optional apic pci |
