Date: Sat, 14 Aug 1999 22:37:50 -0600 From: Warner Losh <imp@village.org> To: Mark Murray <mark@grondar.za> Cc: mobile@FreeBSD.ORG, new-bus@FreeBSD.ORG Subject: Re: pccard newbus kludge patches updated Message-ID: <199908150437.WAA22456@harmony.village.org> In-Reply-To: Your message of "Sat, 14 Aug 1999 11:31:55 %2B0200." <199908140931.LAA22165@gratis.grondar.za> References: <199908140931.LAA22165@gratis.grondar.za>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <199908140931.LAA22165@gratis.grondar.za> Mark Murray writes:
: It's still crashing when pccardd tries to do its stuff; I have
: a crash dump that I'll backtrace. Would you like a copy?
Dang. I'll respin the patch at somepoint, but until then, please add
the following additional patch which was omitted from the one I posted
earlier.
Warner
Index: i386/i386/nexus.c
===================================================================
RCS file: /home/imp/FreeBSD/CVS/src/sys/i386/i386/nexus.c,v
retrieving revision 1.13
diff -u -r1.13 nexus.c
--- nexus.c 1999/07/29 01:02:52 1.13
+++ nexus.c 1999/08/13 02:29:07
@@ -210,6 +210,10 @@
if (child == 0)
panic("nexus_probe isa");
+ child = device_add_child(dev, "pccard", 0, 0);
+ if (child == 0)
+ panic("nexus_probe pccard");
+
return 0;
}
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908150437.WAA22456>
