[PATCH] Merge the changes from siimage 2.4.22-pre9 to 2.6.0-test2

From: Marcelo Penna Guerra (eu_at_marcelopenna.org)
Date: 07/31/03

  • Next message: Christoph Hellwig: "Re: [Patch 3/6] dm: decimal device num sscanf"
    To: lkml <linux-kernel@vger.kernel.org>
    Date:	Thu, 31 Jul 2003 14:49:43 -0300
    
    
    

    Hi,

    I don't know if anyone is working on this, but I merged the changes from
    siimage 1.06 present in 2.4.x to 2.6.0-test2. I'm really not very familiar
    with the IDE code, so it's probably a good idea if someone could take a look
    at it. All I can tell is it's working with the SiI3112A present in my
    motherboard and it's a lot more stable than before.

    I also added the suggestion from Andre to make the driver not care about cable
    detection and found a possible bug in the 2.4.x code.

    In 2.4.22-pre9:

    if (!is_sata(hwif))
           hwif->atapi_dma = 1;

    and DMA is not enabled by default.

    I think it should be:

    if (is_sata(hwif))
           hwif->atapi_dma = 1;

    With this DMA is enabled by default on my board and works great.

    Marcelo Penna Guerra

    
    

    -
    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/



  • Next message: Christoph Hellwig: "Re: [Patch 3/6] dm: decimal device num sscanf"

    Relevant Pages

    • Re: [PATCH] Merge the changes from siimage 2.4.22-pre9 to 2.6.0-test2
      ... > with the IDE code, so it's probably a good idea if someone could take a look ... This means that if this is a SATA controller DMA shouldn't be ... [Disabling DMA on ATAPI devices on SiI680. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: Problem in 2.6.0-test9-mm1 with siimage+hdparm
      ... Since siimage 1.06 drvier. ... I have DMA without using ... > hdparm, but it is not as fast as in windows. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [linux-usb-devel] Re: [BK PATCH] USB update for 2.6.3
      ... to pass the struct device of the USB device but the host one instead, ... > Making the device operations explicit would be good, though, and would ... > I'd still ask that people don't do DMA on non-host devices. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: 2.6.10-rc2-mm4
      ... That would also be a proprietary hook wouldn't it 8) ... So far I can find none although I can find users for a 512Mb or 1Gb DMA ... doesn't need it and even beyond the supported open source hardware ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: arm-lh7a40x IDE support in 2.6.6
      ... > you'll admit that the IDE code is overly intricate. ... Stuff in arch-lh7a40x/ide.h is really a driver code but ... abuses subsystem code instead - that's my complain. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)