From: Pierre Ossman <drzeus-list@drzeus.cx>
To: "Randy.Dunlap" <rddunlap@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Timer allocates too many ports
Date: Sat, 21 Aug 2004 10:58:28 +0200 [thread overview]
Message-ID: <41270EB4.5030104@drzeus.cx> (raw)
In-Reply-To: <20040820144106.46fb3b1b.rddunlap@osdl.org>
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.
Rgds
Pierre
next prev parent reply other threads:[~2004-08-21 8:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-20 20:33 Timer allocates too many ports Pierre Ossman
2004-08-20 21:05 ` Randy.Dunlap
2004-08-20 21:25 ` Pierre Ossman
2004-08-20 21:41 ` Randy.Dunlap
2004-08-21 8:58 ` Pierre Ossman [this message]
2004-08-21 17:49 ` Randy.Dunlap
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=41270EB4.5030104@drzeus.cx \
--to=drzeus-list@drzeus.cx \
--cc=linux-kernel@vger.kernel.org \
--cc=rddunlap@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.