Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Nov 2001 15:55:25 -0500
From:      Jake Burkholder <jake@locore.ca>
To:        =?iso-8859-1?Q?G=E9rard_Roudier?= <groudier@free.fr>
Cc:        "David O'Brien" <obrien@NUXI.com>, Garrett Wollman <wollman@khavrinen.lcs.mit.edu>, tmm@FreeBSD.ORG, sparc@FreeBSD.ORG, groudier@FreeBSD.ORG
Subject:   Re: main-sym.gz
Message-ID:  <20011122155525.C28922@locore.ca>
In-Reply-To: <20011122182034.R2022-100000@gerard>; from groudier@free.fr on Thu, Nov 22, 2001 at 06:25:58PM %2B0100
References:  <20011121201701.X2045-100000@gerard> <20011122182034.R2022-100000@gerard>

next in thread | previous in thread | raw e-mail | index | archive | help
Apparently, On Thu, Nov 22, 2001 at 06:25:58PM +0100,
	Gérard Roudier said words to the effect of;

> 
> 
> Hi David,
> 
> I donnot seem to get news about the below message I posted yesterday.
> I would be glad to get some feedback, if possible.
> 
> Thanks in advance,
>   Gérard.
> 
> Here is the tiny patch I suggested:
> 
> --- sym_hipd.c.ORIG	Wed Nov 21 20:29:36 2001
> +++ sym_hipd.c	Wed Nov 21 20:30:05 2001
> @@ -9371,7 +9371,7 @@
>  	np->targtbl = (u32 *) sym_calloc_dma(256, "TARGTBL");
>  	if (!np->targtbl)
>  		goto attach_failed;
> -	np->targtbl_ba = cpu_to_scr(vtobus(np->targtbl));
> +	np->targtbl_ba = vtobus(np->targtbl);
> 
>  	/*
>  	 *  Allocate SCRIPTS areas.

Yeah, I think this did the trick.  It detects the controller and disk access
seems to work on Garrett and David's machines.

Maybe you didn't see it if you're not subscribed to freebsd-sparc?

Thanks!

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-sparc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011122155525.C28922>