Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261741AbTESIwS (ORCPT ); Mon, 19 May 2003 04:52:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261785AbTESIwS (ORCPT ); Mon, 19 May 2003 04:52:18 -0400 Received: from zeus.kernel.org ([204.152.189.113]:22765 "EHLO zeus.kernel.org") by vger.kernel.org with ESMTP id S261741AbTESIwP (ORCPT ); Mon, 19 May 2003 04:52:15 -0400 Date: Mon, 19 May 2003 04:53:15 -0400 (EDT) From: Zwane Mwaikambo X-X-Sender: zwane@montezuma.mastecende.com To: Alexander Hoogerhuis cc: William Lee Irwin III , Dave Jones , Andrew Morton , "" , "" Subject: Re: [OOPS] 2.5.69-mm6 In-Reply-To: <873cjbjp0b.fsf@lapper.ihatent.com> Message-ID: References: <20030516015407.2768b570.akpm@digeo.com> <87fznfku8z.fsf@lapper.ihatent.com> <20030516180848.GW8978@holomorphy.com> <20030516185638.GA19669@suse.de> <20030516191711.GX8978@holomorphy.com> <87u1brbazl.fsf@lapper.ihatent.com> <873cjbjp0b.fsf@lapper.ihatent.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: 7501 Lines: 171 Could you try with this patch and modular too? ? linux-2.5-devel/drivers/char/agp/.amd-k7-agp.c.swp Index: linux-2.5-devel/drivers/char/agp/ali-agp.c =================================================================== RCS file: /home/cvs/linux-2.5/drivers/char/agp/ali-agp.c,v retrieving revision 1.12 diff -u -p -B -r1.12 ali-agp.c --- linux-2.5-devel/drivers/char/agp/ali-agp.c 11 May 2003 18:53:08 -0000 1.12 +++ linux-2.5-devel/drivers/char/agp/ali-agp.c 19 May 2003 07:58:39 -0000 @@ -391,7 +391,7 @@ static struct pci_device_id agp_ali_pci_ MODULE_DEVICE_TABLE(pci, agp_ali_pci_table); -static struct __initdata pci_driver agp_ali_pci_driver = { +static struct pci_driver agp_ali_pci_driver = { .name = "agpgart-ali", .id_table = agp_ali_pci_table, .probe = agp_ali_probe, Index: linux-2.5-devel/drivers/char/agp/amd-k7-agp.c =================================================================== RCS file: /home/cvs/linux-2.5/drivers/char/agp/amd-k7-agp.c,v retrieving revision 1.11 diff -u -p -B -r1.11 amd-k7-agp.c --- linux-2.5-devel/drivers/char/agp/amd-k7-agp.c 11 May 2003 18:53:08 -0000 1.11 +++ linux-2.5-devel/drivers/char/agp/amd-k7-agp.c 19 May 2003 07:58:40 -0000 @@ -469,7 +469,7 @@ static struct pci_device_id agp_amdk7_pc MODULE_DEVICE_TABLE(pci, agp_amdk7_pci_table); -static struct __initdata pci_driver agp_amdk7_pci_driver = { +static struct pci_driver agp_amdk7_pci_driver = { .name = "agpgart-amdk7", .id_table = agp_amdk7_pci_table, .probe = agp_amdk7_probe, Index: linux-2.5-devel/drivers/char/agp/amd-k8-agp.c =================================================================== RCS file: /home/cvs/linux-2.5/drivers/char/agp/amd-k8-agp.c,v retrieving revision 1.16 diff -u -p -B -r1.16 amd-k8-agp.c --- linux-2.5-devel/drivers/char/agp/amd-k8-agp.c 14 May 2003 01:31:52 -0000 1.16 +++ linux-2.5-devel/drivers/char/agp/amd-k8-agp.c 19 May 2003 07:58:40 -0000 @@ -343,7 +343,7 @@ static struct pci_device_id agp_amdk8_pc MODULE_DEVICE_TABLE(pci, agp_amdk8_pci_table); -static struct __initdata pci_driver agp_amdk8_pci_driver = { +static struct pci_driver agp_amdk8_pci_driver = { .name = "agpgart-amd-k8", .id_table = agp_amdk8_pci_table, .probe = agp_amdk8_probe, Index: linux-2.5-devel/drivers/char/agp/hp-agp.c =================================================================== RCS file: /home/cvs/linux-2.5/drivers/char/agp/hp-agp.c,v retrieving revision 1.12 diff -u -p -B -r1.12 hp-agp.c --- linux-2.5-devel/drivers/char/agp/hp-agp.c 11 May 2003 18:53:08 -0000 1.12 +++ linux-2.5-devel/drivers/char/agp/hp-agp.c 19 May 2003 07:58:40 -0000 @@ -400,7 +400,7 @@ static struct pci_device_id agp_hp_pci_t MODULE_DEVICE_TABLE(pci, agp_hp_pci_table); -static struct __initdata pci_driver agp_hp_pci_driver = { +static struct pci_driver agp_hp_pci_driver = { .name = "agpgart-hp", .id_table = agp_hp_pci_table, .probe = agp_hp_probe, Index: linux-2.5-devel/drivers/char/agp/i460-agp.c =================================================================== RCS file: /home/cvs/linux-2.5/drivers/char/agp/i460-agp.c,v retrieving revision 1.12 diff -u -p -B -r1.12 i460-agp.c --- linux-2.5-devel/drivers/char/agp/i460-agp.c 11 May 2003 18:53:08 -0000 1.12 +++ linux-2.5-devel/drivers/char/agp/i460-agp.c 19 May 2003 07:58:40 -0000 @@ -600,7 +600,7 @@ static struct pci_device_id agp_intel_i4 MODULE_DEVICE_TABLE(pci, agp_intel_i460_pci_table); -static struct __initdata pci_driver agp_intel_i460_pci_driver = { +static struct pci_driver agp_intel_i460_pci_driver = { .name = "agpgart-intel-i460", .id_table = agp_intel_i460_pci_table, .probe = agp_intel_i460_probe, Index: linux-2.5-devel/drivers/char/agp/intel-agp.c =================================================================== RCS file: /home/cvs/linux-2.5/drivers/char/agp/intel-agp.c,v retrieving revision 1.16 diff -u -p -B -r1.16 intel-agp.c --- linux-2.5-devel/drivers/char/agp/intel-agp.c 13 May 2003 18:45:44 -0000 1.16 +++ linux-2.5-devel/drivers/char/agp/intel-agp.c 19 May 2003 07:58:41 -0000 @@ -1450,7 +1450,7 @@ static struct pci_device_id agp_intel_pc MODULE_DEVICE_TABLE(pci, agp_intel_pci_table); -static struct __initdata pci_driver agp_intel_pci_driver = { +static struct pci_driver agp_intel_pci_driver = { .name = "agpgart-intel", .id_table = agp_intel_pci_table, .probe = agp_intel_probe, Index: linux-2.5-devel/drivers/char/agp/nvidia-agp.c =================================================================== RCS file: /home/cvs/linux-2.5/drivers/char/agp/nvidia-agp.c,v retrieving revision 1.2 diff -u -p -B -r1.2 nvidia-agp.c --- linux-2.5-devel/drivers/char/agp/nvidia-agp.c 11 May 2003 18:53:08 -0000 1.2 +++ linux-2.5-devel/drivers/char/agp/nvidia-agp.c 19 May 2003 07:58:41 -0000 @@ -354,7 +354,7 @@ static struct pci_device_id agp_nvidia_p MODULE_DEVICE_TABLE(pci, agp_nvidia_pci_table); -static struct __initdata pci_driver agp_nvidia_pci_driver = { +static struct pci_driver agp_nvidia_pci_driver = { .name = "agpgart-nvidia", .id_table = agp_nvidia_pci_table, .probe = agp_nvidia_probe, Index: linux-2.5-devel/drivers/char/agp/sis-agp.c =================================================================== RCS file: /home/cvs/linux-2.5/drivers/char/agp/sis-agp.c,v retrieving revision 1.12 diff -u -p -B -r1.12 sis-agp.c --- linux-2.5-devel/drivers/char/agp/sis-agp.c 11 May 2003 18:53:08 -0000 1.12 +++ linux-2.5-devel/drivers/char/agp/sis-agp.c 19 May 2003 07:58:41 -0000 @@ -240,7 +240,7 @@ static struct pci_device_id agp_sis_pci_ MODULE_DEVICE_TABLE(pci, agp_sis_pci_table); -static struct __initdata pci_driver agp_sis_pci_driver = { +static struct pci_driver agp_sis_pci_driver = { .name = "agpgart-sis", .id_table = agp_sis_pci_table, .probe = agp_sis_probe, Index: linux-2.5-devel/drivers/char/agp/sworks-agp.c =================================================================== RCS file: /home/cvs/linux-2.5/drivers/char/agp/sworks-agp.c,v retrieving revision 1.13 diff -u -p -B -r1.13 sworks-agp.c --- linux-2.5-devel/drivers/char/agp/sworks-agp.c 11 May 2003 18:53:08 -0000 1.13 +++ linux-2.5-devel/drivers/char/agp/sworks-agp.c 19 May 2003 07:58:41 -0000 @@ -532,7 +532,7 @@ static struct pci_device_id agp_serverwo MODULE_DEVICE_TABLE(pci, agp_serverworks_pci_table); -static struct __initdata pci_driver agp_serverworks_pci_driver = { +static struct pci_driver agp_serverworks_pci_driver = { .name = "agpgart-serverworks", .id_table = agp_serverworks_pci_table, .probe = agp_serverworks_probe, Index: linux-2.5-devel/drivers/char/agp/via-agp.c =================================================================== RCS file: /home/cvs/linux-2.5/drivers/char/agp/via-agp.c,v retrieving revision 1.16 diff -u -p -B -r1.16 via-agp.c --- linux-2.5-devel/drivers/char/agp/via-agp.c 11 May 2003 18:53:08 -0000 1.16 +++ linux-2.5-devel/drivers/char/agp/via-agp.c 19 May 2003 07:58:41 -0000 @@ -466,7 +466,7 @@ static struct pci_device_id agp_via_pci_ MODULE_DEVICE_TABLE(pci, agp_via_pci_table); -static struct __initdata pci_driver agp_via_pci_driver = { +static struct pci_driver agp_via_pci_driver = { .name = "agpgart-via", .id_table = agp_via_pci_table, .probe = agp_via_probe, -- function.linuxpower.ca - 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/