Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 59199
b: refs/heads/master
c: 920dd0f
h: refs/heads/master
i:
  59197: 80ea627
  59195: 8d5d233
  59191: 87921d5
  59183: d0cf9ed
  59167: de7f806
  59135: be5a00a
v: v3
  • Loading branch information
Rafał Bilski authored and Dave Jones committed May 29, 2007
1 parent 12e1b9a commit 3e51da3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7d5edcc028f1bed2542a96edc2356e484f01ee47
refs/heads/master: 920dd0fbba1a7aa34c45b73699dcaf092850df51
4 changes: 4 additions & 0 deletions trunk/arch/i386/kernel/cpu/cpufreq/longhaul.c
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,10 @@ static int longhaul_setup_southbridge(void)

/* Find VT8235 southbridge */
dev = pci_get_device(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8235, NULL);
if (dev == NULL)
/* Find VT8237 southbridge */
dev = pci_get_device(PCI_VENDOR_ID_VIA,
PCI_DEVICE_ID_VIA_8237, NULL);
if (dev != NULL) {
/* Set transition time to max */
pci_read_config_byte(dev, 0xec, &pci_cmd);
Expand Down

0 comments on commit 3e51da3

Please sign in to comment.