X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/1f42fe3a62e0d9007a77d22f0d8e02dc41606a63..f560f0d601fe3776e0e47511ba9c5c0a3fe5bc4d:/UPDATING diff --git a/UPDATING b/UPDATING index f129a8e779..c20d5dcd96 100644 --- a/UPDATING +++ b/UPDATING @@ -8,6 +8,24 @@ # If you discover any problem, please contact the bugs@lists.dragonflybsd.org # mailing list with the details. ++-----------------------------------------------------------------------+ ++ UPGRADING DRAGONFLY FROM 3.0 to later versions + ++-----------------------------------------------------------------------+ + +APIC_IO OPTION REMOVED +---------------------- + +The APIC_IO kernel option is no longer accepted after having been without +effect for a while. The hw.ioapic_enable tunable now serves its purpose. +If you have 'options APIC_IO' in your kernel config, you'll have to +remove it. + +WATCHDOG_ENABLE & HW_WDOG OPTIONS REMOVED +----------------------------------------- + +The wdog framework is now compiled into our kernels by default, so the +options are no longer needed. + +-----------------------------------------------------------------------+ + UPGRADING DRAGONFLY FROM 2.10 to later versions + +-----------------------------------------------------------------------+