> I guess it depends on how fancy we want to get.  Here are some examples 
> that I've been rolling around; some are fanciful, some practical)
> 
>       dev_            generic device (eg. dev_sio)
>       bus_            bus support (eg. bus_pci)
>       netif_          network interface (eg. netif_ed)
>       netproto_       network protocol (eg. netproto_arp)
>       netdomain_      network domain (eg. netdomain_ip)
>       vfs_            VFS layer (eg. vfs_nfs)
>       kern_           kernel infrastructure (eg. kern_vfs)
>       syscall_        loadable system calls (eg. syscall_sendfile)

I like this.  It's the best alternative to an arbitrarily deep
(and much disputed) directory structure I've seen so far.

- Jordan

To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to