Port-ofppc archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

panic("Could not map ISA IO") (Re: NOTICE: major changes to ofppc incoming




J> Jochen Kunz <jkunz%unixag-kl.fh-kl.de@localhost> wrote:

J>  start=0x100000
J> DEFAULT CATCH!, code=fff00700 at   %SRR0: 0010167c   %SRR1: 00080030 
J>  ok

This particular problem seems to panic on 598th line of
sys/arch/powerpc/oea/ofwoea_machdep.c:
   591  ofwoea_bus_space_init(void)
   592  {
   593          int error;
   594  
   595          error = ofwoea_map_space(RANGE_TYPE_ISA, RANGE_IO, -1,
   596              &genppc_isa_io_space_tag, "isa-ioport");
   597          if (error > 0)
   598                  panic("Could not map ISA IO");
   599          error = ofwoea_map_space(RANGE_TYPE_ISA, RANGE_MEM, -1,
   600              &genppc_isa_mem_space_tag, "isa-iomem");
   601          if (error > 0)
   602                  panic("Could not map ISA MEM");
   603  }

If you insert the following line on 594, output stays after start= line.
while (1) {}; 
---
Makoto Fujiwara, 
Chiba, Japan, Narita Airport and Disneyland prefecture.



Home | Main Index | Thread Index | Old Index