[coreboot] bug in cs5536 ide enable. Is this also in 8111 ...

Stefan Reinauer stepan at coresystems.de
Thu May 8 16:52:42 CEST 2008


ron minnich wrote:
> Here's the patch after your latest nice cleanup :-)
>
> Index: southbridge/amd/cs5536/cs5536.c
> ===================================================================
> --- southbridge/amd/cs5536/cs5536.c     (revision 677)
> +++ southbridge/amd/cs5536/cs5536.c     (working copy)
> @@ -602,7 +602,7 @@
>         // NOTE: Only 32-bit writes to the data buffer are allowed
> when PWB is set
>         ide_cfg = pci_read_config32(dev, IDE_CFG);
>         ide_cfg |= CHANEN | PWB;
> -       pci_write_config8(dev, IDE_CFG, ide_cfg);
> +       pci_write_config32(dev, IDE_CFG, ide_cfg);
>  }
>
>
> Signed-off-by: Ronald G. Minnich <rminnich at gmail.com>
>   
Acked-by: Stefan Reinauer <stepan at coresystems.de>






More information about the coreboot mailing list