mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08: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 | ||