Skip site navigation (1)Skip section navigation (2)
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!
Message-ID:  <Pine.BSF.3.95.980107012238.2456H-100000@current1.whistle.com>
In-Reply-To: <34B3B4FD.41C67EA6@daisy.kwangwoon.ac.kr>

next in thread | previous in thread | raw e-mail | index | archive | help
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
> ============================================
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95.980107012238.2456H-100000>