Re: Include DaynaPort by default in GENERIC?

Jason Thorpe <[email protected]> Wed, 25 Mar 2026 12:24:39 -0700
Newsgroups gmane.os.netbsd.ports.sparc
Message-ID <[email protected]>

> On Mar 24, 2026, at 3:52=E2=80=AFPM, mike.spooner.ux =
<[email protected]> wrote:
>=20
> There's also the qfe (quad 10/100 Mb/s) SBus card (controller chip is =
based on an integrated quad-hme design).

One thing to note about our =E2=80=9Chme=E2=80=9D driver: it does not do =
DMA directly to/from mbufs, but rather keeps a private memory ring and =
copies data to/from.  It=E2=80=99s structured much like the Lance driver =
in that regard.

It might be an interesting exercise to rewrite the =E2=80=9Chme=E2=80=9D =
driver one day.

-- thorpej