mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
map CS0 on 2358 so flash is accessible
This commit is contained in:
parent
64ecd1399f
commit
5f5fc09df0
1 changed files with 4 additions and 0 deletions
|
|
@ -187,6 +187,10 @@ static const struct pmap_devmap ixp435_devmap[] = {
|
|||
{ IXP425_EXP_VBASE, IXP425_EXP_HWBASE, IXP425_EXP_SIZE,
|
||||
VM_PROT_READ|VM_PROT_WRITE, PTE_NOCACHE, },
|
||||
|
||||
/* CFI Flash on the Expansion Bus */
|
||||
{ IXP425_EXP_BUS_CS0_VBASE, IXP425_EXP_BUS_CS0_HWBASE,
|
||||
IXP425_EXP_BUS_CS0_SIZE, VM_PROT_READ|VM_PROT_WRITE, PTE_NOCACHE, },
|
||||
|
||||
/* IXP425 PCI Configuration */
|
||||
{ IXP425_PCI_VBASE, IXP425_PCI_HWBASE, IXP425_PCI_SIZE,
|
||||
VM_PROT_READ|VM_PROT_WRITE, PTE_NOCACHE, },
|
||||
|
|
|
|||
Loading…
Reference in a new issue