All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Split timer resources (AMD64)
@ 2004-09-05 14:11 Pierre Ossman
  0 siblings, 0 replies; only message in thread
From: Pierre Ossman @ 2004-09-05 14:11 UTC (permalink / raw)
  To: torvalds, akpm, linux-kernel

[-- 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 },

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-09-05 14:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-05 14:11 [PATCH] Split timer resources (AMD64) Pierre Ossman

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.