From owner-freebsd-questions@FreeBSD.ORG Mon Jul 14 03:15:58 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3747F37B401 for ; Mon, 14 Jul 2003 03:15:58 -0700 (PDT) Received: from relay1.ntu-kpi.kiev.ua (oberon.ntu-kpi.kiev.ua [195.245.194.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F29A43F3F for ; Mon, 14 Jul 2003 03:15:56 -0700 (PDT) (envelope-from simon@comsys.ntu-kpi.kiev.ua) Received: from comsys.ntu-kpi.kiev.ua (eth0.comsys.ntu-kpi.kiev.ua [10.0.1.184]) by relay1.ntu-kpi.kiev.ua (Postfix) with ESMTP id 0AB5E19B85; Mon, 14 Jul 2003 13:15:52 +0300 (EEST) Received: from pm514-9.comsys.ntu-kpi.kiev.ua (pm514-9.comsys.ntu-kpi.kiev.ua [10.18.54.109]) by comsys.ntu-kpi.kiev.ua (8.11.6/8.11.6) with ESMTP id h6EAKe511558; Mon, 14 Jul 2003 13:20:45 +0300 (EEST) Received: by pm514-9.comsys.ntu-kpi.kiev.ua (Postfix, from userid 1000) id A991C1E4; Mon, 14 Jul 2003 13:14:56 +0300 (EEST) From: Andrey Simonenko To: "Anurag Chaudhary" In-Reply-To: X-Newsgroups: lucky.freebsd.questions User-Agent: tin/1.5.18-20030602 ("Darts") (UNIX) (FreeBSD/4.8-STABLE (i386)) Message-Id: <20030714101456.A991C1E4@pm514-9.comsys.ntu-kpi.kiev.ua> Date: Mon, 14 Jul 2003 13:14:56 +0300 (EEST) cc: freebsd-questions@freebsd.org Subject: Re: parameters to a kld X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2003 10:15:58 -0000 On Mon, 14 Jul 2003 09:01:46 +0000 (UTC) in lucky.freebsd.questions, Anurag Chaudhary wrote: > > How can I pass load time parameters to a kld. Not sure that it is possible, at least kldload(2) doesn't accept any arguments, except kld file path. Probably sysctl variables can help. > Also my /proc directory is empty.Why is it so? Is procfs(5) mounted to /proc directory? Checkout output of the mount command and content of the /etc/fstab file. > If I have to see the address of a pci port or say parallel port, how can I > do so? dmesg(8) usually helps (also see /var/log/messages).