* X86_64_GENERIC_SMP was forgotten, too (hey, we do have grep :).
* Bring back the comments in GENERIC_SMP.
* Remove some CVS IDs and trailing whitespace in other configs.
#
# Check the LINT configuration file in sys/config, for an
# exhaustive list of options.
-#
-# $DragonFly: src/sys/config/GENERIC,v 1.60 2008/07/26 14:26:30 sephe Exp $
platform pc32
machine i386
# SMP boxes with severely broken BIOSes which
# boot fine for non-SMP builds *might* work in SMP mode
# if you disable APIC_IO by setting the loader tunable
-# hw.apic_io_enable to 0.
+# hw.apic_io_enable to 0.
#
#options SMP # Symmetric MultiProcessor Kernel
#options ALTQ_NOPCC #don't use processor cycle counter
#options ALTQ_DEBUG #for debugging
+# SMP boxes with severely broken BIOSes which
+# boot fine for non-SMP builds *might* work in SMP mode
+# if you disable APIC_IO by setting the loader tunable
+# hw.apic_io_enable to 0.
+#
options SMP # Symmetric MultiProcessor Kernel
# Debugging for Development
# SMP boxes with severely broken BIOSes which
# boot fine for non-SMP builds *might* work in SMP mode
# if you disable APIC_IO by setting the loader tunable
-# hw.apic_io_enable to 0.
+# hw.apic_io_enable to 0.
#
options SMP # Symmetric MultiProcessor Kernel
# VKERNEL - configuration for a virtual kernel
-#
-# $DragonFly: src/sys/config/VKERNEL,v 1.14 2008/11/09 18:57:17 dillon Exp $
platform vkernel # platform architecture (i386, vkernel, etc)
machine i386
# VKERNEL - configuration for a virtual kernel
-#
-# $DragonFly: src/sys/config/VKERNEL,v 1.14 2008/11/09 18:57:17 dillon Exp $
platform vkernel64 # platform architecture (i386, vkernel, etc)
machine x86_64
# SMP boxes with severely broken BIOSes which
# boot fine for non-SMP builds *might* work in SMP mode
# if you disable APIC_IO by setting the loader tunable
-# hw.apic_io_enable to 0.
+# hw.apic_io_enable to 0.
#
#options SMP # Symmetric MultiProcessor Kernel
#options ALTQ_DEBUG #for debugging
-# To make an SMP kernel both SMP and APIC_IO are usually
-# specified. SMP boxes with severely broken BIOSes which
+# SMP boxes with severely broken BIOSes which
# boot fine for non-SMP builds *might* work in SMP mode
-# if you define SMP and leave APIC_IO turned off.
+# if you disable APIC_IO by setting the loader tunable
+# hw.apic_io_enable to 0.
#
options SMP # Symmetric MultiProcessor Kernel
-options APIC_IO # Symmetric (APIC) I/O
# Debugging for Development
options DDB