Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/mips/cobalt
Ralf Baechle b9b37787d2 MIPS: Cobalt: Fix theoretical port aliasing issue
Because the VIA SuperIO chip only decodes 24 bits of address space but port
address space currently being configured as 32MB there is the theoretical
possibility of aliases within the I/O port address range.

The complicated solution is to reserve all address range that potencially
could cause such aliases.  But with the PCI spec limiting port allocations
for devices to a maximum of 256 bytes 16MB of port address space already is
way more than one would ever expect to be used so we just reduce the port
space to 16MB.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
To: Yoichi Yuasa <yuasa@linux-mips.org>
Cc: Bjorn Helgaas <bjorn.helgaas@hp.com>
Cc: linux-mips@linux-mips.org
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Patchwork: http://patchwork.linux-mips.org/patch/995/
2010-02-27 12:53:43 +01:00
..
buttons.c Update Yoichi Yuasa's e-mail address 2009-07-03 15:45:29 +01:00
console.c
irq.c cpumask: remove references to struct irqaction's mask field. 2009-03-30 22:05:14 +10:30
lcd.c Update Yoichi Yuasa's e-mail address 2009-07-03 15:45:29 +01:00
led.c Update Yoichi Yuasa's e-mail address 2009-07-03 15:45:29 +01:00
Makefile
mtd.c Update Yoichi Yuasa's e-mail address 2009-07-03 15:45:29 +01:00
pci.c MIPS: Cobalt: Fix theoretical port aliasing issue 2010-02-27 12:53:43 +01:00
reset.c
rtc.c Update Yoichi Yuasa's e-mail address 2009-07-03 15:45:29 +01:00
serial.c Update Yoichi Yuasa's e-mail address 2009-07-03 15:45:29 +01:00
setup.c MIPS: Cobalt use strlcat() for the command line arguments 2010-01-12 18:19:34 +01:00
time.c Update Yoichi Yuasa's e-mail address 2009-07-03 15:45:29 +01:00