Date: Wed, 25 Nov 1998 16:02:57 +1100 From: Bruce Evans <bde@zeta.org.au> To: dfr@nlsystems.com, mike@smith.net.au Cc: bde@zeta.org.au, current@FreeBSD.ORG, mjacob@feral.com, nrice@emu.sourcee.com Subject: Re: Location for driver includes (was Re: Breakage in -current for theALPHA) Message-ID: <199811250502.QAA23511@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>IMHO, device-driver headers fall into two categories:
>
> - headers consumed only by the driver
> These should live with the driver source files.
These should only exist if there are multiple C source files.
Third category:
- headers consumed only by the driver, but not driver-specific.
These are currently mostly in /sys/i386/isa/ic or combined
with headers in the first category. They should be elsewhere.
Since I don't believe in /dev, I would attempt to put them in
/sys/ic and /sys/{isa,pci,...}.
> - headers consumed by users-space driver users
> These should be installed in a single location. They might want to
> live with the driver source files as well, although this may
> complicate the install process slightly.
Bruce
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811250502.QAA23511>
