History log of /netbsd-current/sys/external/bsd/vchiq/dist/interface/compat/vchi_bsd.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.19 06-Feb-2022 martin

vchiq(4): Fix llvm build with only one loff_t definition.
Author: Taylor R Campbell <riastradh@NetBSD.org>


# 1.18 19-Dec-2021 riastradh

Don't redefine stuff that common now has

Preferring common to avoid licensing mish-mash


Author: Maya Rashish <maya@NetBSD.org>
Committer: Taylor R Campbell <riastradh@NetBSD.org>


Revision tags: thorpej-i2c-spi-conf2-base thorpej-futex2-base thorpej-cfargs2-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base thorpej-i2c-spi-conf-base thorpej-cfargs-base thorpej-futex-base
# 1.17 26-Sep-2020 skrll

Define isb(), dsb(option), and dmb(option)

Catch up with vchiq upstream to allow this.


# 1.16 26-Sep-2020 skrll

Trailing whitespace


Revision tags: netbsd-9-2-RELEASE netbsd-9-1-RELEASE bouyer-xenpvh-base2 phil-wifi-20200421 bouyer-xenpvh-base1 phil-wifi-20200411 bouyer-xenpvh-base is-mlppp-base phil-wifi-20200406 ad-namecache-base3 netbsd-9-0-RELEASE netbsd-9-0-RC2 ad-namecache-base2 ad-namecache-base1 ad-namecache-base netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 isaki-audio2-base pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.15 28-Aug-2018 skrll

Remove stuff now in sys/external/bsd/common


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base tls-maxphys-base-20171202
# 1.14 05-Nov-2017 skrll

branches: 1.14.2; 1.14.4;
Use IPL_VM and IST_MPSAFE instead of IPL_SCHED


# 1.13 11-Sep-2017 maya

keep dsb in vchiq code.

dsb refers to an arm instruction, so it won't be used on MI code.


# 1.12 11-Sep-2017 maya

Use common barrier.h rather than separate implementation. NFCI


# 1.11 11-Sep-2017 maya

Include opt_multiprocessor.h for MULTIPROCESSOR


Revision tags: netbsd-8-2-RELEASE netbsd-8-1-RELEASE netbsd-8-1-RC1 netbsd-8-0-RELEASE netbsd-8-0-RC2 netbsd-8-0-RC1 matt-nb8-mediatek-base nick-nhusb-base-20170825 perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320 nick-nhusb-base-20170204 bouyer-socketcan-base
# 1.10 12-Jan-2017 skrll

Sync memory barriers with sys/external/bsd/drm2/include/asm/barrier.h


Revision tags: pgoyette-localcount-20170107 nick-nhusb-base-20161204 pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529 nick-nhusb-base-20160422 nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.9 25-Oct-2014 skrll

branches: 1.9.2; 1.9.4;
G/C some unused code.


# 1.8 02-Sep-2014 jmcneill

IPL_VM -> IPL_SCHED, and callout_stop -> callout_halt


Revision tags: netbsd-7-2-RELEASE netbsd-7-1-2-RELEASE netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.7 12-Apr-2014 skrll

branches: 1.7.2;
Remove buggy linux completion API emulation and use the common version.


Revision tags: riastradh-xf86-video-intel-2-7-1-pre-2-21-15
# 1.6 27-Mar-2014 skrll

branches: 1.6.2;
Merge upstream fixes.


# 1.5 26-Mar-2014 skrll

KNF


Revision tags: riastradh-drm2-base3
# 1.4 19-Sep-2013 skrll

Use the common list.h


# 1.3 05-Sep-2013 skrll

Do a better job of matching some linux APIs. Still not quite working.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.2 25-Mar-2013 jmcneill

branches: 1.2.4; 1.2.6;
fix atomic_cmpxchg wrapper


Revision tags: agc-symver-base
# 1.1 08-Mar-2013 jmcneill

BCM2835 VCHIQ device driver


# 1.18 19-Dec-2021 riastradh

Don't redefine stuff that common now has

Preferring common to avoid licensing mish-mash


Author: Maya Rashish <maya@NetBSD.org>
Committer: Taylor R Campbell <riastradh@NetBSD.org>


Revision tags: thorpej-i2c-spi-conf2-base thorpej-futex2-base thorpej-cfargs2-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base thorpej-i2c-spi-conf-base thorpej-cfargs-base thorpej-futex-base
# 1.17 26-Sep-2020 skrll

Define isb(), dsb(option), and dmb(option)

Catch up with vchiq upstream to allow this.


# 1.16 26-Sep-2020 skrll

