From owner-freebsd-hackers@FreeBSD.ORG Thu Jan 29 04:53:35 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93C92106566B for ; Thu, 29 Jan 2009 04:53:35 +0000 (UTC) (envelope-from bsd.quest@googlemail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id 1E6B38FC1B for ; Thu, 29 Jan 2009 04:53:34 +0000 (UTC) (envelope-from bsd.quest@googlemail.com) Received: by fg-out-1718.google.com with SMTP id e12so1007807fga.35 for ; Wed, 28 Jan 2009 20:53:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:reply-to:mail-followup-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=QGTYw0G+SNJ2rLkWvdFscYd1iZ3n95jkLQwAC6mEIz0=; b=s+lmDo5Ypr6JEzCxCGA33kwoFIuOLV1B2wtDV8iOjCRZkspdTubA+ViaUjJm2Uhv2w N0tqhn1Y3VRXQtuWybwk4m0i3xL96YhgVsP3dfXoSQYjBSzu+MIwGvvPTWuA3ccvLIDC Yj95XEMoXU9VjlVbDeFah+60b7oyhrGED0nXM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:reply-to:mail-followup-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; b=WIi1JgnRJKW3cnXmEnsWWydh4k6AY6KWAobIMF5eQ3r5eqtwsQPEeq2f91aoLPlfBj RdAYHrOQW54v3Zns7r6sYtrsbtJNF/kA4zSU+syjPSz3tBJczccH0H+u1AgQDn7Yn+/c 2iK1xa5c+nGDfyvAqzVkkOzvNzC69ZwSAkAMc= Received: by 10.181.208.15 with SMTP id k15mr2425381bkq.130.1233204813693; Wed, 28 Jan 2009 20:53:33 -0800 (PST) Received: from localhost (BAJ370b.baj.pppool.de [77.137.55.11]) by mx.google.com with ESMTPS id z10sm28047331fka.13.2009.01.28.20.53.32 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 28 Jan 2009 20:53:33 -0800 (PST) Date: Thu, 29 Jan 2009 05:53:04 +0100 From: Alexej Sokolov To: freebsd-hackers@freebsd.org Message-ID: <20090129045304.GA18493@debian.samsung.router> Mail-Followup-To: freebsd-hackers@freebsd.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Subject: Re: KLD: program.ko: depends of kernel - no avaiable X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexej Sokolov List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jan 2009 04:53:35 -0000 Can you paste please the dmesg after KLDloading ? Sometimes there are in /var/log/messages more helpful information. And I would like to look your syscall code if it possible. Alexej On Tue, Jan 20, 2009 at 05:21:02PM +0100, Jacky Oh wrote: > Hi, > > I'm writing a syscall module and he compiles well but at load time, kldload > shows: > > KLD: program.ko: depends of kernel - no avaiable > > anyone know something about this? > > Thanks! > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" -- Alexej Sokolov