Subject: A new driver
To: current users NetBSD <current-users@netbsd.org>
From: Eric Delcamp <e.delcamp@wanadoo.fr>
List: current-users
Date: 02/11/1999 16:55:40
Hi,

I'm building a new driver for i386 port. I have written the probe and attach
code, and I want to create a new entry in the kernel.
How to do this (files to should be modified) ?
I think I also need some number (major and minor) for testing.
Any hints ? FreeBSD differ a lot from NetBSD to theses points.

Thanks.