X-Git-Url: https://gitweb.dragonflybsd.org/~nant/dragonfly.git/blobdiff_plain/8987c32ba06c36230f29fa019e7641637f01ec47..fa7cb8cead68200ada34caec5db4b217e3db696b:/UPDATING diff --git a/UPDATING b/UPDATING index 7070a5f5b7..5a91da4f4a 100644 --- a/UPDATING +++ b/UPDATING @@ -8,6 +8,41 @@ # If you discover any problem, please contact the bugs@lists.dragonflybsd.org # mailing list with the details. ++-----------------------------------------------------------------------+ ++ UPGRADING DRAGONFLY FROM 2.10 to later versions + ++-----------------------------------------------------------------------+ + +SEVERAL ISA DRIVERS REMOVED +--------------------------- + +The following ISA only drivers have been removed along with a couple of +associated userland tools: + +aha(4) +asc(4) & sasc(1) +ctx +dgb(4) +el(4) +gpib +gsc(4) & sgsc(1) +ie(4) +labpc(4) +le(4) +mse(4) +rc(4) +rdp(4) +spigot +tw(4) & xten(1) & xtend(8) +wl(4) & wlconfig(8) +wt(4) + +Note that two of these drivers (aha(4) and ie(4)) are in our GENERIC +config and one (aha(4)) is in our X86_64_GENERIC kernel configuration +file. + +If buildkernel complains about any of these drivers, just remove them +from your kernel configuration. + +-----------------------------------------------------------------------+ + UPGRADING DRAGONFLY FROM 2.8 to later versions + +-----------------------------------------------------------------------+