From owner-freebsd-arch@FreeBSD.ORG Wed Apr 16 00:37:01 2014 Return-Path: Delivered-To: arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 28ED3938 for ; Wed, 16 Apr 2014 00:37:01 +0000 (UTC) Received: from mail-qg0-x22a.google.com (mail-qg0-x22a.google.com [IPv6:2607:f8b0:400d:c04::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E00651197 for ; Wed, 16 Apr 2014 00:37:00 +0000 (UTC) Received: by mail-qg0-f42.google.com with SMTP id q107so10623016qgd.15 for ; Tue, 15 Apr 2014 17:37:00 -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:content-type; bh=UzhCa/gvddpXVAMpcmMIcProiUXRhhFV6eNhVuP9g0I=; b=YHixUdgwl/zinz07m6yMgPvd/c42MWjaznoTFrxxoLQEAHdxP9ReWWcCJTNkkDdKGc +UksRN0pzjNqqz4G9JbyfFChuEluOjvbsgDt6uYuDSZ2t9GN0Dz47BWmUnpwLCRRHipC zz1R4E3Q7kqCHgpXhVT2+v0NptJpjjUIHdJUHYLLWBya9QZ+gHskW0fO/tmMZisr2K7H c0tlhIoY6+hk8JffziI6lA+ySUzd7fx2wpgjUWf0koGzVuJ8pncnXgGM79rpcPvCRUxF G9Lg9YF6AFpiH8E0LHcE3OwTe2lHAaJZBvq+Eu3BIj772ixNzxgIX+cG8NVKS5QtuK+w pIgg== MIME-Version: 1.0 X-Received: by 10.229.81.71 with SMTP id w7mr321831qck.8.1397608620007; Tue, 15 Apr 2014 17:37:00 -0700 (PDT) Sender: carpeddiem@gmail.com Received: by 10.140.88.105 with HTTP; Tue, 15 Apr 2014 17:36:59 -0700 (PDT) In-Reply-To: <957D23B4-264C-4AAB-945C-F82B9877FAC9@bsdimp.com> References: <957D23B4-264C-4AAB-945C-F82B9877FAC9@bsdimp.com> Date: Tue, 15 Apr 2014 20:36:59 -0400 X-Google-Sender-Auth: 9kA9rrO5e-ornQbzWZJLf4fpQ6Y Message-ID: Subject: Re: EISA in GENERIC From: Ed Maste To: Warner Losh Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-arch@freebsd.org" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2014 00:37:01 -0000 On 15 April 2014 16:50, Warner Losh wrote: > Greetings, one and all. > > The time has come to trim EISA from the generic i386 kernel. > > Please see http://people.freebsd.org/~imp/patch-queue/eisa for > the proposed change. It introduces a MK_EISA too so one can > control building the eisa-only modules as well as the eisa attachments > in modules. Looks good to me.