mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-25 08:11:44 +00:00
By default MIPS architecture use function 'set_io_port_base()' to set the
virtual address of the first IO port. This function at the end sets variable
'mips_io_port_base' with the desired address. To align things and allow
to change first IO port location address for PCI, set PCI_IOBASE definition
as 'mips_io_port_base'.
Fixes:
|
||
|---|---|---|
| .. | ||
| mt7620 | ||
| mt7621 | ||
| rt288x | ||
| rt305x | ||
| rt3883 | ||
| irq.h | ||
| mt7620.h | ||
| mt7621.h | ||
| ralink_regs.h | ||
| rt288x.h | ||
| rt305x.h | ||
| rt3883.h | ||
| spaces.h | ||