diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 914f70323084..443167180381 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -29,14 +29,6 @@ profile 2 # # Notes: # -# By default, mixed mode is used to route IRQ0 from the AT timer via -# the 8259A master PIC through the ExtINT pin on the first I/O APIC. -# This can be disabled via the NO_MIXED_MODE option. In that case, -# IRQ0 will be routed via an intpin on the first I/O APIC. Not all -# motherboards hook IRQ0 up to the first I/O APIC even though their -# MP table or MADT may claim to do so. That is why mixed mode is -# enabled by default. -# # HTT CPUs should only be used if they are enabled in the BIOS. For # the ACPI case, ACPI only correctly tells us about any HTT CPUs if # they are enabled. However, most HTT systems do not list HTT CPUs diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES index ef038621cb14..1d0af53c66e2 100644 --- a/sys/pc98/conf/NOTES +++ b/sys/pc98/conf/NOTES @@ -28,23 +28,10 @@ profile 2 # for SMP kernels. Thus, the apic device is not strictly an SMP option, # but it is a prerequisite for SMP. # -# Notes: -# -# By default, mixed mode is used to route IRQ0 from the AT timer via -# the 8259A master PIC through the ExtINT pin on the first I/O APIC. -# This can be disabled via the NO_MIXED_MODE option. In that case, -# IRQ0 will be routed via an intpin on the first I/O APIC. Not all -# motherboards hook IRQ0 up to the first I/O APIC even though their -# MP table or MADT may claim to do so. That is why mixed mode is -# enabled by default. -# # Mandatory: device apic # I/O apic -# Optional: -options NO_MIXED_MODE # Disable use of mixed mode - # # Watchdog routines. #