From owner-freebsd-bugs Mon Oct 29 18: 0:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 637C337B405 for ; Mon, 29 Oct 2001 18:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9U202M27264; Mon, 29 Oct 2001 18:00:02 -0800 (PST) (envelope-from gnats) Date: Mon, 29 Oct 2001 18:00:02 -0800 (PST) Message-Id: <200110300200.f9U202M27264@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Jim Durham Subject: Re: i386/31554: page fault while in kernel mode doing ifconfig of D-LINK pccard Reply-To: Jim Durham Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR i386/31554; it has been noted by GNATS. From: Jim Durham To: Jim Pirzyk Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: i386/31554: page fault while in kernel mode doing ifconfig of D-LINK pccard Date: Mon, 29 Oct 2001 20:53:53 -0500 On Monday 29 October 2001 02:23 pm, Jim Pirzyk wrote: > Do you have the miibus module loaded as a kernel module or is > it compiled into your custom kernel? It needs to be the latter since > the ed module has to be done that way also. > No, it is a module. I have it working with a little help from a couple of folks on the freebsd-mobile list. I removed the probe call on line 244 in if_ed_pccard.c and it now works. Here is the code I commented out: mii_phy_probe(dev, &sc->miibus, ed_ifmedia_upd, ed_ifmedia_sts); Are you saying that compiling mii support into the kernel would fix the problem? Thanks, -Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message