From owner-freebsd-questions  Wed Jan  7 01:30:39 1998
Return-Path: <owner-freebsd-questions>
Received: (from root@localhost)
          by hub.freebsd.org (8.8.7/8.8.7) id BAA05562
          for questions-outgoing; Wed, 7 Jan 1998 01:30:39 -0800 (PST)
          (envelope-from owner-freebsd-questions)
Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38])
          by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA05556
          for <freebsd-questions@FreeBSD.ORG>; Wed, 7 Jan 1998 01:30:36 -0800 (PST)
          (envelope-from julian@whistle.com)
Received: (from daemon@localhost)
	by alpo.whistle.com (8.8.5/8.8.5) id BAA11630;
	Wed, 7 Jan 1998 01:28:08 -0800 (PST)
Received: from UNKNOWN(), claiming to be "current1.whistle.com"
 via SMTP by alpo.whistle.com, id smtpd011628; Wed Jan  7 01:27:59 1998
Date: Wed, 7 Jan 1998 01:24:58 -0800 (PST)
From: Julian Elischer <julian@whistle.com>
To: Hwang Jung Ho <cbrown@daisy.kwangwoon.ac.kr>
cc: freebsd-questions@FreeBSD.ORG
Subject: Re: I have a question about FreeBSD device-driver!
In-Reply-To: <34B3B4FD.41C67EA6@daisy.kwangwoon.ac.kr>
Message-ID: <Pine.BSF.3.95.980107012238.2456H-100000@current1.whistle.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-freebsd-questions@FreeBSD.ORG
X-Loop: FreeBSD.org
Precedence: bulk

conf.c does not exist in 2.2.x
see /usr/share/examples/drivers in 2.2.5
every driver  makes it's own devsw entry using cdevsw_add or bdevsw_add()
thie example shell script will write a driver for you and compile a kernel
with it. You must only add your code to the new driver.

julian

On Thu, 8 Jan 1998, Hwang Jung Ho wrote:

> Hello. I'm a student of KOREA.
> I have read the 'FreeBSD Device Driver Writer's Guide'.
> I used to FreeBSD 2.2.1 and 2.2.5 version.
> In that manual's 4.1.2 section, Make room in conf.c..
> but I not found conf.c file that directory.
> How can I do?
> I try to performance analysis of FreeBSD using Pentium counter.
> Please help me..
> 
> ============================================
>                 cbrown@daisy.kwangwoon.ac.kr
>                 cbrown@nownuri.net
> ============================================
>