| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH 11/12] updated i8259 resources |
| From: | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> |
| Date: | Tue, 22 Aug 2006 22:58:05 +0900 |
| Cc: | yoichi_yuasa@tripeaks.co.jp, linux-mips <linux-mips@linux-mips.org> |
| Organization: | TriPeaks Corporation |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Hi Ralf,
This patch has updated i8259 resources as same as i386.
Yoichi
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
diff -pruN -X mips/Documentation/dontdiff mips-orig/arch/mips/kernel/i8259.c
mips/arch/mips/kernel/i8259.c
--- mips-orig/arch/mips/kernel/i8259.c 2006-08-19 00:34:52.514459500 +0900
+++ mips/arch/mips/kernel/i8259.c 2006-08-19 00:52:04.506955000 +0900
@@ -302,11 +302,11 @@ static struct irqaction irq2 = {
};
static struct resource pic1_io_resource = {
- .name = "pic1", .start = 0x20, .end = 0x3f, .flags = IORESOURCE_BUSY
+ .name = "pic1", .start = 0x20, .end = 0x21, .flags = IORESOURCE_BUSY
};
static struct resource pic2_io_resource = {
- .name = "pic2", .start = 0xa0, .end = 0xbf, .flags = IORESOURCE_BUSY
+ .name = "pic2", .start = 0xa0, .end = 0xa1, .flags = IORESOURCE_BUSY
};
/*
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 10/12] cleaned up include files of Cobalt's setup.c, Yoichi Yuasa |
|---|---|
| Next by Date: | [PATCH 12/12] updated Cobalt defconfig, Yoichi Yuasa |
| Previous by Thread: | [PATCH 10/12] cleaned up include files of Cobalt's setup.c, Yoichi Yuasa |
| Next by Thread: | [PATCH 12/12] updated Cobalt defconfig, Yoichi Yuasa |
| Indexes: | [Date] [Thread] [Top] [All Lists] |