Trailing whitespace


Revision tags: netbsd-9-2-RELEASE netbsd-9-1-RELEASE bouyer-xenpvh-base2 phil-wifi-20200421 bouyer-xenpvh-base1 phil-wifi-20200411 bouyer-xenpvh-base is-mlppp-base phil-wifi-20200406 ad-namecache-base3 netbsd-9-0-RELEASE netbsd-9-0-RC2 ad-namecache-base2 ad-namecache-base1 ad-namecache-base netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 isaki-audio2-base pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.15 28-Aug-2018 skrll

Remove stuff now in sys/external/bsd/common


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base tls-maxphys-base-20171202
# 1.14 05-Nov-2017 skrll

branches: 1.14.2; 1.14.4;
Use IPL_VM and IST_MPSAFE instead of IPL_SCHED


# 1.13 11-Sep-2017 maya

keep dsb in vchiq code.

dsb refers to an arm instruction, so it won't be used on MI code.


# 1.12 11-Sep-2017 maya

Use common barrier.h rather than separate implementation. NFCI


# 1.11 11-Sep-2017 maya

Include opt_multiprocessor.h for MULTIPROCESSOR


Revision tags: netbsd-8-2-RELEASE netbsd-8-1-RELEASE netbsd-8-1-RC1 netbsd-8-0-RELEASE netbsd-8-0-RC2 netbsd-8-0-RC1 matt-nb8-mediatek-base nick-nhusb-base-20170825 perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320 nick-nhusb-base-20170204 bouyer-socketcan-base
# 1.10 12-Jan-2017 skrll

Sync memory barriers with sys/external/bsd/drm2/include/asm/barrier.h


Revision tags: pgoyette-localcount-20170107 nick-nhusb-base-20161204 pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529 nick-nhusb-base-20160422 nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.9 25-Oct-2014 skrll

branches: 1.9.2; 1.9.4;
G/C some unused code.


# 1.8 02-Sep-2014 jmcneill

IPL_VM -> IPL_SCHED, and callout_stop -> callout_halt


Revision tags: netbsd-7-2-RELEASE netbsd-7-1-2-RELEASE netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.7 12-Apr-2014 skrll

branches: 1.7.2;
Remove buggy linux completion API emulation and use the common version.


Revision tags: riastradh-xf86-video-intel-2-7-1-pre-2-21-15
# 1.6 27-Mar-2014 skrll

branches: 1.6.2;
Merge upstream fixes.


# 1.5 26-Mar-2014 skrll

KNF


Revision tags: riastradh-drm2-base3
# 1.4 19-Sep-2013 skrll

Use the common list.h


# 1.3 05-Sep-2013 skrll

Do a better job of matching some linux APIs. Still not quite working.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.2 25-Mar-2013 jmcneill

branches: 1.2.4; 1.2.6;
fix atomic_cmpxchg wrapper


Revision tags: agc-symver-base
# 1.1 08-Mar-2013 jmcneill

BCM2835 VCHIQ device driver


# 1.17 26-Sep-2020 skrll

Define isb(), dsb(option), and dmb(option)

Catch up with vchiq upstream to allow this.


# 1.16 26-Sep-2020 skrll

Trailing whitespace


Revision tags: bouyer-xenpvh-base2 phil-wifi-20200421 bouyer-xenpvh-base1 phil-wifi-20200411 bouyer-xenpvh-base is-mlppp-base phil-wifi-20200406 ad-namecache-base3 netbsd-9-0-RELEASE netbsd-9-0-RC2 ad-namecache-base2 ad-namecache-base1 ad-namecache-base netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 isaki-audio2-base pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.15 28-Aug-2018 skrll

Remove stuff now in sys/external/bsd/common


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base tls-maxphys-base-20171202
# 1.14 05-Nov-2017 skrll

branches: 1.14.2; 1.14.4;
Use IPL_VM and IST_MPSAFE instead of IPL_SCHED


# 1.13 11-Sep-2017 maya

keep dsb in vchiq code.

dsb refers to an arm instruction, so it won't be used on MI code.


# 1.12 11-Sep-2017 maya

Use common barrier.h rather than separate implementation. NFCI


# 1.11 11-Sep-2017 maya

Include opt_multiprocessor.h for MULTIPROCESSOR


Revision tags: netbsd-8-2-RELEASE netbsd-8-1-RELEASE netbsd-8-1-RC1 netbsd-8-0-RELEASE netbsd-8-0-RC2 netbsd-8-0-RC1 matt-nb8-mediatek-base nick-nhusb-base-20170825 perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320 nick-nhusb-base-20170204 bouyer-socketcan-base
# 1.10 12-Jan-2017 skrll

