Subject: Re: Problems with quad ethernet card
To: None <eeh@netbsd.org>
From: de SAINT LEGER Rodolphe <rslr@free.fr>
List: port-sparc
Date: 05/03/2002 12:28:45
On 1 May 2002 23:57:59 -0000
eeh@netbsd.org wrote:

> 
> | > | I've got a SparcStation5 and a Ultra-1E.
> 
> | mainbus0 (root): SUNW,Ultra-1
> 
> It's not a 1E.
> 

Sorry, I thought that the 1E means 1 Enterprise :(
(because I own an Ultra-1 Enterprise)

> | 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
> | qe at qec0 slot 3 offset 0x0 not configured
> 
> Can you live with just 3 out of the 4?

Yes, No problems (only solutions) :)

> 
> The first thing we need to do to get this fixed is figure out
> exactly where the hang occurs, which means either adding a
> bunch of printf() to the driver, or opening up the case and
> hitting the XIR pin (which is inconveniently located under
> the cgsix) once the machine hangs.
> 

There is no cgsix in this machine, I put it in the SS5
By the way, do you know a way to make Xinerama work,
the Xserver (XFree86_4) sends me Bus Errors (on the SS5 and the Ultra-1)


> If you want to file a PR, go ahead.  But it's unlikely to
> be fixed without access to the proper hardware.
> 

OK, I'll do it later (just to remember there is a bug to fix)
sorry for having been so late to answer, I have to make a new ipf
to make NAT working, and it rocks :)

pppoe0 runs on the qe0 interface.
and stf will run soon

I didn't manage to compile a 64bits kernel
I've got a error when linking the kernel, here it is:
`libkern.a' is up to date.
/usr/obj/tools/sparc64//bin/sparc64--netbsd-ld -n -T /sys/arch/sparc64/conf/kern.ldscript -Ttext 01000000 -Tdata 01800000 -e start -X -o netbsd ${SYSTEM_OBJ} vers.o
init_sysent.o(.data+0xa98):/sys/kern/init_sysent.c: undefined reference to `compat_10_sys_semsys'
init_sysent.o(.data+0xaa8):/sys/kern/init_sysent.c: undefined reference to `compat_10_sys_msgsys'
init_sysent.o(.data+0xab8):/sys/kern/init_sysent.c: undefined reference to `compat_10_sys_shmsys'
*** Error code 1

Stop.

Rodolphe