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 00:30: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 09:28:42 +0900
ChristophFranzen@gmx.net wrote:
> This one panics earlier than before:
:
> --- memory management fault (from ipl 6) ---
> jensenio_io_write_1() at netbsd:jensenio_io_write_1+0x10
> jensenio_pic_init() at netbsd:jensenio_pic_init+0x11c
Ah, there are bothces in the function.
(we have to use pic_ioh[] instead of picaddr[] for bus_space_write_1(9))
Please try fixed one:
http://www.ceres.dti.ne.jp/~tsutsui/netbsd/cdhdtape-GENERIC-20070728.gz
---
Izumi Tsutsui