Home | History | Annotate | Download | only in adb
History log of /src/sys/dev/adb/adbvar.h
RevisionDateAuthorComments
 1.6  16-Jun-2025  macallan move a couple more ADB macros into adbvar.h, drop <machine/keyboard.h>
 1.5  11-Jun-2025  macallan make this actually self-contined
- don't include machine/adbsys.h - we only needed it for a couple #defines,
none of which are arch-specific
- move all the ADB definitions to adbvar.h
 1.4  16-Apr-2020  rin branches: 1.4.26;
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.3  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.2  29-Apr-2008  martin branches: 1.2.100;
Convert to new 2 clause license
 1.1  17-Jan-2007  macallan branches: 1.1.2; 1.1.6; 1.1.44; 1.1.46; 1.1.48;
new, simplified ADB drivers
 1.1.48.1  16-May-2008  yamt sync with head.
 1.1.46.1  18-May-2008  yamt sync with head.
 1.1.44.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 adbvar.h was added on branch yamt-lazymbuf on 2007-02-26 09:09:58 +0000
 1.1.2.2  06-Feb-2007  ad Fix CVS screwup.
 1.1.2.1  17-Jan-2007  ad file adbvar.h was added on branch newlock2 on 2007-02-06 17:10:30 +0000
 1.2.100.1  20-Apr-2020  bouyer Sync with HEAD
 1.4.26.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed