Subject: Re: ATM en driver on i386 isn't work on NetBSD-1.5_BETA2
To: None <darrenr@reed.wattle.id.au>
From: Kenjiro Cho <kjc@csl.sony.co.jp>
List: tech-net
Date: 11/09/2000 23:32:16
Darren Reed wrote:
> I've got an SBUS version of this card...is the en driver written in such
> a manner to easily support SBUS ?  (I expect a "yes" if not an
> "en* at sbus*" will work anyway :)

The en driver was developed on i386 and sparc (sparc1 and 2).
The ENI hardware was also designed for sbus.  (the PCI version has a
PCI-SBUS bridge that's the cause of its dma pain.)

On the related note, the en driver says
  /* XXX: gross.   netbsd/sparc doesn't have machine/bus.h yet. */
Does this still hold?

-Kenjiro