Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Dec 2005 14:48:51 -0700 (MST)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        scottl@samsco.org
Cc:        freebsd-current@freebsd.org
Subject:   Re: if_ed on !i386
Message-ID:  <20051223.144851.74146497.imp@bsdimp.com>
In-Reply-To: <43AC32EC.7010609@samsco.org>
References:  <200512232214.21552.doconnor@gsoft.com.au> <43AC32EC.7010609@samsco.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <43AC32EC.7010609@samsco.org>
            Scott Long <scottl@samsco.org> writes:
: Daniel O'Connor wrote:
: 
: > Is there any reason it is not built?
: > 
: > It works on in amd64 under qemu (about the only time you're likely to find 
: > NE2000 hardware on amd64 I'd hope :)
: > 
: > If there is no reason it isn't built by default can someone commit this patch?
: > 
: > Index: modules/Makefile
: > ===================================================================
: > RCS file: /usr/local/ncvs/src/sys/modules/Makefile,v
: > retrieving revision 1.450.2.8
: > diff -u -r1.450.2.8 Makefile
: > --- modules/Makefile    1 Dec 2005 02:43:13 -0000       1.450.2.8
: > +++ modules/Makefile    23 Dec 2005 11:43:51 -0000
: > @@ -68,7 +68,7 @@
: >         ${_dpt} \
: >         ${_drm} \
: >         dummynet \
: > -       ${_ed} \
: > +       ed \
: >         ${_el} \
: >         ${_elink} \
: >         ${_em} \
: > @@ -328,7 +328,6 @@
: >  _cpufreq=      cpufreq
: >  _digi=         digi
: >  _drm=          drm
: > -_ed=           ed
: >  _elink=                elink
: >  _em=           em
: >  _ep=           ep
: > 
: > Thanks.
: > 
: 
: Does it work on big-endian machines?

I don't think anybody has tested a NE-2000 PCI card on sparc64 to know
for sure.

Warner



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051223.144851.74146497.imp>