Date: Fri, 23 Dec 2005 22:14:13 +1030 From: "Daniel O'Connor" <doconnor@gsoft.com.au> To: freebsd-current@freebsd.org Subject: if_ed on !i386 Message-ID: <200512232214.21552.doconnor@gsoft.com.au>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
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.
--
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
-- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (FreeBSD)
iD8DBQBDq+MV5ZPcIHs/zowRAu1UAJ4khE9Vpuz8ybmKvVtqnARXCQrrjgCePC/I
/qqSwtJll1St3GCuqpSEByc=
=pCX/
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512232214.21552.doconnor>
