From owner-freebsd-current Thu Apr 20 11:14: 4 2000 Delivered-To: freebsd-current@freebsd.org Received: from hun.org (hun.org [216.190.28.252]) by hub.freebsd.org (Postfix) with ESMTP id 29C9737B86C for ; Thu, 20 Apr 2000 11:14:00 -0700 (PDT) (envelope-from attila@hun.org) Received: (from attila@localhost) by hun.org (8.9.3/8.9.2) id SAA17057; Thu, 20 Apr 2000 18:13:54 GMT (envelope-from attila) Date: Thu, 20 Apr 2000 18:13:54 GMT Message-Id: <200004201813.SAA17057@hun.org> From: attila! Organization: hun.org, over 40 years beyond the fringe home for unpenitent hackers and anarcho-cryptophreaks Mailer: FreeBSD 5.0-current with XEmacs V20.4 (see alt.religion.emacs) Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit; Content-Disposition: Inline To: freebsd-current@freebsd.org Cc: Poul-Henning Kamp , Jaye Mathisen , Peter Wemm Subject: Re: 'miibus_if.h' file missing for 'dc' ethernet driver Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG solved. thanx! LINT added an explanation of the miibus driver requirement. I did the basic configuration from the 17 Apr LINT file and missed the change when I updated, even though I diff LINT when it updates. see diff below. As they say: RTFS... carefully. attila out! -- No, I don't suffer from insanity; I enjoy every minute of it! < is LINT prior to 18 Apr > is LINT after 18 Apr which tells you WHY you need 'miibus' 168d1823 < device miibus # MII bus support 179,218c1834,2227 > # MII bus support is required for some PCI 10/100 ethernet NICs, > # namely those which use MII-compliant transceivers or implement > # tranceiver control interfaces that operate like an MII. Adding > # "device miibus0" to the kernel config pulls in support for > # the generic miibus API and all of the PHY drivers, including a > # generic one for PHYs that aren't specifically handled by an > # individual driver. > device miibus on Wed, 19 Apr 2000 23:18:08 -0700 (PDT), Jaye Mathisen: You need the device mii or miibus in your kernel config file, and I think it generates it. Look at a GENERIC near the dc driver in the later releases, and you'll see it added, or grep for mii in LINT/GENERIC. On Thu, 20 Apr 2000, attila! wrote: > > > ../../pci/if_dc.c:151: miibus_if.h: No such file or directory > > mkdep: compile failed > > 'find' on entire sys subsystem fails to show it, and I > pulled cvsups on 19th and 20th to see if it was in the > stream --nope. pulled a 'glimpse' of 'current' list but > found no reference. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message