From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758623AbYDVQor (ORCPT ); Tue, 22 Apr 2008 12:44:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754284AbYDVQoi (ORCPT ); Tue, 22 Apr 2008 12:44:38 -0400 Received: from el-out-1112.google.com ([209.85.162.177]:12132 "EHLO el-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754482AbYDVQoh (ORCPT ); Tue, 22 Apr 2008 12:44:37 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ht9S30oYqcauO4KKrU2zwj5pNgH0Wiq9uBhBNXUuIH696oOzkHTQT4CuQipDHMPhcPKCkFBRFUMHAEot9LLhllawJPer+lfTDpa0QkXWE41qm4jRFdPk7zMp8vkSzComZFu28boWJ4pS3LOypulQjQFHLCReANIDCcjcaHcUgTw= Message-ID: Date: Wed, 23 Apr 2008 00:44:26 +0800 From: "Jeff Chua" To: "Linus Torvalds" , "Ivan Kokshaysky" , lkml Subject: [Broken] PCI: clean up resource alignment management In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, Ivan, I'm having problem loading pccard (Sony PC300 broadband card) with the recent git download, and bisected down to this commit. commit 884525655d07fdee9245716b998ecdc45cdd8007 Author: Ivan Kokshaysky Date: Sun Mar 30 19:50:14 2008 +0400 PCI: clean up resource alignment management The symptom that I'm seeing is ... yenta_cardbus 0000:15:00.0: device not available because of BAR 7 [100:1ff] collisions yenta_cardbus: probe of 0000:15:00.0 failed with error -16 Reverting the commit solves the problem. Let me know if you need me to debug further. Thanks, Jeff.