From owner-freebsd-new-bus Sat Aug 14 21:38: 6 1999 Delivered-To: freebsd-new-bus@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 48A15152EA; Sat, 14 Aug 1999 21:37:57 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id WAA34553; Sat, 14 Aug 1999 22:37:30 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id WAA22456; Sat, 14 Aug 1999 22:37:50 -0600 (MDT) Message-Id: <199908150437.WAA22456@harmony.village.org> To: Mark Murray Subject: Re: pccard newbus kludge patches updated Cc: mobile@FreeBSD.ORG, new-bus@FreeBSD.ORG In-reply-to: Your message of "Sat, 14 Aug 1999 11:31:55 +0200." <199908140931.LAA22165@gratis.grondar.za> References: <199908140931.LAA22165@gratis.grondar.za> Date: Sat, 14 Aug 1999 22:37:50 -0600 From: Warner Losh Sender: owner-freebsd-new-bus@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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-new-bus" in the body of the message