Tristan Corrick has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/30767 )
Change subject: mb/asus/h61m-cs: Add ASUS H61M-CS ......................................................................
Patch Set 13: Code-Review+1
(2 comments)
https://review.coreboot.org/#/c/30767/13//COMMIT_MSG Commit Message:
https://review.coreboot.org/#/c/30767/13//COMMIT_MSG@20 PS13, Line 20: Please give a brief description of the USB keyboard issue. :)
https://review.coreboot.org/#/c/30767/13/src/mainboard/asus/h61m-cs/devicetr... File src/mainboard/asus/h61m-cs/devicetree.cb:
https://review.coreboot.org/#/c/30767/13/src/mainboard/asus/h61m-cs/devicetr... PS13, Line 53: device pci 1c.3 on end # PCIe x1 Slot 1 PCIE_1
1c.3 is PCIE_1 on the board.
Great. By the way, as 1c.0 is now disabled, PCIe coalescing will be done, since PCIe devices need to implement function 0. So lspci output will probably reflect that. Some boards do set 1c.0 to `on` even when it's not used so that coalescing doesn't happen. I did suggest disabling coalescing before, but there's no need to make any changes to the current configuration if there are no issues.