From owner-freebsd-questions@freebsd.org Mon Jun 5 20:04:40 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4BDDEB797A1 for ; Mon, 5 Jun 2017 20:04:40 +0000 (UTC) (envelope-from tyler@tysdomain.com) Received: from mail-qt0-x234.google.com (mail-qt0-x234.google.com [IPv6:2607:f8b0:400d:c0d::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0851B681BB for ; Mon, 5 Jun 2017 20:04:39 +0000 (UTC) (envelope-from tyler@tysdomain.com) Received: by mail-qt0-x234.google.com with SMTP id u12so78576432qth.0 for ; Mon, 05 Jun 2017 13:04:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tysdomain-com.20150623.gappssmtp.com; s=20150623; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=W4Jiy8qKyK6r9rMw/5PnxQNBT1zdRl+W2UY+m2hMTkE=; b=nijGkYgQDjY5sz7xV9hjqJi8nuceEI/NICgS3uxWiSi36rTv3x8cojjNvAXHWa/mT4 CEuVfxV/RC6H3OuuGoTyc8k3suecH1RwvQNjU9FltIv6lau+tAN6R/PLXoHpKQPda2Gd QBnf7/eegNxC1VmrCPxcP9EwbcB4a1R5YdtZcuziU1TV4uhOZ8DF+D3E8Qt6F4WhBstY X6JebM05JFhcNGF2+6YgUqhBft4jmjnLcBsMz5ou2AGWckKTZj21qTc0G0FBs1JHBEni hoc7iZVPzA1ixwy5BEQIYkSpa/bs0V/miQunUw63FXOx8AJZFeZtJsmVX9k9mGgjNYhn F7DA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=W4Jiy8qKyK6r9rMw/5PnxQNBT1zdRl+W2UY+m2hMTkE=; b=rqyGhz83yROF6kVrruECG2SOyMvXTNc205tb4mhY9nz+oUqZoym4ZhVVPZg2j1rvF7 1SkO9hdclJpAhnMdRrbuJkyqgbuWXCSIcQTYExjcFCLvpzPj1yzhf/hhWkZYXPA0WByq puKSLAn4fnk90CdInrFVaQ44UYpvGAuopV5KBolMlBotoUewX/Gq2xUoCHiFokUQSqYV Hrh65dtP9F44Apef9+tLQy3brrcowMp68MnL/5kmzuXdTD9KvxwCC1BgqG3z3tLUwirG aa7JXR+rqiuP48kDO/rujDYFh+JoYDjQpt8m/awQ2JRbr3A5/xr/57Wwmg8dtJfZX9g0 0c/g== X-Gm-Message-State: AKS2vOwhVI0VIp940NJW/yTSqQMS5E+WZFjJoihC+/mieC6jo4zXapl3 wfHKnGjEchcWbltgzp6l0g== X-Received: by 10.55.65.22 with SMTP id o22mr26897185qka.158.1496693079057; Mon, 05 Jun 2017 13:04:39 -0700 (PDT) Received: from [10.200.6.128] ([69.43.66.16]) by smtp.gmail.com with ESMTPSA id e126sm9973073qkb.18.2017.06.05.13.04.38 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 05 Jun 2017 13:04:38 -0700 (PDT) To: FreeBSD Questions From: "Littlefield, Tyler" Subject: selectively disable acpi modules Message-ID: <869b0d7f-3d32-6e3d-b622-3002e0d396d9@tysdomain.com> Date: Mon, 5 Jun 2017 16:04:37 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2017 20:04:40 -0000 Is there a way to cut out all the acpi modules except the ones you need when building the kernel for FreeBSD 12? thanks,