From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Cox Subject: Re: [git patches] ide update Date: Fri, 19 Aug 2005 00:08:54 +0100 Message-ID: <1124406535.20755.12.camel@localhost.localdomain> References: Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from clock-tower.bc.nu ([81.2.110.250]:4505 "EHLO localhost.localdomain") by vger.kernel.org with ESMTP id S932504AbVHRWln (ORCPT ); Thu, 18 Aug 2005 18:41:43 -0400 In-Reply-To: Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Bartlomiej Zolnierkiewicz Cc: Linus Torvalds , linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org On Iau, 2005-08-18 at 23:37 +0200, Bartlomiej Zolnierkiewicz wrote: > + },{ /* 14 */ > + .name = "Revolution", > + .init_hwif = init_hwif_generic, > + .channels = 2, > + .autodma = AUTODMA, > + .bootable = OFF_BOARD, > } This seems rather odd - the driver asks for AUTODMA yet because its IDE generic contains no code to retune the device interface for DMA ? BTW whats the status on the CS5535 driver that someone submitted a while back ?