commit | 79435e3f968709d4cefba033aca9e2a9dedea88a | [log] [tgz] |
---|---|---|
author | stroese <stroese> | Fri Sep 12 08:52:09 2003 +0000 |
committer | stroese <stroese> | Fri Sep 12 08:52:09 2003 +0000 |
tree | d893e821618bc79ee8be730e9bba18d562e35a4c | |
parent | c45cfd0dc664c4dfe00b9b2adf0a992abd36c1b0 [diff] [blame] |
PPC405EP: set vendor id.
diff --git a/cpu/ppc4xx/405gp_pci.c b/cpu/ppc4xx/405gp_pci.c index 4b5472b..fa5acfc 100644 --- a/cpu/ppc4xx/405gp_pci.c +++ b/cpu/ppc4xx/405gp_pci.c
@@ -266,6 +266,10 @@ } #endif +#if defined(CONFIG_405EP) /* on ppc405ep vendor id is not set */ + pci_write_config_word(PCIDEVID_405GP, PCI_VENDOR_ID, 0x1014); /* IBM */ +#endif + /* * Set HCE bit (Host Configuration Enabled) */