Subject: Re: "esp" driver reorg proposal
To: None <torek@BSDI.COM>
From: Gordon W. Ross <gwr@mc.com>
List: tech-kern
Date: 01/25/1997 16:58:24
> Date: Sat, 25 Jan 1997 14:50:47 -0700 (MST)
> From: Chris Torek <torek@BSDI.COM>
> 
> >        dev/ic/esp.c
> >        arch/alpha/tc/esp.c
> >        arch/sparc/dev/esp.c
> >        arch/sun3x/dev/esp.c
> 
> Unless someone changed something, either the MD `esp.c's will have
> to #include dev/ic/esp.c, or else you need to rename either the MI
> or MD part, because both esp.c's would want to build the same esp.o.
> 
> Chris
> 

Oops, oh yeah.  OK then, how about

	dev/ic/espcommon.c

or maybe the MD parts should be namd for their attachments, i.e.

	arch/alpha/tc/tc_esp.c
	arch/sparc/dev/sbus_esp.c
	arch/sun3x/dev/obio_esp.c

Gordon