From owner-freebsd-stable Sat Apr 21 18: 5: 2 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mta6.snfc21.pbi.net (mta6.snfc21.pbi.net [206.13.28.240]) by hub.freebsd.org (Postfix) with ESMTP id 5270637B42C for ; Sat, 21 Apr 2001 18:04:59 -0700 (PDT) (envelope-from gdinolt@pacbell.net) Received: from pacbell.net ([63.199.30.173]) by mta6.snfc21.pbi.net (Sun Internet Mail Server sims.3.5.2000.01.05.12.18.p9) with ESMTP id <0GC600F3V5NOQR@mta6.snfc21.pbi.net> for freebsd-stable@freebsd.org; Sat, 21 Apr 2001 18:04:37 -0700 (PDT) Date: Sat, 21 Apr 2001 18:04:37 -0700 From: "George W. Dinolt" Subject: Re: Broken -stable (kernel build failure at wx module depends) To: debolaz@debolaz.com, Seamus.Venasse@polaris.ca, freebsd-stable@freebsd.org Message-id: <3AE22E25.4CC1A285@pacbell.net> MIME-version: 1.0 X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit X-Accept-Language: en Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am sure someone is working on this. One way to fix the problem is to include the reference to the miibus.h file in the Makefile for the module and to use device miibus device wx in your config file if you include the device there. wx was recently (today) modified to use miibus but the Makefile hasn't been updated (yet) to reflect this. The "enhanced" wx Makefile looks like (copied from wb) --- # $FreeBSD: src/sys/modules/wx/Makefile,v 1.1.2.1 2000/07/04 02:12:13 mjacob Exp $ .PATH: ${.CURDIR}/../../pci KMOD = if_wx SRCS = if_wx.c opt_bdg.h device_if.h bus_if.h pci_if.h SRCS += miibus_if.h KMODDEPS = miibus .include --- Note the new lines SRCS...+= ... and KMODDEPS = miibus I do not have an Intel Gigabit Ethernet (82452/82453) cards so I can't test the functionality. But this does fix the compilation problems. I hope this helps G. Dinolt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message