Subject: Re: Problems with quad ethernet card
To: None <port-sparc@netbsd.org, rslr@free.fr>
From: None <eeh@netbsd.org>
List: port-sparc
Date: 05/01/2002 21:30:24
| Sorry for posting on the two lists at the same time.
|
| I've got a SparcStation5 and a Ultra-1E.
|
| When the Sparcstation5 boots, no problems, everything works fine.
| However, the Ultra-1E freezes during boot, when printing information about the card...
|
| Here is a sample, the sources are from the April, 24th
|
| ...
| SUNW,pll at sbus0 slot 15 offset 0x1304000 not configured
| dma0 at sbus0 slot 14 offset 0x8400000: dma rev 2
| esp0 at dma0 slot 14 offset 0x8800000 vector 20 ipl 3: ESP200, 40MHz, SCSI ID 7
| scsibus0 at esp0: 8 targets, 8 luns per target
| ledma0 at sbus0 slot 14 offset 0x8400010: dma rev 2
| le0 at ledma0 slot 14 offset 0x8c00000 vector 21 ipl 6: address 08:00:20:86:a2:a0
| le0: 8 receive buffers, 2 transmit buffers
| bpp0 at sbus0 slot 14 offset 0xc800000 vector 22 ipl 2: dma rev 2
| qec0 at sbus0 slot 0 offset 0x20000 vector 4 ipl 2: 128K memory
| qe0 at qec0 slot 0 offset 0x0 rev 1 address 08:00:20:86:a2:a0
| qe1 at qec0 slot 1 offset 0x0 rev 1 address 08:00:20:86:a2:a0
| qe2 at qec0 slot 2 offset 0x0 rev 1 address 08:00:20:86:a2:a0
| qe3 at qec0 slot 3 offset 0x0 rev 1

qec has had problems on sparc64 in the past and I would not be
surprised if that's true again.

Are you using a 32-bit or 64-bit kernel?

Can you get to the PROM with a BREAK or L1-A when it hangs?

What happens if you change:

qe*		at qec?

to:

qe0		at qec?
qe1		at qec?
qe2		at qec?

Eduardo