public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [regression, bisected] Xonar DX invalid PCI I/O range since 977d17bb174
@ 2010-04-19  6:56 Clemens Ladisch
  2010-04-19  7:44 ` Peter Henriksson
  0 siblings, 1 reply; 13+ messages in thread
From: Clemens Ladisch @ 2010-04-19  6:56 UTC (permalink / raw)
  To: Yinghai Lu, Jesse Barnes; +Cc: linux-pci, linux-kernel

I got the following bug report:
| After upgrading kernel from 2.6.32 to 2.6.34-rc4 my Xonar DX stopped
| working. Kernel log has:
| 
| [kernel] AV200 0000:09:04.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
| [kernel] invalid PCI I/O range
| [kernel] AV200 0000:09:04.0: PCI INT A disabled
| [kernel] ALSA device list:
| [kernel]   No soundcards found.
| 
| According to git bisect the culprit is:
| 
| commit 977d17bb1749517b353874ccdc9b85abc7a58c2a
| Author: Yinghai Lu <yinghai@kernel.org>
| Date:   Fri Jan 22 01:02:24 2010 -0800
| PCI: update bridge resources to get more big ranges in PCI assign unssigned

Unfortunately, the bug tracker is dead, so I cannot ask for further
information.  (If somebody renews the domain, this report will be at
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=4982>.)

The Xonar DX is a PCI chip with a 256-byte I/O range behind a PCI-E/PCI
bridge.  The driver code that caught this looks as follows:

	err = pci_enable_device(pci);
	...
	err = pci_request_regions(pci, DRIVER);
	...
	if (!(pci_resource_flags(pci, 0) & IORESOURCE_IO) ||
	    pci_resource_len(pci, 0) < OXYGEN_IO_SIZE) {
		snd_printk(KERN_ERR "invalid PCI I/O range\n");


Regards,
Clemens

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2010-05-10 19:07 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-19  6:56 [regression, bisected] Xonar DX invalid PCI I/O range since 977d17bb174 Clemens Ladisch
2010-04-19  7:44 ` Peter Henriksson
2010-04-19  8:06   ` Clemens Ladisch
2010-04-19  8:42     ` Peter Henriksson
     [not found]       ` <4BCCA5FD.6060002@oracle.com>
2010-04-19 19:42         ` Peter Henriksson
2010-04-20  6:41           ` Yinghai
2010-04-20  8:03             ` Peter Henriksson
2010-04-20 17:22               ` Yinghai Lu
2010-04-20 18:45                 ` Peter Henriksson
2010-04-21  6:06                   ` Yinghai
2010-04-21  9:06                     ` Peter Henriksson
2010-04-21 15:54                     ` Jesse Barnes
2010-05-10 19:07                       ` Peter Henriksson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox