svn commit: r356346 - head/sys/powerpc/conf

Justin Hibbits jhibbits at FreeBSD.org
Sat Jan 4 01:13:01 UTC 2020


Author: jhibbits
Date: Sat Jan  4 01:13:00 2020
New Revision: 356346
URL: https://svnweb.freebsd.org/changeset/base/356346

Log:
  powerpc: Remove 'sec' device from QORIQ64 config
  
  The SEC crypto engine, as implemented in this driver, does not exist on any
  64-bit SoC, so don't bother compiling it in.

Modified:
  head/sys/powerpc/conf/QORIQ64

Modified: head/sys/powerpc/conf/QORIQ64
==============================================================================
--- head/sys/powerpc/conf/QORIQ64	Sat Jan  4 01:09:33 2020	(r356345)
+++ head/sys/powerpc/conf/QORIQ64	Sat Jan  4 01:13:00 2020	(r356346)
@@ -103,7 +103,6 @@ device		pci
 device		scbus
 device		scc
 device  	sdhci
-device		sec
 device  	spibus
 device  	spigen
 device		tuntap


More information about the svn-src-head mailing list