Enable PCI for Armada XP
Obtained from: Semihalf
This commit is contained in:
parent
e3ac97538c
commit
4c641b9a6a
@ -96,6 +96,9 @@ options HZ=1000
|
|||||||
options DEVICE_POLLING
|
options DEVICE_POLLING
|
||||||
device vlan
|
device vlan
|
||||||
|
|
||||||
|
#PCI/PCIE
|
||||||
|
device pci
|
||||||
|
|
||||||
#FDT
|
#FDT
|
||||||
options FDT
|
options FDT
|
||||||
options FDT_DTB_STATIC
|
options FDT_DTB_STATIC
|
||||||
|
@ -160,11 +160,3 @@ get_l2clk(void)
|
|||||||
return (l2clk_freq);
|
return (l2clk_freq);
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
|
||||||
fdt_pci_devmap(phandle_t node, struct pmap_devmap *devmap, vm_offset_t io_va,
|
|
||||||
vm_offset_t mem_va)
|
|
||||||
{
|
|
||||||
|
|
||||||
return (0);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user