linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* PCI resource collisions (2.4.0-test1-ac5+)
@ 2000-08-06 20:35 Tom Rini
  2000-08-07 11:43 ` Andreas Tobler
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Rini @ 2000-08-06 20:35 UTC (permalink / raw)
  To: linuxppc-dev


I've recently been playing with 2.4.0 on my machine (Yikes! G4, all PCI slots
full) and I've run into a problem with the new PCI resource checks.  First,
lspci -v gives:
00:00.0 Host bridge: Motorola MPC106 [Grackle] (rev 40)
	Flags: bus master, fast devsel, latency 0

00:0d.0 PCI bridge: Digital Equipment Corporation DECchip 21154 (rev 02) (prog-if 00 [Normal decode])
	Flags: bus master, 66Mhz, medium devsel, latency 64
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
	I/O behind bridge: 00001000-00001fff
	Memory behind bridge: 80800000-809fffff
	Capabilities: <available only to root>

00:10.0 VGA compatible controller: ATI Technologies Inc Rage 128 RE (prog-if 00 [VGA])
	Subsystem: Unknown device b530:0408
	Flags: bus master, stepping, 66Mhz, medium devsel, latency 16, IRQ 22
	Memory at 84000000 (32-bit, prefetchable) [size=64M]
	I/O ports at 2000 [size=256]
	Memory at 80a00000 (32-bit, non-prefetchable) [size=16K]
	Expansion ROM at 80a20000 [disabled] [size=128K]
	Capabilities: <available only to root>

01:00.0 FireWire (IEEE 1394): Texas Instruments PCILynx/PCILynx2 IEEE 1394 Link Layer Controller (rev 04) (prog-if 00 [Generic])
	Subsystem: Apple Computer Inc.: Unknown device 001c
	Flags: bus master, medium devsel, latency 16, IRQ 21
	Memory at 80884000 (32-bit, non-prefetchable) [disabled] [size=4K]
	Memory at 808c0000 (32-bit, non-prefetchable) [disabled] [size=64K]
	Memory at 808b0000 (32-bit, non-prefetchable) [disabled] [size=64K]
	Expansion ROM at 808a0000 [disabled] [size=64K]

01:01.0 IDE interface: CMD Technology Inc PCI0646 (rev 07) (prog-if 8f [Master SecP SecO PriP PriO])
	Subsystem: CMD Technology Inc: Unknown device 0646
	Flags: bus master, medium devsel, latency 64, IRQ 26
	I/O ports at 14c0 [size=8]
	I/O ports at 14b0 [size=4]
	I/O ports at 14a0 [size=8]
	I/O ports at 1490 [size=4]
	I/O ports at 1480 [size=16]
	Capabilities: <available only to root>

01:02.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 24)
	Subsystem: 3Com Corporation: Unknown device 9055
	Flags: bus master, medium devsel, latency 16, IRQ 23
	I/O ports at 1400 [size=128]
	Memory at 80881000 (32-bit, non-prefetchable) [size=128]
	Expansion ROM at 808e0000 [disabled] [size=128K]
	Capabilities: <available only to root>

01:03.0 Ethernet controller: Digital Equipment Corporation DECchip 21140 [FasterNet] (rev 22)
	Flags: bus master, medium devsel, latency 16, IRQ 24
	I/O ports at 1080 [size=128]
	Memory at 80880000 (32-bit, non-prefetchable) [size=128]
	Expansion ROM at 80900000 [disabled] [size=256K]

01:04.0 SCSI storage controller: Adaptec AIC-7881U
	Flags: bus master, medium devsel, latency 16, IRQ 25
	I/O ports at <unassigned> [size=256]
	Memory at 80883000 (32-bit, non-prefetchable) [size=4K]
	Expansion ROM at 80890000 [disabled] [size=64K]

01:05.0 Class ff00: Apple Computer Inc. Paddington Mac I/O
	Flags: bus master, medium devsel, latency 16
	Memory at 80800000 (32-bit, non-prefetchable) [size=512K]

01:06.0 USB Controller: OPTi Inc. 82C861 (rev 10) (prog-if 10 [OHCI])
	Subsystem: OPTi Inc.: Unknown device c861
	Flags: bus master, medium devsel, latency 16, IRQ 28
	Memory at 80882000 (32-bit, non-prefetchable) [size=4K]

And at boot I get:
PCI: Probing PCI hardware
(Texas Instruments PCILynx/PCILynx2 IEEE 1394 Link Layer Controller)
PCI: Address space collision on region 0 of device PCI device 104c:8000
PCI: Address space collision on region 1 of device PCI device 104c:8000
PCI: Address space collision on region 2 of device PCI device 104c:8000
PCI: Address space collision on region 6 of device PCI device 104c:8000
(CMD Technology Inc PCI0646)
PCI: Address space collision on region 0 of device PCI device 1095:0646
PCI: Address space collision on region 1 of device PCI device 1095:0646
PCI: Address space collision on region 2 of device PCI device 1095:0646
PCI: Address space collision on region 3 of device PCI device 1095:0646
PCI: Address space collision on region 4 of device PCI device 1095:0646
(3Com Corporation 3c905B 100BaseTX [Cyclone])
PCI: Address space collision on region 0 of device PCI device 10b7:9055
PCI: Address space collision on region 1 of device PCI device 10b7:9055
PCI: Address space collision on region 6 of device PCI device 10b7:9055
(Digital Equipment Corporation DECchip 21140 [FasterNet])
PCI: Address space collision on region 0 of device PCI device 1011:0009
PCI: Address space collision on region 1 of device PCI device 1011:0009
PCI: Address space collision on region 6 of device PCI device 1011:0009
(Adaptec AIC-7881U)
PCI: Address space collision on region 1 of device PCI device 9004:8178
PCI: Address space collision on region 6 of device PCI device 9004:8178
(Apple Computer Inc. Paddington Mac I/O)
PCI: Address space collision on region 0 of device PCI device 106b:0017
(OPTi Inc. 82C861)
PCI: Address space collision on region 0 of device PCI device 1045:c861

Which causes the aic7xxx.c driver to say there's a PCI resource collision, and
not use the card (which works fine in 2.2.x and 2.4.0-testX with the check
removed).  Has anyone else seen errors like this on 2.4.0-testX (the test1-acX
series added in a good deal of these checks..)

--
Tom Rini (TR1265)
http://gate.crashing.org/~trini/

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

* Re: PCI resource collisions (2.4.0-test1-ac5+)
  2000-08-06 20:35 PCI resource collisions (2.4.0-test1-ac5+) Tom Rini
@ 2000-08-07 11:43 ` Andreas Tobler
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Tobler @ 2000-08-07 11:43 UTC (permalink / raw)
  To: Tom Rini; +Cc: linuxppc-dev


Tom Rini wrote:
>
> I've recently been playing with 2.4.0 on my machine (Yikes! G4, all PCI slots
> full) and I've run into a problem with the new PCI resource checks.  First,

My box: 7200 with pci slots full too.

here my lspci -v on a patched 2.4.0-test6 (linux-pmac-devel from Paul):

00:0b.0 Host bridge: Apple Computer Inc. Bandit PowerPC host bridge (rev 03)
	Flags: bus master, medium devsel, latency 32

00:0d.0 Ethernet controller: 3Com Corporation 3c590 10BaseT [Vortex]
	Flags: bus master, medium devsel, latency 32, IRQ 23
	I/O ports at 0400 [disabled]

00:0e.0 SCSI storage controller: Adaptec AIC-7881U
	Flags: bus master, medium devsel, latency 32, IRQ 24
	I/O ports at 1000
	Memory at 80800000 (32-bit, non-prefetchable)

00:0f.0 USB Controller: OPTi Inc. 82C861 (rev 10) (prog-if 10)
	Subsystem: Unknown device 1045:c861
	Flags: bus master, medium devsel, latency 32, IRQ 25
	Memory at 80801000 (32-bit, non-prefetchable)

00:10.0 Class ff00: Apple Computer Inc. Grand Central I/O (rev 02)
	Flags: bus master, medium devsel, latency 32
	Memory at f3000000 (32-bit, non-prefetchable)

Without any pci-hack I get the following msg on boot:

PCI: Device 00:0e.0 not available because of resource collisions.

The same as on your box, the AIC-7881U.


> Which causes the aic7xxx.c driver to say there's a PCI resource collision, and
> not use the card (which works fine in 2.2.x and 2.4.0-testX with the check
> removed).  Has anyone else seen errors like this on 2.4.0-testX (the test1-acX
> series added in a good deal of these checks..)

In my case it's even worse, the boot hd's (and all others) are hanging
on the 2940UW.

The 'solution' I have, is the patch sent a few minutes ago to
linuxppc-dev. (status pm7200)

So far my experiences.

Andreas


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

end of thread, other threads:[~2000-08-07 11:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-08-06 20:35 PCI resource collisions (2.4.0-test1-ac5+) Tom Rini
2000-08-07 11:43 ` Andreas Tobler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).