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@gmail.com
NO find_device. Tested on alix1c :-)
ron