From owner-freebsd-hackers Sun Nov 5 14:47:51 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from rover.village.org (unknown [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 1ABFD37B4C5 for ; Sun, 5 Nov 2000 14:47:44 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eA5Mlgn59501; Sun, 5 Nov 2000 15:47:43 -0700 (MST) (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 PAA04001; Sun, 5 Nov 2000 15:47:42 -0700 (MST) Message-Id: <200011052247.PAA04001@harmony.village.org> To: Rink Springer Subject: Re: KLD's on ISA bus: how? Cc: Sergey Babkin , hackers@FreeBSD.ORG In-reply-to: Your message of "Sun, 05 Nov 2000 12:45:10 GMT." <3A055656.30605@springer.cx> References: <3A055656.30605@springer.cx> <3A04A8CD.6BDBB8CD@bellatlantic.net> <3A044899.9020508@springer.cx> <200011042344.QAA37170@harmony.village.org> <200011050035.RAA37476@harmony.village.org> <3A04C46A.24DF7BA6@bellatlantic.net> Date: Sun, 05 Nov 2000 15:47:42 -0700 From: Warner Losh Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <3A055656.30605@springer.cx> Rink Springer writes: : I've got a probe, attach and a dummy identify procedure for my driver : now. When I load the KLD, my identify procedure gets triggered, but the : probe procedure doesn't! Why? Can someone help me? I've tightly used : aha_isa.c as a help... for some reason, FreeBSD doesn't appear even to : CALL the probe thing! Are you actually adding a child device in the identify routine? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message