Home | History | Annotate | Download | only in dev
History log of /src/sys/arch/macppc/dev/cudavar.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  13-Aug-2014  macallan branches: 1.3.30;
add PRAM access commands
 1.2  29-Apr-2008  martin branches: 1.2.44;
Convert to new 2 clause license
 1.1  17-Jan-2007  macallan branches: 1.1.2; 1.1.6; 1.1.48; 1.1.50; 1.1.52;
new drivers for pmu and cuda
 1.1.52.1  16-May-2008  yamt sync with head.
 1.1.50.1  18-May-2008  yamt sync with head.
 1.1.48.1  02-Jun-2008  mjf Sync with HEAD.
 1.1.6.2  26-Feb-2007  yamt sync with head.
 1.1.6.1  17-Jan-2007  yamt file cudavar.h was added on branch yamt-lazymbuf on 2007-02-26 09:07:20 +0000
 1.1.2.2  01-Feb-2007  ad Sync with head.
 1.1.2.1  17-Jan-2007  ad file cudavar.h was added on branch newlock2 on 2007-02-01 08:48:07 +0000
 1.2.44.1  03-Dec-2017  jdolecek update from HEAD
 1.3.30.1  20-Apr-2020  bouyer Sync with HEAD

RSS XML Feed