Subject: Re: m68k comman part (was Re: mips ports ...)
To: Jason Thorpe <thorpej@nas.nasa.gov>
From: Charles M. Hannum <mycroft@mit.edu>
List: current-users
Date: 03/20/1996 11:54:32
   In order to really do this properly, the m68k ports should probably 
   implement the <machine/bus.h> interface designed by cgd...then, it might 
   even be possible to share things like the 8390 driver with the i386 port...

No.  On the i386, the cards are mapped through I/O space; on the
others, they're mapped in memory space.  Chris's interface does not
deal with such conflicts.