Subject: Re: Installing driver
To: Uri Blank <urib@mit.edu>
From: Perry E. Metzger <perry@piermont.com>
List: port-i386
Date: 08/04/1998 10:51:43
Uri Blank writes:
> Could someone point me to a step-by step instruction list on how to
> install driver for a PCI device for NetBSD ?

If the device is supported, just put in the appropriate line into the
configuration file for your kernel. The kernel will be compiled with
the driver installed, and the autoconfig stage in the kernel will
automatically detect the device and configure the driver.

If the device is not supported, you will need to write a driver. :(

Perry