From 08356e145005656f51b991b0a58a67eb90585989 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 17 Feb 2017 06:13:49 +0000 Subject: [PATCH] Remove EISA build option --- sys/conf/kern.opts.mk | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sys/conf/kern.opts.mk b/sys/conf/kern.opts.mk index c2b3ad727d79..094163157e07 100644 --- a/sys/conf/kern.opts.mk +++ b/sys/conf/kern.opts.mk @@ -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