Home | History | Annotate | Download | only in pci
History log of /src/sys/dev/pci/voyagervar.h
RevisionDateAuthorComments
 1.7  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.6  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.5  19-Apr-2018  christos branches: 1.5.14;
s/static inline/static __inline/g for consistency.
 1.4  07-Dec-2011  macallan branches: 1.4.46;
consolidate bit twiddling functions into one generic case and a bunch of
macros, use them
 1.3  18-Oct-2011  macallan branches: 1.3.2; 1.3.6;
add functions to control gpio usage and to program PWM timers
also add basic interrupt support ( not used yet )
 1.2  06-Sep-2011  macallan add a function to mess with gpios which locks against the i2c stuff
 1.1  31-Aug-2011  macallan split up voyagerfb into the framebuffer portion and a pseudo bus that we can
attach all the other sub-devices to
while there attach an i2c bus
 1.3.6.1  18-Feb-2012  mrg merge to -current.
 1.3.2.1  17-Apr-2012  yamt sync with head
 1.4.46.1  22-Apr-2018  pgoyette Sync with HEAD
 1.5.14.1  20-Apr-2020  bouyer Sync with HEAD

RSS XML Feed