Home | History | Annotate | Download | only in dev
History log of /src/sys/arch/macppc/dev/deqvar.h
RevisionDateAuthorComments
 1.5  16-Apr-2020  rin Revert previous for now:
http://mail-index.netbsd.org/source-changes/2020/04/16/msg116278.html

The reasoning turned out to be wrong; __KERNEL_RCSID() in header files
does *not* overwrite RCSID in main source files. The real problem is that
it inserts its RCSID into *every* object files. However, it can be still
useful even if heavily duplicated.
 1.4  16-Apr-2020  rin Stop using __KERNEL_RCSID() in header files; it confuses ident(1) by
overwriting RCSID in main source files.

XXX
The first argument of __KERNEL_RCSID() is neglected for ELF. If we wish
to have RCSID of header files in kernel binary, we need something like
__FBSDID() macro in FreeBSD.
 1.3  16-May-2008  macallan branches: 1.3.96;
struct device * -> device_t
 1.2  11-Dec-2005  christos branches: 1.2.18; 1.2.76; 1.2.78; 1.2.80; 1.2.82;
merge ktrace-lwp.
 1.1  10-Aug-2005  macallan branches: 1.1.6;
dummy driver to represent the deq node in OF, marks the equalizer/mixer chip used by snapper
 1.1.6.2  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.1.6.1  10-Aug-2005  skrll file deqvar.h was added on branch ktrace-lwp on 2005-11-10 13:57:27 +0000
 1.2.82.1  23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 1.2.80.1  04-May-2009  yamt sync with head.
 1.2.78.1  18-May-2008  yamt sync with head.
 1.2.76.1  02-Jun-2008  mjf Sync with HEAD.
 1.2.18.2  21-Jun-2006  yamt sync with head.
 1.2.18.1  11-Dec-2005  yamt file deqvar.h was added on branch yamt-lazymbuf on 2006-06-21 14:53:13 +0000
 1.3.96.1  20-Apr-2020  bouyer Sync with HEAD

RSS XML Feed