Subject: Re: port-alpha/36628: cdhdtape image panics with memory management
To: None <tsutsui@NetBSD.org, gnats-admin@netbsd.org,>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: netbsd-bugs
Date: 07/28/2007 04:10:03
The following reply was made to PR port-alpha/36628; it has been noted by GNATS.
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
To: ChristophFranzen@gmx.net
Cc: gnats-bugs@NetBSD.org, tsutsui@ceres.dti.ne.jp
Subject: Re: port-alpha/36628: cdhdtape image panics with memory management
trap on Jensen
Date: Sat, 28 Jul 2007 13:07:14 +0900
ChristophFranzen@gmx.net wrote:
> scsibus0: waiting 2 seconds for devices to settle...
> probe(ahb0:0:0:0): timed out
> probe(ahb0:0:0:0): timed out AGAIN
> Stopped at netbsd:cpu_Debugger+0x4: ret zero,(ra)
> db> show event
:
> evcnt type 1: cpu0 clock = 138377
> evcnt type 1: cpu0 device = 2
> evcnt type 1: vector 0x900 = 1
> db>
Okay, in this case there is no interrupt and maybe we shouldn't setup
PICs as x86 otherwise interrupts won't occur even on SRM console.
Could you please this (only jensenio_intr_eoi() is changed)?
http://www.ceres.dti.ne.jp/~tsutsui/netbsd/cdhdtape-GENERIC-20070728a.gz
---
Izumi Tsutsui