Subject: Re: cg6 on a 3/60?
To: None <thorpej@nas.nasa.gov>
From: Gordon W. Ross <gwr@mc.com>
List: port-sun3
Date: 06/25/1996 10:20:41
> From: Jason Thorpe <thorpej@nas.nasa.gov>
> Date: Mon, 24 Jun 1996 18:39:39 -0700

> On Mon, 24 Jun 1996 22:43:43 GMT 
>  tsarna@endicor.com (Ty Sarna) wrote:
> 
>  > Probably all the frame buffer stuff from both ports should eventually be
>  > merged under src/dev/sun.
> 
> Agreed ... there's some autoconfiguration issues to be addressed, in that 
> case.  Also, the xylogics drivers (and the 5380 drivers) could probably 
> be shared, but it would require a merging of the DVMA interfaces for the 
> two ports...
> 
> A reasonable goal ... but, likely quite time consuming :-)

Actually, I think a few well placed
	#ifdef sun3
	#else
	/* sparc */
	#endif
sections would do the job just fine in those drivers.
(We could play with interfaces and such later...)

Gordon