Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Aug 1998 11:24:45 -0700 (PDT)
From:      Julian Elischer <julian@whistle.com>
To:        eT <edebruin@iname.com>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: linking dev in kernel
Message-ID:  <Pine.BSF.3.95.980813112306.1517A-100000@current1.whistle.com>
In-Reply-To: <35D31D59.5DBDA848@iname.com>

next in thread | previous in thread | raw e-mail | index | archive | help


On Thu, 13 Aug 1998, eT wrote:

> Greets
> 
> According to FreeBSD DDWG (device driver writer's guide) section 4.1.2
> one is supposed to add your device driver's hookup points to the file:
> 
> /usr/src/sys/i386/i386/conf.c

The structure refereded to in the document is now dynamically created.
it is up to each driver to add it's own entry to the array when it is
initialised..

look in any driver and check the init function and the SYSINIT entry.

julian


> 
> This file doesn't seem to exist on my RELEASE 2.2.6
> 
> Did section 4.1.2 fall away or how is it done?
> 
> Does this apply to PCI cards as well?
> 
> eT
> 
> --
> Etienne de Bruin
> E-mail: edebruin@iname.com OR edebruin@netscape.net
> WWW: http://listen.to/eT
> Forcefully advancing the Kingdom
> 
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-hackers" in the body of the message
> 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



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