Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263998AbUDFUhX (ORCPT ); Tue, 6 Apr 2004 16:37:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263999AbUDFUhW (ORCPT ); Tue, 6 Apr 2004 16:37:22 -0400 Received: from sinfonix.rz.tu-clausthal.de ([139.174.2.33]:7867 "EHLO sinfonix.rz.tu-clausthal.de") by vger.kernel.org with ESMTP id S263998AbUDFUhE convert rfc822-to-8bit (ORCPT ); Tue, 6 Apr 2004 16:37:04 -0400 From: "Hemmann, Volker Armin" To: Dave Jones , Bjoern Michaelsen , linux-kernel@vger.kernel.org Subject: Re: AGP problem SiS 746FX Linux 2.6.5-rc3 Date: Tue, 6 Apr 2004 22:37:02 +0200 User-Agent: KMail/1.6.1 References: <20040406031949.GA8351@lord.sinclair> <200404062206.38731.volker.hemmann@heim10.tu-clausthal.de> <20040406203122.GB1100@redhat.com> In-Reply-To: <20040406203122.GB1100@redhat.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8BIT Message-Id: <200404062237.02210.volker.hemmann@heim10.tu-clausthal.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 8474 Lines: 190 Hi, On Tuesday 06 April 2004 22:31, Dave Jones wrote: > On Tue, Apr 06, 2004 at 10:06:38PM +0200, Hemmann, Volker Armin wrote: > > static void __devinit sis_get_driver(struct agp_bridge_data *bridge) > > { > > - if (bridge->dev->device == PCI_DEVICE_ID_SI_648 || > > - bridge->dev->device == PCI_DEVICE_ID_SI_746) { > > - if (agp_bridge->major_version == 3) { > > + if (bridge->dev->device == PCI_DEVICE_ID_SI_648 || > > + bridge->dev->device == PCI_DEVICE_ID_SI_746) { > > + if (agp_bridge->major_version == 3 && > > agp_bridge->minor_version < 5) { > > + sis_driver.agp_enable=sis_648_enable; > > + } else { > > Ah, a clue. lspci -vvv output please ? > > Dave energy root # lspci -vvv 0000:00:00.0 Host bridge: Silicon Integrated Systems [SiS] 746 Host (rev 02) Subsystem: Unknown device 1849:0746 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- Reset- FastB2B- 0000:00:02.0 ISA bridge: Silicon Integrated Systems [SiS]: Unknown device 0963 (rev 25) Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap- 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR-