From owner-freebsd-hackers Sat Feb 1 10:39:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA03892 for hackers-outgoing; Sat, 1 Feb 1997 10:39:23 -0800 (PST) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA03887 for ; Sat, 1 Feb 1997 10:39:18 -0800 (PST) Received: (from root@localhost) by dyson.iquest.net (8.8.4/8.6.9) id NAA04106; Sat, 1 Feb 1997 13:39:08 -0500 (EST) From: "John S. Dyson" Message-Id: <199702011839.NAA04106@dyson.iquest.net> Subject: Re: Device driver help... To: mcgovern@spoon.beta.com (Brian J. McGovern) Date: Sat, 1 Feb 1997 13:39:08 -0500 (EST) Cc: hackers@freebsd.org, msmith@atrad.adelaide.edu.au In-Reply-To: <199702011634.LAA10659@spoon.beta.com> from "Brian J. McGovern" at Feb 1, 97 11:34:02 am X-Mailer: ELM [version 2.4 PL24 ME8] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Ok. I'm underway writing my pseudo-device driver, as promised. Unfortuately, > I think I hit my first snag early on in that the book I'm using for > reference was slanted towards SCO. Here's what they recommend: > As an extremely simple driver prototype, try /sys/i386/i386/mem.c as a first example??? John