On Wed, 5 Jul 2000, John Baldwin wrote:
> Here is my proposal, adjusted a little as per suggestions. It attempts to
> follow these loose guidelines:
>
> - MD code under sys/${MACHINE_ARCH}
> - device drivers (including bus's such as cam and usb) under sys/dev
> - file systems under fs/
> - networking under net/
I would like also suggest a directory for optional kernel
interfaces which doesn't belong to drivers (syscall and sysctl extensions
for example) and can't go under sys/dev/. They can be considered as
'kernel libraries' and may live under sys/lib directory (it should be
organized as sys/dev, eg. one directory per interface).
Comments ?
--
Boris Popov
http://www.butya.kz/~bp/
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message