Date: Thu, 26 Jul 2001 00:37:17 +0200 From: Erik Trulsson <ertr1013@student.uu.se> To: Ian Dowse <iedowse@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/ed if_ed.c if_ed_pccard.c if_edreg.h if_edvar.h src/sys/i386/conf GENERIC Message-ID: <20010726003717.A22475@student.uu.se> In-Reply-To: <200107251806.f6PI66N47119@freefall.freebsd.org> References: <200107251806.f6PI66N47119@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jul 25, 2001 at 11:06:06AM -0700, Ian Dowse wrote: > iedowse 2001/07/25 11:06:06 PDT > > Modified files: (Branch: RELENG_4) > sys/dev/ed if_ed.c if_ed_pccard.c if_edreg.h > if_edvar.h > sys/i386/conf GENERIC > Log: > MFC: add miibus support for the Dlink DL10022 chips, as found on > the Netgear FA410-TX pccard. The "fa_select" program is no longer > needed to make these cards work. However, it may be necessary to > set the media type manually using "ifconfig media XXX" if autoneg > fails. "device miibus" is now required by the ed driver. This does not work for non-pci systems using the ed driver. "device miibus" apparently requires "device pci" as well. I have an isa-only system using the ed driver where the kernel build just broke after this commit. The kernel build does work if I also add "device pci" to the kernel but extra bloat in the kernel is not fun. (This machine is tight enough on memory as it is.) It would be nice to still be able to use NE2000-compatible ISA cards without needing to compile in support for pci. :-( -- <Insert your favourite quote here.> Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010726003717.A22475>