summaryrefslogtreecommitdiff
path: root/src/mainboard/technexion/tim8690/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/technexion/tim8690/mainboard.c')
-rw-r--r--src/mainboard/technexion/tim8690/mainboard.c31
1 files changed, 14 insertions, 17 deletions
diff --git a/src/mainboard/technexion/tim8690/mainboard.c b/src/mainboard/technexion/tim8690/mainboard.c
index 30a4bc8a97..c607167bcb 100644
--- a/src/mainboard/technexion/tim8690/mainboard.c
+++ b/src/mainboard/technexion/tim8690/mainboard.c
@@ -49,7 +49,7 @@ uint64_t uma_memory_base, uma_memory_size;
/***************************************************
-* This board, the TIM-8690 has two Marvel 88e5056 PCI-E
+* This board, the TIM-8690 has two Marvel 88e5056 PCI-E
* 10/100/1000 chips on board.
* Both of their pin PERSTn pins are connected to GPIO 5 of the
* SB600 southbridge.
@@ -57,28 +57,25 @@ uint64_t uma_memory_base, uma_memory_size;
static void enable_onboard_nic()
{
- u8 byte;
- device_t sm_dev;
-
-
- printk_info("enable_onboard_nic.\n");
-
- sm_dev = dev_find_slot(0, PCI_DEVFN(0x14, 0));
+ u8 byte;
+ device_t sm_dev;
- byte = pci_read_config8(sm_dev, 0x9a);
- byte |= ( 1 << 7);
- pci_write_config8(sm_dev, 0x9a, byte);
+ printk_info("enable_onboard_nic.\n");
+ sm_dev = dev_find_slot(0, PCI_DEVFN(0x14, 0));
- byte=pm_ioread(0x59);
- byte &= ~( 1<< 5);
- pm_iowrite(0x59,byte);
+ byte = pci_read_config8(sm_dev, 0x9a);
+ byte |= ( 1 << 7);
+ pci_write_config8(sm_dev, 0x9a, byte);
+ byte=pm_ioread(0x59);
+ byte &= ~( 1<< 5);
+ pm_iowrite(0x59,byte);
- byte = pci_read_config8(sm_dev, 0xA8);
+ byte = pci_read_config8(sm_dev, 0xA8);
- byte |= (1 << 1); //set bit 1 to high
- pci_write_config8(sm_dev, 0xA8, byte);
+ byte |= (1 << 1); //set bit 1 to high
+ pci_write_config8(sm_dev, 0xA8, byte);
}
/* set thermal config