From owner-freebsd-current@FreeBSD.ORG Fri Oct 19 14:33:10 2012 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9D473E04 for ; Fri, 19 Oct 2012 14:33:10 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5239A8FC12 for ; Fri, 19 Oct 2012 14:33:09 +0000 (UTC) Received: by mail-vb0-f54.google.com with SMTP id v11so701829vbm.13 for ; Fri, 19 Oct 2012 07:33:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=kvHD8LeGLN2LnML4PVXu8Sky7sl3mZ6HBEwXl38wMXA=; b=BwCHR+f9BNRfUEK2ec8WBeo6EO0pPsNzrpYz8252vPloB7q9I6jnktoTgFIi5zyIkB WPAMb8gBS046A+iVRf1n6/mQIEG8s2mTHy0ijIQETfa+uetAOcd6VNPGNsmMkFpavQ1x skxzGwDlV7vh3MmZqQ5Aas8ovk4GcITugoNN33xpyQGQB1Kx2QZVsiu9+BdosTJzEJwP 59aoteOAhIbObBeu0lHOFoiVrWWjCpnTR2o9lRCjFI5sd53GZlR0oG56ls0fiBjssTjn V1Zr2Oi0/6qdUubhTWehwyz9e+pD0wNduOs9RDaOq+lgXFuLDdkz4Dk3hNZTDD65YX16 mXGw== MIME-Version: 1.0 Received: by 10.52.177.130 with SMTP id cq2mr1418750vdc.102.1350657189367; Fri, 19 Oct 2012 07:33:09 -0700 (PDT) Received: by 10.58.31.162 with HTTP; Fri, 19 Oct 2012 07:33:09 -0700 (PDT) In-Reply-To: <86ehkufsj9.fsf@ds4.des.no> References: <86ehkufsj9.fsf@ds4.des.no> Date: Fri, 19 Oct 2012 15:33:09 +0100 Message-ID: Subject: Re: Removing firewire support from GENERIC From: Tom Evans To: current@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2012 14:33:10 -0000 On Fri, Oct 19, 2012 at 3:25 PM, Dag-Erling Sm=C3=B8rgrav wrot= e: > Firewire is > > - a significant security risk > - an obstacle to functining suspend / resume on many systems > - rapidly becoming obsolete > - available as a module > > The attached patch removes it from GENERIC across the board. Any > serious objections before I commit it to head? > > DES Hi DES Would dcons over firewire still work in GENERIC, with firewire as a module? Cheers Tom