Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jan 2000 19:35:17 +0900
From:      Tatsumi Hosokawa <hosokawa@itc.keio.ac.jp>
To:        iwasaki@jp.FreeBSD.org
Cc:        hosokawa@itc.keio.ac.jp, mobile@FreeBSD.org
Subject:   Re: Working pcic polling mode patch (Re: Polling mode of pcic as default?)
Message-ID:  <86k8lbhbbu.wl@ringo.FromTo.Cc>
In-Reply-To: In your message of "Sat, 15 Jan 2000 19:29:16 %2B0900" <200001151029.TAA25824@tasogare.imasy.or.jp>
References:  <86ln5rhdxi.wl@ringo.FromTo.Cc> <200001151029.TAA25824@tasogare.imasy.or.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
At Sat, 15 Jan 2000 19:29:16 +0900,
Mitsuru IWASAKI <iwasaki@jp.FreeBSD.org> wrote:

> Great!  It works well for me (PORTEGE 3110CT).
> But NULL initialization for struct resource *res would be needed 
> otherwise we get kernel panic on probing pcic.

Hmm?

Last patch have:

@@ -263,7 +263,7 @@
        char *name;
        int i;
        int error;
-       struct resource *res;
+       struct resource *res = 0;
        int rid;
        static int maybe_vlsi = 0;

Isn't it enough?

-- 
---------------------------
Tatsumi Hosokawa
hosokawa@itc.keio.ac.jp


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?86k8lbhbbu.wl>