Remove some errant spaces
Signed-off-by: Warren Turkal <wt@penguintechs.org> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5771 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
3235eea728
commit
5329195e60
|
@ -98,17 +98,17 @@ int print_dmibar(struct pci_dev *nb)
|
|||
case PCI_DEVICE_ID_INTEL_82975X:
|
||||
dmibar_phys = pci_read_long(nb, 0x4c) & 0xfffffffe;
|
||||
break;
|
||||
case PCI_DEVICE_ID_INTEL_PM965:
|
||||
case PCI_DEVICE_ID_INTEL_PM965:
|
||||
case PCI_DEVICE_ID_INTEL_Q965:
|
||||
case PCI_DEVICE_ID_INTEL_82Q35:
|
||||
case PCI_DEVICE_ID_INTEL_82G33:
|
||||
case PCI_DEVICE_ID_INTEL_82Q33:
|
||||
case PCI_DEVICE_ID_INTEL_82Q35:
|
||||
case PCI_DEVICE_ID_INTEL_82G33:
|
||||
case PCI_DEVICE_ID_INTEL_82Q33:
|
||||
case PCI_DEVICE_ID_INTEL_GS45:
|
||||
case PCI_DEVICE_ID_INTEL_ATOM_DXXX:
|
||||
case PCI_DEVICE_ID_INTEL_ATOM_NXXX:
|
||||
dmibar_phys = pci_read_long(nb, 0x68) & 0xfffffffe;
|
||||
dmibar_phys |= ((uint64_t)pci_read_long(nb, 0x6c)) << 32;
|
||||
break;
|
||||
dmibar_phys = pci_read_long(nb, 0x68) & 0xfffffffe;
|
||||
dmibar_phys |= ((uint64_t)pci_read_long(nb, 0x6c)) << 32;
|
||||
break;
|
||||
case PCI_DEVICE_ID_INTEL_82810:
|
||||
case PCI_DEVICE_ID_INTEL_82810DC:
|
||||
case PCI_DEVICE_ID_INTEL_82810E_MC:
|
||||
|
|
Loading…
Reference in New Issue