[PATCH] mips: update VR41xx CPU-PCI bridge support
This patch updates NEC VR4100 series CPU-PCI bridge support. Signed-off-by: Yoichi Yuasa <yuasa@hh.iij4u.or.jp> Cc: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
此提交包含在:
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* Copyright (C) 2001-2003 MontaVista Software Inc.
|
||||
* Author: Yoichi Yuasa <yyuasa@mvista.com or source@mvista.com>
|
||||
* Copyright (C) 2004 Yoichi Yuasa <yuasa@hh.iij4u.or.jp>
|
||||
* Copyright (C) 2004-2005 Yoichi Yuasa <yuasa@hh.iij4u.or.jp>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@@ -29,8 +29,8 @@
|
||||
|
||||
#include <asm/io.h>
|
||||
|
||||
#define PCICONFDREG KSEG1ADDR(0x0f000c14)
|
||||
#define PCICONFAREG KSEG1ADDR(0x0f000c18)
|
||||
#define PCICONFDREG (void __iomem *)KSEG1ADDR(0x0f000c14)
|
||||
#define PCICONFAREG (void __iomem *)KSEG1ADDR(0x0f000c18)
|
||||
|
||||
static inline int set_pci_configuration_address(unsigned char number,
|
||||
unsigned int devfn, int where)
|
||||
|
新增問題並參考
封鎖使用者