From owner-freebsd-fs Mon Aug 13 13:27:28 2001 Delivered-To: freebsd-fs@freebsd.org Received: from softarch.com (softarch.com [66.12.162.130]) by hub.freebsd.org (Postfix) with ESMTP id 88A8037B40D for ; Mon, 13 Aug 2001 13:27:25 -0700 (PDT) (envelope-from ryand@softarch.com) Received: from localhost (66.12.162.140) by softarch.com (FirstClass Mail Server v5.50) with ESMTP (Sender: ryand@softarch.com) transient id 6200; Mon, 13 Aug 2001 13:28:30 -0700 Date: Mon, 13 Aug 2001 13:27:37 -0700 Content-Type: text/plain; format=flowed; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v388) From: Ryan Dary To: freebsd-fs@freebsd.org X-Mailer: Apple Mail (2.388) Content-Transfer-Encoding: 7bit Subject: Connecting the VFS dots... Message-Id: <20010813202725.88A8037B40D@hub.freebsd.org> Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I have a library which is a platform independent implementation of the file system I am porting. I have to tie it down to the I/O system for now. In the kernel extension, how do I access the device for read/write? Is there a VFS way to access blocks of the device? - Ryan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message