Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 26 Feb 2001 14:07:05 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 26 Feb 2001 14:06:55 -0500 Received: from host217-32-155-2.hg.mdip.bt.net ([217.32.155.2]:49156 "EHLO penguin.homenet") by vger.kernel.org with ESMTP id ; Mon, 26 Feb 2001 14:06:41 -0500 Date: Mon, 26 Feb 2001 19:06:32 +0000 (GMT) From: Tigran Aivazian To: "Heusden, Folkert van" cc: Linux Kernel Development Subject: Re: awe_ram.c In-Reply-To: <27525795B28BD311B28D00500481B7601F0F12@ftrs1.intranet.ftr.nl> Message-ID: 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 Hi, Hmm, it's a curious driver... Here is the patch (and the final .c) to get it to compile under 2.4.2 http://www.moses.uklinux.net/patches/aweram/ but the driver doesn't probe for the (extremely frequent!) case when the device has been prepared by the ISA-PNP subsystem. Looking at the infrastructure in drivers/net/ne.c it seems doable to teach it the language of isapnp_find_dev() API -- one just needs to know what signatures to plug into the ISAPNP_VENDOR() and ISAPNP_FUNCTION() macros -- my guess is that the output of /proc/isapnp contains this info. Interesting... I will play with this and see if it detects my ISA-PNP SB AWE64 card. Give the above patch a try and see if you figure out the values to plug in there sooner than I do. Regards, Tigran - 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/