aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/sb600/sb600.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2010-09-24 23:37:25 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2010-09-24 23:37:25 +0000
commitff492b18550d6e24cdaffbb265f2fecc294486a3 (patch)
treed5f123d248c2218936bf7cc87ff0f6b31cb70455 /src/southbridge/amd/sb600/sb600.c
parent977b985095098fc64b223faea32141680a13c7e3 (diff)
Make SB600/SB700 more similar for easier diffs (trivial).
Also fixes random whitespace issues, typos, etc. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5837 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/amd/sb600/sb600.c')
-rw-r--r--src/southbridge/amd/sb600/sb600.c30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/southbridge/amd/sb600/sb600.c b/src/southbridge/amd/sb600/sb600.c
index d9b3dcc9e4..61a0c6559c 100644
--- a/src/southbridge/amd/sb600/sb600.c
+++ b/src/southbridge/amd/sb600/sb600.c
@@ -120,21 +120,21 @@ void sb600_enable(device_t dev)
printk(BIOS_DEBUG, "sb600_enable()\n");
-/*
-* 0:12.0 SATA bit 8 of sm_dev 0xac : 1 - enable, default + 32 * 3
-* 0:13.1 USB-1 bit 2 of sm_dev 0x68
-* 0:13.2 USB-2 bit 3 of sm_dev 0x68
-* 0:13.3 USB-3 bit 4 of sm_dev 0x68
-* 0:13.4 USB-4 bit 5 of sm_dev 0x68
-* 0:13.5 USB2 bit 0 of sm_dev 0x68 : 1 - enable, default
-* 0:14.0 SMBUS 0
-* 0:14.1 IDE 1
-* 0:14.2 HDA bit 3 of pm_io 0x59 : 1 - enable, default + 32 * 4
-* 0:14.3 LPC bit 20 of sm_dev 0x64 : 0 - disable, default + 32 * 1
-* 0:14.4 PCI 4
-* 0:14.5 ACI bit 0 of pm_io 0x59 : 0 - enable, default
-* 0:14.6 MCI bit 1 of pm_io 0x59 : 0 - enable, default
-*/
+ /*
+ * 0:12.0 SATA bit 8 of sm_dev 0xac : 1 - enable, default + 32 * 3
+ * 0:13.1 USB-1 bit 2 of sm_dev 0x68
+ * 0:13.2 USB-2 bit 3 of sm_dev 0x68
+ * 0:13.3 USB-3 bit 4 of sm_dev 0x68
+ * 0:13.4 USB-4 bit 5 of sm_dev 0x68
+ * 0:13.5 USB2 bit 0 of sm_dev 0x68 : 1 - enable, default
+ * 0:14.0 SMBUS 0
+ * 0:14.1 IDE 1
+ * 0:14.2 HDA bit 3 of pm_io 0x59 : 1 - enable, default + 32 * 4
+ * 0:14.3 LPC bit 20 of sm_dev 0x64 : 0 - disable, default + 32 * 1
+ * 0:14.4 PCI 4
+ * 0:14.5 ACI bit 0 of pm_io 0x59 : 0 - enable, default
+ * 0:14.6 MCI bit 1 of pm_io 0x59 : 0 - enable, default
+ */
if (dev->device == 0x0000) {
vendorid = pci_read_config32(dev, PCI_VENDOR_ID);
deviceid = (vendorid >> 16) & 0xffff;