Subject: Re: asc_get_status: cmdreg 11, fifo cnt 7
To: Thorsten Frueauf <s_frueau@ira.uka.de>
From: None <mcmahill@mtl.mit.edu>
List: port-pmax
Date: 01/28/1999 10:21:04
On Tue, 26 Jan 1999, Thorsten Frueauf wrote:

> Hello!
> 
> > Jan 25 22:31:27 sy-borg /netbsd: asc_get_status: cmdreg 11, fifo cnt 7
> > Jan 25 22:31:27 sy-borg /netbsd: rz0: Illegal request
> 
> I had exactly the same problems. Have a look at pr 5510. I solved it by
> compiling a 1.3.3 kernel with the old asc driver from 1.2G times. Since
> I have done this, my DECstation 5000/200 runs rock solid without thos
> messages and panics.


The compiling gets to a point and quits.

ld -Ttext 0x80030000 -T ../../../../arch/mips/conf/kern.ldscript -e start
-G 0 -x -o netbsd ${SYSTEM_OBJ} vers.o
asc_ioasic.o: In function `asc_ioasic_attach':
../../../../dev/tc/asc_ioasic.c(.text+0xa0): undefined reference to
`asc_iomem'
../../../../dev/tc/asc_ioasic.c(.text+0xa4): undefined reference to
`asc_iomem'
*** Error code 1

Stop.

did you have to change some more stuff for this to work?


> 
> asc.c.1.2G:
>      $NetBSD: asc.c,v 1.39 1997/06/16 03:46:29 jonathan Exp $
> 
> asc_ioasic.c.1.2G:
>      $NetBSD: asc_ioasic.c,v 1.9 1997/06/22 07:44:04 jonathan Exp $
> 
> asc_tc.c.1.2G:
>      $NetBSD: asc_tc.c,v 1.5 1997/06/22 07:44:05 jonathan Exp $
> 
> ascvar.h.1.2G:
>      $NetBSD: ascvar.h,v 1.1 1996/09/25 21:07:56 jonathan Exp $
these are the versions I have (from your shell archive)

> You have to remove the -Werrror switch, because there is one
> warning, I did not bother to resolv that, but the resulting kernel
> really works :)
I did remove that.

-Dan