Date: Mon, 29 Oct 2001 18:00:02 -0800 (PST) From: Jim Durham <durham@jcdurham.com> To: freebsd-bugs@FreeBSD.org Subject: Re: i386/31554: page fault while in kernel mode doing ifconfig of D-LINK pccard Message-ID: <200110300200.f9U202M27264@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/31554; it has been noted by GNATS. From: Jim Durham <durham@jcdurham.com> To: Jim Pirzyk <Jim.Pirzyk@disney.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110300200.f9U202M27264>