Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2019 07:21:24 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r354433 - head
Message-ID:  <201911070721.xA77LOhK068771@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: avg
Date: Thu Nov  7 07:21:23 2019
New Revision: 354433
URL: https://svnweb.freebsd.org/changeset/base/354433

Log:
  add a note about nctgpio and wbwd move to superio

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Thu Nov  7 07:15:01 2019	(r354432)
+++ head/UPDATING	Thu Nov  7 07:21:23 2019	(r354433)
@@ -26,6 +26,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
 	disable the most expensive debugging functionality run
 	"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
 
+20191107:
+	The nctgpio and wbwd drivers have been moved to the superio bus.
+	If you have one of these drivers in a kernel configuration, then
+	you should add device superio to it.  If you use one of these drivers
+	as a module and you compile a custom set of modules, then you should
+	add superio to the set.
+
 20191021:
 	KPIs for network drivers to access interface addresses have changed.
 	Users need to recompile NIC driver modules together with kernel.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911070721.xA77LOhK068771>