From ef6b08cc486e5d97103211dfeb3d629552a92e43 Mon Sep 17 00:00:00 2001 From: Marc Jones Date: Fri, 15 Jun 2012 23:03:15 -0600 Subject: Add PCIe port disable debug message The PCIe device enable function prints when it disables a device. The PCIe ports(bridges) use a different routine that didn't print the message. Add it to be consistent and to provide better debug output. Change-Id: I8462c48e7f4930db68703f0bfb710c01c9643a98 Signed-off-by: Marc Jones Reviewed-on: http://review.coreboot.org/1326 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/southbridge/intel/bd82x6x/pch.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/southbridge/intel/bd82x6x/pch.c b/src/southbridge/intel/bd82x6x/pch.c index 0913e1d2f1..3c448defd4 100644 --- a/src/southbridge/intel/bd82x6x/pch.c +++ b/src/southbridge/intel/bd82x6x/pch.c @@ -297,6 +297,8 @@ static void pch_pcie_enable(device_t dev) } if (!dev->enabled) { + printk(BIOS_DEBUG, "%s: Disabling device\n", dev_path(dev)); + /* * PCIE Power Savings for PantherPoint and CougarPoint/B1+ * -- cgit v1.2.3