From owner-freebsd-hackers Tue Jan 23 12:46:27 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from gadolinium.btinternet.com (gadolinium.btinternet.com [194.73.73.111]) by hub.freebsd.org (Postfix) with ESMTP id C3CF137B402 for ; Tue, 23 Jan 2001 12:46:10 -0800 (PST) Received: from host213-122-9-173.btinternet.com ([213.122.9.173] helo=mail.btinternet.com) by gadolinium.btinternet.com with smtp (Exim 3.03 #83) id 14LAKL-00036J-00 for freebsd-hackers@FreeBSD.org; Tue, 23 Jan 2001 20:46:05 +0000 Date: Tue, 23 Jan 2001 20:44:02 +0000 From: David Rufino To: freebsd-hackers@FreeBSD.org Subject: driver help Message-ID: <20010123204402.A1515@btinternet.com> Mail-Followup-To: David Rufino , freebsd-hackers@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am currently trying to port the compatability layer of a linux kernel driver to FreeBSD 4.x. The bit I'm stuck on at the moment is, how do I map arbitrary physical address space to kernel virtual address space (ala ioremap() in linux) ? Thanks. -David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message