From owner-svn-src-head@FreeBSD.ORG Sat Jul 13 07:59:58 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B34DDE6D; Sat, 13 Jul 2013 07:59:58 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-lb0-x236.google.com (mail-lb0-x236.google.com [IPv6:2a00:1450:4010:c04::236]) by mx1.freebsd.org (Postfix) with ESMTP id 6D3551685; Sat, 13 Jul 2013 07:59:57 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id r11so8238686lbv.13 for ; Sat, 13 Jul 2013 00:59:56 -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 :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=TSvaCYG7mzyfhQrjWN9juLdvkAyMvTOQr8Q6/65lBd4=; b=yHShLSvPvWNxudBfiJRkdh/k4gFe4q0yRIECNQOKkyoDED4kVhNIUDLbe7NZjQt52Q twaQjNLCCoKuofNRdnhEmbj2dscMioGuaqXKbaZznUeIFqoJpBnAgd+X37Afh/MHzPS/ GNf0eGCW5kyx17kt4JAy8DjMqNY2j0Uo/oApVgwhV9imKhWaij46k1T6ZwtO0zipgx4M 7W96CDclU+9mTrCX9u0GPrE14GMMXPIif11+KqCNlksINTXG5JQ7tMY4Ilxa2C+7fxXN 0w+lgTbWv4sKsGAO6JG21Hr7643tW5tMH9+78HnD8h1T3tCe+Gy+EU8NC4CWqie6cDWO 2O4w== MIME-Version: 1.0 X-Received: by 10.152.19.194 with SMTP id h2mr21170828lae.26.1373702396146; Sat, 13 Jul 2013 00:59:56 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.149.38 with HTTP; Sat, 13 Jul 2013 00:59:56 -0700 (PDT) In-Reply-To: References: <201307120803.r6C83ACp016523@svn.freebsd.org> <20130712202710.GB2757@gmail.com> Date: Sat, 13 Jul 2013 00:59:56 -0700 X-Google-Sender-Auth: Q-1sNPTsD9fhAZbvW2zwdaaPbTw Message-ID: Subject: Re: svn commit: r253255 - head/sys/netgraph/bluetooth/drivers/ubt From: Craig Rodrigues To: Adrian Chadd Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Mikolaj Golub , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Marko Zec X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jul 2013 07:59:58 -0000 On Fri, Jul 12, 2013 at 10:40 PM, Adrian Chadd wrote: > Here's what I have running on my stable/9 VIMAGE laptop. > > > http://people.freebsd.org/~adrian/ath/20130712-vimage-default-attach-detach.diff > > How's this look to put into -HEAD? > > Your patch overlaps with a patch proposed by Marko here: http://lists.freebsd.org/pipermail/freebsd-hackers/2012-November/041120.html Marko modified a few more places than you did in his patch, and his kern/subr_bus.c is slightly different, but it is in the same area of code. Are the additional places that Marko modified, like kern_linker.c necessary? Can we come up with a combined patch between Marko's patch and your patch? I think if a combined patch can go into HEAD, then my patch to bluetooth can be reverted. -- Craig