Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jan 2020 01:13:00 +0000 (UTC)
From:      Justin Hibbits <jhibbits@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r356346 - head/sys/powerpc/conf
Message-ID:  <202001040113.0041D0IQ075033@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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