Date: Fri, 30 May 1997 20:13:21 +0300 From: Ruslan Shevchenko <rssh@cki.ipri.kiev.ua> To: hackers@freebsd.org Subject: Inteface for external drivers. (ppa3) Message-ID: <338F0AB2.3DD6@cki.ipri.kiev.ua>
next in thread | raw e-mail | index | archive | help
Just Install ppa3.c --- work well, but why I must patch userconfig.c ?
may be better create subbdirectory devices, and move device_info stuff
there ?
in config generate file device_info.c by catting device/*,
than in userconfig write
struct DEV_INFO device_info[] = {
#include "device_info.c"
};
It's allows to do drivers as sdandart FreeBSD ports.
With publishing *stable* interfases for kernel,
it's would be wary good step.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?338F0AB2.3DD6>