Sync memory barriers with sys/external/bsd/drm2/include/asm/barrier.h


Revision tags: pgoyette-localcount-20170107 nick-nhusb-base-20161204 pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529 nick-nhusb-base-20160422 nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.9 25-Oct-2014 skrll

branches: 1.9.2; 1.9.4;
G/C some unused code.


# 1.8 02-Sep-2014 jmcneill

IPL_VM -> IPL_SCHED, and callout_stop -> callout_halt


Revision tags: netbsd-7-2-RELEASE netbsd-7-1-2-RELEASE netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.7 12-Apr-2014 skrll

branches: 1.7.2;
Remove buggy linux completion API emulation and use the common version.


Revision tags: riastradh-xf86-video-intel-2-7-1-pre-2-21-15
# 1.6 27-Mar-2014 skrll

branches: 1.6.2;
Merge upstream fixes.


# 1.5 26-Mar-2014 skrll

KNF


Revision tags: riastradh-drm2-base3
# 1.4 19-Sep-2013 skrll

Use the common list.h


# 1.3 05-Sep-2013 skrll

Do a better job of matching some linux APIs. Still not quite working.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.2 25-Mar-2013 jmcneill

branches: 1.2.4; 1.2.6;
fix atomic_cmpxchg wrapper


Revision tags: agc-symver-base
# 1.1 08-Mar-2013 jmcneill

BCM2835 VCHIQ device driver


Revision tags: isaki-audio2-base pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.15 28-Aug-2018 skrll

Remove stuff now in sys/external/bsd/common


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base tls-maxphys-base-20171202
# 1.14 05-Nov-2017 skrll

branches: 1.14.2;
Use IPL_VM and IST_MPSAFE instead of IPL_SCHED


# 1.13 11-Sep-2017 maya

keep dsb in vchiq code.

dsb refers to an arm instruction, so it won't be used on MI code.


# 1.12 11-Sep-2017 maya

Use common barrier.h rather than separate implementation. NFCI


# 1.11 11-Sep-2017 maya

Include opt_multiprocessor.h for MULTIPROCESSOR


Revision tags: netbsd-8-0-RELEASE netbsd-8-0-RC2 netbsd-8-0-RC1 matt-nb8-mediatek-base nick-nhusb-base-20170825 perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320 nick-nhusb-base-20170204 bouyer-socketcan-base
# 1.10 12-Jan-2017 skrll

Sync memory barriers with sys/external/bsd/drm2/include/asm/barrier.h


Revision tags: pgoyette-localcount-20170107 nick-nhusb-base-20161204 pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529 nick-nhusb-base-20160422 nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.9 25-Oct-2014 skrll

branches: 1.9.2; 1.9.4;
G/C some unused code.


# 1.8 02-Sep-2014 jmcneill

IPL_VM -> IPL_SCHED, and callout_stop -> callout_halt


Revision tags: netbsd-7-2-RELEASE netbsd-7-1-2-RELEASE netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.7 12-Apr-2014 skrll

branches: 1.7.2;
Remove buggy linux completion API emulation and use the common version.


Revision tags: riastradh-xf86-video-intel-2-7-1-pre-2-21-15
# 1.6 27-Mar-2014 skrll

branches: 1.6.2;
Merge upstream fixes.


# 1.5 26-Mar-2014 skrll

KNF


Revision tags: riastradh-drm2-base3
# 1.4 19-Sep-2013 skrll

Use the common list.h


# 1.3 05-Sep-2013 skrll

Do a better job of matching some linux APIs. Still not quite working.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.2 25-Mar-2013 jmcneill

branches: 1.2.4; 1.2.6;
fix atomic_cmpxchg wrapper


Revision tags: agc-symver-base
# 1.1 08-Mar-2013 jmcneill

BCM2835 VCHIQ device driver


# 1.14 05-Nov-2017 skrll

Use IPL_VM and IST_MPSAFE instead of IPL_SCHED


# 1.13 11-Sep-2017 maya

keep dsb in vchiq code.

dsb refers to an arm instruction, so it won't be used on MI code.


# 1.12 11-Sep-2017 maya

Use common barrier.h rather than separate implementation. NFCI


# 1.11 11-Sep-2017 maya

Include opt_multiprocessor.h for MULTIPROCESSOR


Revision tags: nick-nhusb-base-20170825 perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320 nick-nhusb-base-20170204 bouyer-socketcan-base
# 1.10 12-Jan-2017 skrll

