Subject: Re: port-alpha/36628: cdhdtape image panics with memory management trap on Jensen
To: None <tsutsui@NetBSD.org, gnats-admin@netbsd.org,>
From: Christoph Franzen <ChristophFranzen@gmx.net>
List: netbsd-bugs
Date: 07/22/2007 01:20:04
The following reply was made to PR port-alpha/36628; it has been noted by GNATS.
From: "Christoph Franzen" <ChristophFranzen@gmx.net>
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
Cc: gnats-bugs@NetBSD.org
Subject: Re: port-alpha/36628: cdhdtape image panics with memory management trap on Jensen
Date: Sun, 22 Jul 2007 03:19:17 +0200
Hello!
> Newer 20070720 image has a fix that makes eisa_init()
> check only slot 0-7. Please let me know how it works.
I'm sorry, I thought the last log already was from the new version,
but obviously it was not successfully written to the disk, and the
older version survived somehow. I called "dd" via SSH on another
computer, I guess this failed somehow.
> > The card in slot 1, however, is found as ISA, not EISA by the SRM
> > while the real ISA card is not seen by the SRM console at all.
>
> I guess this is VGA and it's handled something specially.
Yes, this is the VGA, an Elsa Winner 1000 (S3 chipset). This one is
special, you have to select the correct file in the ECU by Hand. The
Jensen calls the VGA BIOS to initialise the card. In fact, this is a
real EISA card; as you can see below, Netbsd seems also to "think"
that it's ISA only. I have tried to configure the CPQ6101, but it's
not recognized... But that's not a real problem for now.
Below you find the new log. This one shows apparently an error which
also occured in a previous version of Netbsd. It hangs forever after
recognising the floppy. I read old posts in the archives where
somebody said that removing the floppy would not work.
---------------------------------
NetBSD 4.0_BETA2 (INSTALL) #9: Sat Jul 21 05:26:43 JST 2007
tsutsui@mirage:/r/work/src-
4.0/src/sys/arch/alpha/compile/obj.alpha/INSTALL
DEC2000 model 300, 150MHz, s/n
8192 byte page size, 1 processor.
total memory = 32768 KB
(2048 KB reserved for PROM, 30720 KB used by NetBSD)
avail memory = 21120 KB
mainbus0 (root)
cpu0 at mainbus0: ID 0 (primary), 21064-0
jensenio0 at mainbus0
pckbc0 at jensenio0 port 0x60
pms0 at pckbc0 (aux slot)
pckbc0: aux slot interrupting at vector 0x990
wsmouse0 at pms0 (mux ignored)
com0 at jensenio0 port 0x3f8: ns8250 or ns16450, no fifo
com0: console
com0: interrupting at vector 0x900
com1 at jensenio0 port 0x2f8: ns8250 or ns16450, no fifo
com1: interrupting at vector 0x920
lpt0 at jensenio0 port 0x3bc
lpt0: interrupting at eisa irq 1
mcclock0 at jensenio0 port 0x170: mc146818 or compatible
eisa0 at jensenio0
ahb0 at eisa0 slot 2: Adaptec AHA-1742A SCSI
ahb0: interrupting at eisa irq 12
scsibus0 at ahb0: 8 targets, 8 luns per target
device CPQ6101 at eisa0 slot 3 not configured
isa0 at jensenio0
depca: address not found
we1 at isa0 port 0x300-0x31f iomem 0xcc000-0xcffff irq 10
we1: WD8013EPC Ethernet (16-bit)
we1: Ethernet address 00:00:c0:db:6c:2e
vga0 at isa0 port 0x3b0-0x3df iomem 0xa0000-0xbffff
wsdisplay0 at vga0 (kbdmux ignored)
fdc0 at isa0 port 0x3f0-0x3f7 irq 6 drq 2
---------------------------------
Christoph