CVS log for src/sys/arch/arm/acpi/acpi_pci_layerscape_gen4.c
Up to [cvs.NetBSD.org] / src / sys / arch / arm / acpi
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Oct 15 11:07:38 2022 UTC (2 years, 1 month ago) by jmcneill
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-altq-separation-base,
thorpej-altq-separation,
perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
HEAD
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -4
lines
Use "non-posted" instead of "strongly ordered" to describe nGnRnE mappings
Rename the following defines:
- _ARM_BUS_SPACE_MAP_STRONGLY_ORDERED to BUS_SPACE_MAP_NONPOSTED
- PMAP_DEV_SO to PMAP_DEV_NP
- LX_BLKPAG_ATTR_DEVICE_MEM_SO to LX_BLKPAG_ATTR_DEVICE_MEM_NP
Rename the following option:
- AARCH64_DEVICE_MEM_STRONGLY_ORDERED to AARCH64_DEVICE_MEM_NONPOSTED
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Jun 17 06:45:09 2020 UTC (4 years, 5 months ago) by thorpej
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-futex-base,
thorpej-futex,
thorpej-cfargs2-base,
thorpej-cfargs2,
thorpej-cfargs-base,
thorpej-cfargs,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -3
lines
<sys/extent.h> not needed here.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jun 15 18:57:39 2020 UTC (4 years, 5 months ago) by ad
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -4
lines
Use sys/cpu.h so that curcpu defined in terms of curlwp->l_cpu works too.
Revision 1.2.6.2: download - view: text, markup, annotated - select for diffs
Wed Apr 8 14:07:27 2020 UTC (4 years, 8 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.2.6.1: preferred, colored; branchpoint 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.6.1: +313 -0
lines
Merge changes from current as of 20200406
Revision 1.2.2.2: download - view: text, markup, annotated - select for diffs
Sat Feb 29 20:18:17 2020 UTC (4 years, 9 months ago) by ad
Branches: ad-namecache
Diff to: previous 1.2.2.1: preferred, colored; branchpoint 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.2.1: +313 -0
lines
Sync with head.
Revision 1.2.6.1
Sun Feb 2 16:44:25 2020 UTC (4 years, 10 months ago) by martin
Branches: phil-wifi
FILE REMOVED
Changes since revision 1.2: +0 -313
lines
file acpi_pci_layerscape_gen4.c was added on branch phil-wifi on 2020-04-08 14:07:27 +0000
Revision 1.2.2.1
Sun Feb 2 16:44:25 2020 UTC (4 years, 10 months ago) by ad
Branches: ad-namecache
FILE REMOVED
Changes since revision 1.2: +0 -313
lines
file acpi_pci_layerscape_gen4.c was added on branch ad-namecache on 2020-02-29 20:18:17 +0000
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Feb 2 16:44:25 2020 UTC (4 years, 10 months ago) by jmcneill
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
is-mlppp-base,
is-mlppp,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh,
ad-namecache-base3
Branch point for: phil-wifi,
ad-namecache
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +51 -15
lines
Map and read MCFG space directly instead of going through acpimcfg to
simplify access through our tiny config space window.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Feb 1 13:26:43 2020 UTC (4 years, 10 months ago) by jmcneill
Branches: MAIN
Add support for NXP Layerscape PCIe Gen4 (not ECAM compliant)
CVSweb <webmaster@jp.NetBSD.org>