From owner-freebsd-current Tue Mar 6 4:11:42 2001 Delivered-To: freebsd-current@freebsd.org Received: from mobile.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id 0592A37B718; Tue, 6 Mar 2001 04:11:34 -0800 (PST) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by mobile.wemm.org (8.11.1/8.11.1) with ESMTP id f26CBVh63148; Tue, 6 Mar 2001 04:11:31 -0800 (PST) (envelope-from peter@netplex.com.au) Message-Id: <200103061211.f26CBVh63148@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Maxim Sobolev Cc: Duncan Barclay , freebsd-current@FreeBSD.ORG Subject: Re: if_ed, mii and no PCI? In-Reply-To: <3AA4C772.881BE468@FreeBSD.org> Date: Tue, 06 Mar 2001 04:11:31 -0800 From: Peter Wemm Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Maxim Sobolev wrote: > Duncan Barclay wrote: > > > Hi > > > > Just got round to rebuilding a -current kernel on a Libretto 50 with no PCI bus. > > make depend in sys/compile/WANDERER dies on: > > In file included from ../../dev/mii/dcphy.c:67: > > ../../dev/pci/pcivar.h:156: pci_if.h: No such file or directory > > > > Do I really need to add PCI... > > It is sideefect of the following commit (yes, I agree with you that mandatory device > pci it is bogus and IMO should be fixed). Fixed: Checking in files; /home/ncvs/src/sys/conf/files,v <-- files new revision: 1.493; previous revision: 1.492 > -Maxim > > imp 2001/03/03 00:31:37 PST > > Modified files: > sys/modules/ed Makefile > sys/dev/ed if_ed.c if_ed_pccard.c if_ed_pci.c > if_edreg.h if_edvar.h > sys/i386/conf GENERIC NEWCARD > Log: > Add support for Dlink DL10022 to the ed driver. This is a mii part > bolted to a ne-2000 chip. This is necessary for the NetGear FA-410TX > and other cards. > > This also requires you add mii to your kernel if you have an ed driver > configured. > > This code will result in a couple of timeout messages for ed on the > impacted cards. Additional work will be needed, but this does work > right now, and many people need these cards. > > Submitted by: Ian Dowse > > Revision Changes Path > 1.5 +2 -2 src/sys/modules/ed/Makefile > 1.200 +145 -1 src/sys/dev/ed/if_ed.c > 1.29 +95 -1 src/sys/dev/ed/if_ed_pccard.c > 1.28 +2 -1 src/sys/dev/ed/if_ed_pci.c > 1.30 +30 -1 src/sys/dev/ed/if_edreg.h > 1.12 +10 -1 src/sys/dev/ed/if_edvar.h > 1.303 +2 -1 src/sys/i386/conf/GENERIC > 1.40 +19 -10 src/sys/i386/conf/NEWCARD > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message