Sync memory barriers with sys/external/bsd/drm2/include/asm/barrier.h


Revision tags: pgoyette-localcount-20170107 nick-nhusb-base-20161204 pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529 nick-nhusb-base-20160422 nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.9 25-Oct-2014 skrll

branches: 1.9.2; 1.9.4;
G/C some unused code.


# 1.8 02-Sep-2014 jmcneill

IPL_VM -> IPL_SCHED, and callout_stop -> callout_halt


Revision tags: netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.7 12-Apr-2014 skrll

branches: 1.7.2;
Remove buggy linux completion API emulation and use the common version.


Revision tags: riastradh-xf86-video-intel-2-7-1-pre-2-21-15
# 1.6 27-Mar-2014 skrll

branches: 1.6.2;
Merge upstream fixes.


# 1.5 26-Mar-2014 skrll

KNF


Revision tags: riastradh-drm2-base3
# 1.4 19-Sep-2013 skrll

Use the common list.h


# 1.3 05-Sep-2013 skrll

Do a better job of matching some linux APIs. Still not quite working.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.2 25-Mar-2013 jmcneill

branches: 1.2.4; 1.2.6;
fix atomic_cmpxchg wrapper


Revision tags: agc-symver-base
# 1.1 08-Mar-2013 jmcneill

BCM2835 VCHIQ device driver


# 1.13 11-Sep-2017 maya

keep dsb in vchiq code.

dsb refers to an arm instruction, so it won't be used on MI code.


# 1.12 11-Sep-2017 maya

Use common barrier.h rather than separate implementation. NFCI


# 1.11 11-Sep-2017 maya

Include opt_multiprocessor.h for MULTIPROCESSOR


Revision tags: nick-nhusb-base-20170825 perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320 nick-nhusb-base-20170204 bouyer-socketcan-base
# 1.10 12-Jan-2017 skrll

Sync memory barriers with sys/external/bsd/drm2/include/asm/barrier.h


Revision tags: pgoyette-localcount-20170107 nick-nhusb-base-20161204 pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529 nick-nhusb-base-20160422 nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.9 25-Oct-2014 skrll

branches: 1.9.2; 1.9.4;
G/C some unused code.


# 1.8 02-Sep-2014 jmcneill

IPL_VM -> IPL_SCHED, and callout_stop -> callout_halt


Revision tags: netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.7 12-Apr-2014 skrll

branches: 1.7.2;
Remove buggy linux completion API emulation and use the common version.


Revision tags: riastradh-xf86-video-intel-2-7-1-pre-2-21-15
# 1.6 27-Mar-2014 skrll

branches: 1.6.2;
Merge upstream fixes.


# 1.5 26-Mar-2014 skrll

KNF


Revision tags: riastradh-drm2-base3
# 1.4 19-Sep-2013 skrll

Use the common list.h


# 1.3 05-Sep-2013 skrll

Do a better job of matching some linux APIs. Still not quite working.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.2 25-Mar-2013 jmcneill

branches: 1.2.4; 1.2.6;
fix atomic_cmpxchg wrapper


Revision tags: agc-symver-base
# 1.1 08-Mar-2013 jmcneill

BCM2835 VCHIQ device driver


# 1.10 12-Jan-2017 skrll

Sync memory barriers with sys/external/bsd/drm2/include/asm/barrier.h


Revision tags: pgoyette-localcount-20170107 nick-nhusb-base-20161204 pgoyette-localcount-20161104 nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529 nick-nhusb-base-20160422 nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.9 25-Oct-2014 skrll

G/C some unused code.


# 1.8 02-Sep-2014 jmcneill

IPL_VM -> IPL_SCHED, and callout_stop -> callout_halt


Revision tags: netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.7 12-Apr-2014 skrll

branches: 1.7.2;
Remove buggy linux completion API emulation and use the common version.


Revision tags: riastradh-xf86-video-intel-2-7-1-pre-2-21-15
# 1.6 27-Mar-2014 skrll

branches: 1.6.2;
Merge upstream fixes.


# 1.5 26-Mar-2014 skrll

KNF


Revision tags: riastradh-drm2-base3
# 1.4 19-Sep-2013 skrll

Use the common list.h


# 1.3 05-Sep-2013 skrll

Do a better job of matching some linux APIs. Still not quite working.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.2 25-Mar-2013 jmcneill

branches: 1.2.4; 1.2.6;
fix atomic_cmpxchg wrapper


Revision tags: agc-symver-base
# 1.1 08-Mar-2013 jmcneill

BCM2835 VCHIQ device driver