Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/40010 )
Change subject: sb/intel/bd82x6x/sata: Fix IDE legacy mode, plus more ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/40010/1/src/southbridge/intel/bd82x... File src/southbridge/intel/bd82x6x/sata.c:
https://review.coreboot.org/c/coreboot/+/40010/1/src/southbridge/intel/bd82x... PS1, Line 189: reg16 = pci_read_config16(dev, PCI_COMMAND); : reg16 &= ~PCI_COMMAND_MEMORY; : pci_write_config16(dev, PCI_COMMAND, reg16); I wonder if this is a no-op, why should we have set the MEMORY bit?