Re: Timer allocates too many ports
From: Randy.Dunlap (rddunlap_at_osdl.org)
Date: 08/21/04
- Previous message: Diego Calleja: "Re: kernel 2.6.8.1: memory leak? cdrecord problem?"
- In reply to: Pierre Ossman: "Re: Timer allocates too many ports"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 21 Aug 2004 10:49:16 -0700 To: Pierre Ossman <drzeus-list@drzeus.cx>
On Sat, 21 Aug 2004 10:58:28 +0200 Pierre Ossman wrote:
| Randy.Dunlap wrote:
|
| >On Fri, 20 Aug 2004 23:25:49 +0200 Pierre Ossman wrote:
| >
| >
| >| I do not know which file contains this allocation so I haven't been able
| >| to change it. Any ideas?
| >
| >Sure, arch/i386/kernel/setup.c, near line 221 (in 2.6.8.1):
| >
| > .name = "timer",
| > .start = 0x0040,
| > .end = 0x005f,
| > .flags = IORESOURCE_BUSY | IORESOURCE_IO
| >
| >Just split that into 2 entries in the standard_io_resources[] array
| >and it's done.
| >
| >
| >
| Thanks. That worked perfectly. Who is the responsible maintainer for
| this part of the kernel? When my driver is ready to be added to the
| Linus' kernel I need to have this changed.
Post the patch here for other comments/review & copy it to akpm@osdl.org
(Andrew Morton).
He will likely merge it into the -mm patchset for a while to see if it
makes anything else unhappy. If not, and if noone has problems with it
(e.g., on other kinds of x86 motherboards), then it should be
merged, but that's up to Andrew and/or Linus.
-- ~Randy - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Diego Calleja: "Re: kernel 2.6.8.1: memory leak? cdrecord problem?"
- In reply to: Pierre Ossman: "Re: Timer allocates too many ports"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|