From owner-freebsd-current Sat Nov 20 1:28:25 1999 Delivered-To: freebsd-current@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99]) by hub.freebsd.org (Postfix) with ESMTP id 2600215527 for ; Sat, 20 Nov 1999 01:28:05 -0800 (PST) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.8.8/8.8.7) with ESMTP id EAA20048; Sat, 20 Nov 1999 04:27:56 -0500 (EST) Date: Sat, 20 Nov 1999 04:27:56 -0500 (EST) From: "Matthew N. Dodd" To: Blaz Zupan Cc: freebsd-current@FreeBSD.ORG Subject: Re: if_ed_pci not compiled in on pccard system In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 20 Nov 1999, Blaz Zupan wrote: > With the following patch my kernel compiles and the NE2000 is correctly > probed. I guess the reason why this #ifdef has been put in has since > disappeared. I suspect so. Fixed. > *** sys/dev/ed/if_ed_pci.c.orig Fri Oct 15 05:12:47 1999 > --- sys/dev/ed/if_ed_pci.c Sat Nov 20 09:21:25 1999 > *************** > *** 20,28 **** > * $FreeBSD: src/sys/dev/ed/if_ed_pci.c,v 1.22 1999/10/15 03:12:47 mdodd Exp $ > */ > > - #include "card.h" > - #if NCARD == 0 > - > #include > #include > #include > --- 20,25 ---- > *************** > *** 126,129 **** > static devclass_t ed_devclass; > > DRIVER_MODULE(ed, pci, ed_pci_driver, ed_devclass, 0, 0); > - #endif > --- 123,125 ---- > > Blaz Zupan, blaz@amis.net, http://home.amis.net/blaz/ > Medinet d.o.o., Linhartova 21, 2000 Maribor, Slovenia > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message