Re: Timer allocates too many ports

From: Randy.Dunlap (rddunlap_at_osdl.org)
Date: 08/21/04

  • Next message: Zwane Mwaikambo: "[PATCH][2/4] Completely out of line spinlocks / x86_64"
    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/
    

  • Next message: Zwane Mwaikambo: "[PATCH][2/4] Completely out of line spinlocks / x86_64"

    Relevant Pages

    • Re: [patch 1/1] dm: fix printk errors about whether %lu/%Lu is right for sector_t - revised
      ... On Friday 22 October 2004 11:53, Andrew Morton wrote: ... config LBD ... So if you define LBD on a x86_64 kernel, you get to keep the pieces. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: swapping and the value of /proc/sys/vm/swappiness
      ... > Andrew Morton wrote: ... converting the application to explicitly tell the kernel that it ... avoiding putting all that pressure onto page reclaim in the ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: arm-lh7a40x IDE support in 2.6.6
      ... Nobody expects this but expecting people to try building they patches ... Not everyone works on Linus' latest kernel. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [Alsa-devel] Re: intel 8x0 went silent in 2.6.11
      ... Pierre Ossman wrote: ... > Andrew Morton wrote: ... strange when coming from an older kernel. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: 2.6.8-rc3-mm2
      ... On Sunday, August 8, 2004 3:29 pm, Andrew Morton wrote: ... patches (I reverted them and got the same behavior, ... kernel is past paging_init at this point). ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)

  • Quantcast