Subject: Re: Driver hierarchy
To: Simon Burge <simonb@netbsd.org>
From: Warner Losh <imp@village.org>
List: tech-kern
Date: 03/20/2000 00:38:24
In message <200003200228.NAA03172@balrog.supp.cpr.itg.telecom.com.au> Simon Burge writes:
: 	ARCHDIRS.mipseb=mips    arc hpcmips newsmips pmax
: 	ARCHDIRS.mipsel=${ARCHDIRS.mipseb}

arc and hpcmips cannot run in big endian mode.  Will this impact this
scheme?  mipsel machines cannot generally run mipseb and vice versa.
Some early R4000 processors had CPU support for this, but that was
deleted in many of the newer R5000, Vr41xx and other new families of
MIPS chips don't have this feature.  And NetBSD doesn't support it.

Warner