Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 19 Sep 2002 16:47:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 19 Sep 2002 16:47:51 -0400 Received: from dsl-65-188-251-69.telocity.com ([65.188.251.69]:5280 "EHLO orr.homenet") by vger.kernel.org with ESMTP id ; Thu, 19 Sep 2002 16:47:50 -0400 Date: Thu, 19 Sep 2002 16:52:49 -0400 To: Jeff Garzik Cc: netdev@oss.sgi.com, Linux Kernel Mailing List , Donald Becker , Richard Gooch , "Patrick R. McManus" , edward_peng@dlink.com.tw Subject: PATCH: sundance #4b Message-ID: <20020919205249.GB17492@orr.falooley.org> References: <3D8A25D1.3060300@mandrakesoft.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="gatW/ieO32f1wygP" Content-Disposition: inline In-Reply-To: <3D8A25D1.3060300@mandrakesoft.com> User-Agent: Mutt/1.4i From: Jason Lunz Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 947 Lines: 35 --gatW/ieO32f1wygP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The aforementioned failure happens unless USE_IO_OPS is defined. It should be the default, as without it the driver doesn't work at all. Jason --gatW/ieO32f1wygP Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=sundance-4b --- sundance-unreg.c Thu Sep 19 16:48:22 2002 +++ sundance-ioops.c Thu Sep 19 16:48:24 2002 @@ -247,6 +247,10 @@ */ +/* Work-around for Kendin chip bugs. */ +#ifndef USE_MEM_OPS +#define USE_IO_OPS 1 +#endif static struct pci_device_id sundance_pci_tbl[] __devinitdata = { {0x1186, 0x1002, 0x1186, 0x1002, 0, 0, 0}, --gatW/ieO32f1wygP-- - 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/