Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 18 Jul 2002 07:11:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 18 Jul 2002 07:11:41 -0400 Received: from crisium.vnl.com ([194.46.8.33]:50698 "EHLO crisium.vnl.com") by vger.kernel.org with ESMTP id ; Thu, 18 Jul 2002 07:11:41 -0400 Date: Thu, 18 Jul 2002 12:18:47 +0100 From: Dale Amon To: Frank Davis Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] 2.5.24 : BusLogic cleanup Message-ID: <20020718111847.GF19403@vnl.com> Mail-Followup-To: Dale Amon , Frank Davis , linux-kernel@vger.kernel.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Operating-System: Linux, the choice of a GNU generation Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1337 Lines: 27 On Mon, Jun 24, 2002 at 01:07:18AM -0400, Frank Davis wrote: > Hello all, > The following patch removes some unneccessary (it seems) typedefs, and > adds in the pci_set_dma_mask() check mentioned in > Documentation/DMA-mapping.txt . Please review. Did your Buslogic patch ever get included? I'm still getting errors compiling 2.5.x as of .26 last night: BusLogic.c:32: #error Please convert me to Documentation/DMA-mapping.txt BusLogic.c: In function `BusLogic_DetectHostAdapter': BusLogic.c:2841: warning: long unsigned int format, BusLogic_IO_Address_T arg (arg 2) BusLogic.c: In function `BusLogic_QueueCommand': BusLogic.c:3415: structure has no member named `address' BusLogic.c: In function `BusLogic_BIOSDiskParameters': BusLogic.c:4141: warning: implicit declaration of function `scsi_bios_ptable' BusLogic.c:4141: warning: assignment makes pointer from integer without a cast make[2]: *** [BusLogic.o] Error 1 Given that your patch was against .24, I would guess it should be "relatively" safe against a .26 since it's only driver code that everyone else seems to be ignoring. - 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/