From owner-freebsd-current@FreeBSD.ORG Fri Feb 7 21:11:01 2014 Return-Path: Delivered-To: current@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 7418F2C0; Fri, 7 Feb 2014 21:11:01 +0000 (UTC) Received: from mail-vb0-x230.google.com (mail-vb0-x230.google.com [IPv6:2607:f8b0:400c:c02::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1C0F2191F; Fri, 7 Feb 2014 21:11:01 +0000 (UTC) Received: by mail-vb0-f48.google.com with SMTP id q16so3063621vbe.35 for ; Fri, 07 Feb 2014 13:11:00 -0800 (PST) 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 :cc:content-type; bh=JRSRlWl+0cYqPTj9y4HBOO2C48HnTWUTdRVmoqgV6l0=; b=0yo4xvIUzKYqr82qtrGcTQZPo9m9eQvjG52wipV/ITObu6gv4NS22zYeM9pKUwWSgy +78pJUI2f8X6GSIJFeoQhuP8Zq8FQTB5Ul9uG4KkTx7JQCi8Sbgq0kjB/ML7m/J/opXA rYe/P+iFgzntajqsg6WHuVNRIHtKYeygnKQAN6qXRkd7bJJUlz7ziER02U31DHjNFL1q khDG3zObebeuLeSNnm+G56msLDHdFaNTctDGtOEJg5uxTaHv1vciQGoWxCDdKykeE87n V6ykIpf331ZbAGnkJIl8krmNVhWYNzmdQhF51fKDvJKjDD7+v/BivKXeFm8ZYr7QUDoQ hLQg== MIME-Version: 1.0 X-Received: by 10.59.5.102 with SMTP id cl6mr834206ved.41.1391807460212; Fri, 07 Feb 2014 13:11:00 -0800 (PST) Received: by 10.58.251.36 with HTTP; Fri, 7 Feb 2014 13:11:00 -0800 (PST) In-Reply-To: <201402061437.53355.jhb@freebsd.org> References: <201402061437.53355.jhb@freebsd.org> Date: Fri, 7 Feb 2014 22:11:00 +0100 Message-ID: Subject: Re: [PATCH] PCI bus number management From: "Ranjan1018 ." <214748mv@gmail.com> To: John Baldwin Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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, 07 Feb 2014 21:11:01 -0000 Works fine setting all 3 on a Samsung ATIV BOOK 2 model NP270E5E-K02IT on FreeBSD 11.0-CURRENT amd64 r261561 with NEWCONS. Maurizio