Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/dev
On Thu, Nov 6, 2014 at 1:54 AM, Masao Uebayashi <uebayasi%gmail.com@localhost> wrote:
> struct cfiattrdata {
> const char *ci_name;
> cfprint_t ci_print;
> cfsubmatch_t ci_submatch;
> int ci_loclen;
> const struct cflocdesc ci_locdesc[];
> };
Actually, ci_name, ci_print, ci_submatch are defined in drivers (*.c).
The rest is generated by config(1). But the idea remains.
Home |
Main Index |
Thread Index |
Old Index