Enable PCI for Armada XP

Obtained from:	Semihalf
This commit is contained in:
Grzegorz Bernacki 2012-09-14 09:59:27 +00:00
parent e3ac97538c
commit 4c641b9a6a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=240490
2 changed files with 3 additions and 8 deletions

View File

@ -96,6 +96,9 @@ options HZ=1000
options DEVICE_POLLING
device vlan
#PCI/PCIE
device pci
#FDT
options FDT
options FDT_DTB_STATIC

View File

@ -160,11 +160,3 @@ get_l2clk(void)
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);
}