Re: [patch 0/4] x86: PAT followup - Incremental changes and bug fixes

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Andreas Herrmann3
Date: Thursday, January 17, 2008 - 12:12 pm

On Wed, Jan 16, 2008 at 12:33:28PM -0800, Venki Pallipadi wrote:

Attached is the boot.log with x86/mm as of today (v2.6.24-rc8-720-gd294e9e).

For the failed devices I get:

  sata_sil 0000:00:12.0: version 2.3
  ACPI: PCI Interrupt 0000:00:12.0[A] -> GSI 22 (level, low) -> IRQ 22
  ioremap_nocache: addr c0403000, size 200
  swapper:1 conflicting cache attribute c0403000-c0404000 uncached<->default
  ACPI: PCI interrupt for device 0000:00:12.0 disabled

and

  Advanced Linux Sound Architecture Driver Version 1.0.15 (Tue Nov 20 19:16:42
    2007 UTC).
  ACPI: PCI Interrupt 0000:00:14.5[B] -> GSI 17 (level, low) -> IRQ 17
  ioremap_nocache: addr c0403800, size 100
  swapper:1 conflicting cache attribute c0403000-c0404000 uncached<->default
  AC'97 space ioremap problem
  ACPI: PCI interrupt for device 0000:00:14.5 disabled
  ATI IXP AC97 controller: probe of 0000:00:14.5 failed with error -5

Grepping for ioremap/iounmap gives:

   <snip>
ioremap: addr 77e72d10, size 6ad8
ioremap: addr 77e79982, size 544
ioremap: addr 77e7afc0, size 40
ioremap: addr c0403104, size fc
ioremap: addr 77e7ade1, size 3
ioremap: addr 77e7af04, size 1
ioremap: addr 77e7985c, size f4
ioremap: addr 77e79950, size 32
ioremap: addr 77e79ec6, size c0
ioremap: addr 77e79f86, size 7a
ioremap: addr 77e7af74, size 48
ioremap_nocache: addr c0400000, size 1000
ioremap_nocache: addr c0401000, size 1000
ioremap_nocache: addr c0402000, size 1000
ioremap_nocache: addr c0100000, size 80
ioremap_nocache: addr c0403000, size 200
ioremap_nocache: addr c0402000, size 1000
ioremap_nocache: addr c0400000, size 1000
ioremap_nocache: addr c0401000, size 1000
ioremap_nocache: addr c0403800, size 100

I guess the conflict for sata is
    ioremap: addr c0403104, size fc
    ioremap_nocache: addr c0403000, size 200

But where does the conflict for the sound card
(ioremap_nocache: addr c0403800, size 100)
come from?

And what can I do about conflicting regions?


Regards,

Andreas
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[patch 0/4] x86: PAT followup - Incremental changes and bu ..., venkatesh.pallipadi, (Tue Jan 15, 7:39 pm)
Re: [patch 0/4] x86: PAT followup - Incremental changes an ..., Andreas Herrmann, (Wed Jan 16, 11:57 am)
RE: [patch 0/4] x86: PAT followup - Incremental changes an ..., Pallipadi, Venkatesh, (Wed Jan 16, 12:05 pm)
RE: [patch 0/4] x86: PAT followup - Incremental changes an ..., Pallipadi, Venkatesh, (Wed Jan 16, 3:14 pm)
Re: [patch 0/4] x86: PAT followup - Incremental changes an ..., Andreas Herrmann3, (Thu Jan 17, 12:12 pm)
Re: [patch 0/4] x86: PAT followup - Incremental changes an ..., Andreas Herrmann3, (Thu Jan 17, 12:54 pm)
Re: [patch 0/4] x86: PAT followup - Incremental changes an ..., Andreas Herrmann3, (Thu Jan 17, 2:03 pm)
Re: [patch 0/4] x86: PAT followup - Incremental changes an ..., Andreas Herrmann3, (Thu Jan 17, 2:42 pm)
Re: [patch 0/4] x86: PAT followup - Incremental changes an ..., Andreas Herrmann3, (Thu Jan 17, 3:06 pm)
Re: [patch 0/4] x86: PAT followup - Incremental changes an ..., Andreas Herrmann3, (Thu Jan 17, 3:16 pm)
Re: [patch 0/4] x86: PAT followup - Incremental changes an ..., Andreas Herrmann3, (Thu Jan 17, 3:52 pm)
Re: [patch 0/4] x86: PAT followup - Incremental changes an ..., Andreas Herrmann3, (Thu Jan 17, 4:24 pm)
RE: [patch 0/4] x86: PAT followup - Incremental changes an ..., Pallipadi, Venkatesh, (Thu Jan 17, 4:42 pm)
RE: [patch 0/4] x86: PAT followup - Incremental changes an ..., Pallipadi, Venkatesh, (Fri Jan 18, 10:13 am)
Re: [patch 0/4] x86: PAT followup - Incremental changes an ..., Eric W. Biederman, (Thu Jan 24, 1:22 pm)