From: Pierre Ossman <drzeus-list@drzeus.cx>
To: torvalds@osdl.org, akpm@osdl.org, linux-kernel@vger.kernel.org
Subject: [PATCH] Split timer resources (AMD64)
Date: Sun, 05 Sep 2004 16:11:29 +0200 [thread overview]
Message-ID: <413B1E91.2010905@drzeus.cx> (raw)
[-- Attachment #1: Type: text/plain, Size: 193 bytes --]
This patch splits timer resource from 0x40-0x5f to 0x40-0x43, 0x50-053
for x86_64. A patch doing this for i386 was released earlier. Forgot
that we have two x86 platforms.
--
Pierre Ossman
[-- Attachment #2: timer.x86_64.patch --]
[-- Type: text/x-patch, Size: 763 bytes --]
--- linux-2.6.9-rc1.orig/arch/x86_64/kernel/setup.c 2004-08-24 09:01:52.000000000 +0200
+++ linux-2.6.9-rc1/arch/x86_64/kernel/setup.c 2004-09-05 14:54:32.385922840 +0200
@@ -105,7 +105,8 @@ char command_line[COMMAND_LINE_SIZE];
struct resource standard_io_resources[] = {
{ "dma1", 0x00, 0x1f, IORESOURCE_BUSY | IORESOURCE_IO },
{ "pic1", 0x20, 0x21, IORESOURCE_BUSY | IORESOURCE_IO },
- { "timer", 0x40, 0x5f, IORESOURCE_BUSY | IORESOURCE_IO },
+ { "timer0", 0x40, 0x43, IORESOURCE_BUSY | IORESOURCE_IO },
+ { "timer1", 0x50, 0x53, IORESOURCE_BUSY | IORESOURCE_IO },
{ "keyboard", 0x60, 0x6f, IORESOURCE_BUSY | IORESOURCE_IO },
{ "dma page reg", 0x80, 0x8f, IORESOURCE_BUSY | IORESOURCE_IO },
{ "pic2", 0xa0, 0xa1, IORESOURCE_BUSY | IORESOURCE_IO },
reply other threads:[~2004-09-05 14:09 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=413B1E91.2010905@drzeus.cx \
--to=drzeus-list@drzeus.cx \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.