Changeset 3643 for trunk/coreboot-v2
- Timestamp:
- 10/09/08 18:05:16 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/coreboot-v2/src/southbridge/amd/sb600/sb600_lpc.c
r3589 r3643 166 166 reg_x |= (1 << 23); 167 167 break; 168 default:168 default: 169 169 if (var_num >= 3) 170 170 continue; /* only 3 var ; compact them ? */ … … 189 189 pci_write_config32(dev, 0x44, reg); 190 190 pci_write_config32(dev, 0x48, reg_x); 191 /* Set WideIO for as many IOs found (fall through is on purpose) */ 191 192 switch (var_num) { 192 193 case 2:
