* Current linuxppc_2_4_devel breakage
@ 2001-11-13 21:45 Michael Sokolov
0 siblings, 0 replies; only message in thread
From: Michael Sokolov @ 2001-11-13 21:45 UTC (permalink / raw)
To: linuxppc-dev
Hi there,
Current linuxppc_2_4_devel is broken on the Adirondack and I presume a bunch of
other platforms. After making it compile again (after the cpuinfo change), I
found that it dies as soon as it tries to perform a PCI config cycle in
find_bridges. Now this is after it has called setup_indirect_pci() to tell it
how to make these cycles. On the Adirondack I don't currently use a static
mapping for the CPC710 registers, and when I call setup_indirect_pci I pass it
physical addresses. setup_indirect_pci does its own ioremaps on both addresses
(CONFIG_ADDR and CONFIG_DATA), and it always worked before. It doesn't work
right now, however. Hacking the port to map the CPC710 registers virtual=
physical with io_block_mapping() in my ppc_md.setup_io_mappings() makes it
work, so I know the problem is there.
MS
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-11-13 21:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-13 21:45 Current linuxppc_2_4_devel breakage Michael Sokolov
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).