From owner-cvs-all Wed Jul 25 20:21:46 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 8DC6037B403; Wed, 25 Jul 2001 20:21:39 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f6Q3LcF63235; Wed, 25 Jul 2001 21:21:38 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.4) with ESMTP id f6Q3Lao13073; Wed, 25 Jul 2001 21:21:37 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200107260321.f6Q3Lao13073@harmony.village.org> To: Erik Trulsson 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 Cc: Ian Dowse , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Thu, 26 Jul 2001 00:37:17 +0200." <20010726003717.A22475@student.uu.se> References: <20010726003717.A22475@student.uu.se> <200107251806.f6PI66N47119@freefall.freebsd.org> Date: Wed, 25 Jul 2001 21:21:36 -0600 From: Warner Losh 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 In message <20010726003717.A22475@student.uu.se> Erik Trulsson writes: : 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. :-( Looks like the change to -current for making dcphy depend on pci wasn't merged. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message