From owner-freebsd-mobile Tue Apr 18 9:35:39 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 1716537BB03 for ; Tue, 18 Apr 2000 09:35:36 -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 KAA56527; Tue, 18 Apr 2000 10:35:34 -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 KAA92010; Tue, 18 Apr 2000 10:35:01 -0600 (MDT) Message-Id: <200004181635.KAA92010@harmony.village.org> To: Mitsuru IWASAKI Subject: Re: [NEWCARD] patch against panics (Re: cvs commit: src/sys/dev/pcic i82365.c i82365_isa.c i82365var.h src/sys/dev/pccard card_if.m pccard.c pccard_cis.c pccardvar.h) Cc: FreeBSD-mobile@FreeBSD.org In-reply-to: Your message of "Tue, 18 Apr 2000 20:50:19 +0900." <200004181150.UAA94278@tasogare.imasy.or.jp> References: <200004181150.UAA94278@tasogare.imasy.or.jp> <200004162313.RAA22858@billy-club.village.org> Date: Tue, 18 Apr 2000 10:35:01 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200004181150.UAA94278@tasogare.imasy.or.jp> Mitsuru IWASAKI writes: : The problem was the initialization of tuple.ptr. it seems that we have : garbage in it and this bug originally came from NetBSD. : There're still panics but now that we can read the tuple, can go to : the next step! Hmmm, when I added this to my local copy a couple of nights ago, I found that it was reading what it thought was a tuple, but that that tuple had no relationship to the one stored on the card... I've tracked the problem down to memory mapping and allocation. Hope to have a fix soon. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message