Subject: Re: question on directories
To: None <tech-kern@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: tech-kern
Date: 10/23/2001 19:02:20
In article <20011023181742.57085.qmail@web14103.mail.yahoo.com>,
Ferry Sutanto <fsutanto@yahoo.com> wrote:
>Hi,
>
>Quick and simple questions.
>
>I have written driver ISA-to-PC-Card Host Adapters ...
>where should I put them ? Should it be in dev/ic
>directories ??
>

If the driver only works on isa, then it belongs to dev/isa.
If the driver is based on a chipset that does/can work on
other busses, then the bus independent portion in dev/ic
and the isa front end on dev/isa.

christos