From owner-cvs-all Wed Jul 25 15:38:20 2001 Delivered-To: cvs-all@freebsd.org Received: from mailf.telia.com (mailf.telia.com [194.22.194.25]) by hub.freebsd.org (Postfix) with ESMTP id 32E1F37B406 for ; Wed, 25 Jul 2001 15:38:11 -0700 (PDT) (envelope-from ertr1013@student.uu.se) Received: from d1o913.telia.com (d1o913.telia.com [195.252.44.241]) by mailf.telia.com (8.11.2/8.11.0) with ESMTP id f6PMc9S14403 for ; Thu, 26 Jul 2001 00:38:09 +0200 (CEST) Received: from ertr1013.student.uu.se (h185n2fls20o913.telia.com [212.181.163.185]) by d1o913.telia.com (8.8.8/8.8.8) with SMTP id AAA12626 for ; Thu, 26 Jul 2001 00:38:08 +0200 (CEST) Received: (qmail 22495 invoked by uid 1001); 25 Jul 2001 22:37:17 -0000 Date: Thu, 26 Jul 2001 00:37:17 +0200 From: Erik Trulsson To: Ian Dowse 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> Mail-Followup-To: Ian Dowse , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200107251806.f6PI66N47119@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200107251806.f6PI66N47119@freefall.freebsd.org> User-Agent: Mutt/1.3.19i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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. :-( -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message