Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759808AbXFMR7c (ORCPT ); Wed, 13 Jun 2007 13:59:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758979AbXFMR7X (ORCPT ); Wed, 13 Jun 2007 13:59:23 -0400 Received: from smtp2.it.da.ut.ee ([193.40.5.67]:60924 "EHLO smtp2.it.da.ut.ee" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759009AbXFMR7X (ORCPT ); Wed, 13 Jun 2007 13:59:23 -0400 Date: Wed, 13 Jun 2007 20:59:21 +0300 (EEST) From: Meelis Roos To: Dave Jones cc: Linux Kernel list , Wang Zhenyu , Eric Anholt Subject: Re: I815 suddenly unkown to agpgart? In-Reply-To: <20070613161513.GE3875@redhat.com> Message-ID: References: <20070613160152.GC3875@redhat.com> <20070613161513.GE3875@redhat.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 646 Lines: 21 > Oh, we have this check in find_gmch .. > > if (gmch_device && PCI_FUNC(gmch_device->devfn) != 0) { > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > Which isn't going to work, as Meelis has a gmch on device0, slot0, devfn1. > Meelis, does it start working again if you change that to just > > if (gmch_Device) { > > ? Still the same. -- Meelis Roos (mroos@linux.ee) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/