svn commit: r313856 - head/sys/conf
Warner Losh
imp at FreeBSD.org
Fri Feb 17 06:13:51 UTC 2017
Author: imp
Date: Fri Feb 17 06:13:49 2017
New Revision: 313856
URL: https://svnweb.freebsd.org/changeset/base/313856
Log:
Remove EISA build option
Modified:
head/sys/conf/kern.opts.mk
Modified: head/sys/conf/kern.opts.mk
==============================================================================
--- head/sys/conf/kern.opts.mk Fri Feb 17 05:39:40 2017 (r313855)
+++ head/sys/conf/kern.opts.mk Fri Feb 17 06:13:49 2017 (r313856)
@@ -45,7 +45,6 @@ __DEFAULT_YES_OPTIONS = \
ZFS
__DEFAULT_NO_OPTIONS = \
- EISA \
EXTRA_TCP_STACKS \
NAND \
OFED \
@@ -77,10 +76,6 @@ BROKEN_OPTIONS+= ZFS
# Things that don't work because the kernel doesn't have the support
# for them.
-.if ${MACHINE} != "i386"
-BROKEN_OPTIONS+= EISA
-.endif
-
.if ${MACHINE} != "i386" && ${MACHINE} != "amd64"
BROKEN_OPTIONS+= OFED
.endif
More information about the svn-src-head
mailing list