From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753478AbbIPTIs (ORCPT ); Wed, 16 Sep 2015 15:08:48 -0400 Received: from mail-wi0-f170.google.com ([209.85.212.170]:37013 "EHLO mail-wi0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752560AbbIPTIq convert rfc822-to-8bit (ORCPT ); Wed, 16 Sep 2015 15:08:46 -0400 From: Ruudgoogle Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8BIT Mime-Version: 1.0 (1.0) Date: Wed, 16 Sep 2015 21:08:43 +0200 Subject: Pcie bus enumeration and 64bit issues Message-Id: To: linux-kernel@vger.kernel.org X-Mailer: iPhone Mail (11B601) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello all, For a big system i use an external pcie enclosure. Unfortunately the bios fails to properly initialise the system. As work around i plan to start the chassis after the linux kernel has booted. This leads to some other problems i would like to discuss here/get pointers to kernel code to read. 1) the chassis adds several pcie busses, i would like to reserve a range of busnumbers at the last pcie switch in the host. Something like that seems to be done for cardbus, but not for pcie switches in general. The reason is clear: allocating big chunks of busnumbers will exhaust that resource. Looking for advice! 2) For unclear reasons the linux kernel maps the 64bit bars below 4G and that range get exhausted, how can i check if a 64bit mmio pool is present/do i need to specify it manually or should the bios indicate a range? Looking for advice as well. Ruud