From owner-svn-src-all@freebsd.org Mon Mar 21 20:49:22 2016 Return-Path: Delivered-To: svn-src-all@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 8B10EAD869A; Mon, 21 Mar 2016 20:49:22 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-io0-x22f.google.com (mail-io0-x22f.google.com [IPv6:2607:f8b0:4001:c06::22f]) (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 56A5EF8A; Mon, 21 Mar 2016 20:49:22 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-io0-x22f.google.com with SMTP id c63so44359191iof.0; Mon, 21 Mar 2016 13:49:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc; bh=7tgPCi/cfwOPaNUTjmciW8BdB3K7eot9tOBkqEanexQ=; b=GeiUA4dG4Z3SYPvbZPxQ+/pmYcNmqw4Cq3JaTirhZBuWozmA7OY0GGKRRz9jDPOnhR 3SwrICvDnS/K7YJkNLTM0FgVRpwGcqiLP8NEW6ZWc7QvoeTDlQsPtmoCqnT1g3Jhxvxf HtoIRdChCcrNcc0DoSkZ84E9XWRTVqSHZLrCXFwlDqPd995/am5Y25QpscKNwgdg7KXu AqzW/6rFVe0REEQj9mZna9ixCdfKrHflqoh09gq/m4vYQzi7DyCXL7GW+p8QRCKUSal8 /bMBrmM6BeTxb1XcG3IaAK8oByUqo6RorqLIBrXLmuqeIOyEhgqe45JtpJih7n2Ie6ce tDlQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc; bh=7tgPCi/cfwOPaNUTjmciW8BdB3K7eot9tOBkqEanexQ=; b=HHmx49MJp0KcSgunA60K6F1gvvo4J8r/Ooz0bWdgZT1OMsTZ/t59xAXNPWOCTBBQ9L EG/kjTL+KQktyVKwXUVXGrVylmkiwnpGNEjvJlDAW+sJqHzlsoh69/sHODQyYTf3YeMc 5tS0zGdHh+9lLnYxNQoDXxvzGl4tt0vGL+y4PA08fuidxalngRq0pacdZNM6hwI9aoZs MAj4xCAjZcDSX00E20IzYl2Fwiuks+KmWzkpDRdefB/rLRCmGOX1tAvZDIXi9z9lGVYu y1wemIQuQdnNn1nUDW17aYB5QbMbHKFEzJtDwl7scmlxNt/0aSVCeaEb3rzLIhKD9PBp kOlQ== X-Gm-Message-State: AD7BkJIFOj3hhCeYUqfutpXyoc646I8JMGR5jgfLdp3M/McEWVvSZvMhC8xX7YgmQq8ZhlbYVh8h3jSXkrH/Ug== MIME-Version: 1.0 X-Received: by 10.107.19.73 with SMTP id b70mr29807757ioj.75.1458593361704; Mon, 21 Mar 2016 13:49:21 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.14.19 with HTTP; Mon, 21 Mar 2016 13:49:21 -0700 (PDT) In-Reply-To: <14182835.aVTA7WFHK4@ralph.baldwin.cx> References: <201603201753.u2KHrV4t010330@repo.freebsd.org> <14182835.aVTA7WFHK4@ralph.baldwin.cx> Date: Mon, 21 Mar 2016 13:49:21 -0700 X-Google-Sender-Auth: PNhdtnILczPsx33Fyu-zdmGu5rg Message-ID: Subject: Re: svn commit: r297069 - head/sys/conf From: Adrian Chadd To: John Baldwin Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Mar 2016 20:49:22 -0000 Yeah, I'll recover this, and if_otus, once I finish cutting up urtwn a bit. Thanks, -adrian On 20 March 2016 at 12:16, John Baldwin wrote: > On Sunday, March 20, 2016 05:53:31 PM Adrian Chadd wrote: >> Author: adrian >> Date: Sun Mar 20 17:53:30 2016 >> New Revision: 297069 >> URL: https://svnweb.freebsd.org/changeset/base/297069 >> >> Log: >> Now that urtwn is its own device, and it'll get hotplug loaded by >> devd/ifconfig/etc, don't build it in the kernel. >> >> This should fix the build as well! >> >> Notice by: dchagin > > You should fix the entries instead. Not everyone uses modules and we > shouldn't prohibit building devices into a custom kernel. This also > means the device isn't in NOTES either which is a bug. Looks like you > need to fix rtwn as well while you are at it. > > -- > John Baldwin