CVS log for src/sys/external/bsd/drm2/include/drm/bus_dma_hacks.h
Up to [cvs.NetBSD.org] / src / sys / external / bsd / drm2 / include / drm
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Jul 19 23:19:44 2022 UTC (2 years, 9 months ago) by riastradh
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-1-RELEASE,
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,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
HEAD
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +8 -1
lines
drm: Teach bus_dma_hacks.h about alpha.
Not sure if this is correct! Someone who knows alpha should vet.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Dec 19 12:03:21 2021 UTC (3 years, 4 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +8 -8
lines
drm: Fix index confusion and rename variables to clarify.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Dec 19 11:33:59 2021 UTC (3 years, 4 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -2
lines
drm: Let's go one segment at a time, not two, shall we?
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Dec 19 11:33:31 2021 UTC (3 years, 4 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +6 -5
lines
drm: Another pass over i915 and some supporting logic.
This makes a shim around sg_table, which essentially represents two
things:
1. an array of pages (roughly corresponding to bus_dma_segment_t[])
2. an array of DMA addresses stored in a bus_dmamap_t
Both parts are optional; different parts of i915 use sg_tables to
pass around one or both of the two parts. This helps to reduce the
ifdefs by quite a bit, although it's not always clear which part of
an sg_table any particular interface is actually using which is why I
was reluctant to do this before.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Dec 19 11:32:54 2021 UTC (3 years, 4 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +18 -11
lines
drm: Nix use of uvm pglist. Just use arrays of page pointers.
Revision 1.9.2.3: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:04:59 2020 UTC (5 years, 1 month ago) by martin
Branches: phil-wifi
Diff to: previous 1.9.2.2: preferred, colored; branchpoint 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9.2.2: +6 -0
lines
Mostly merge changes from HEAD upto 20200411
Revision 1.9.2.2: download - view: text, markup, annotated - select for diffs
Wed Apr 8 14:08:27 2020 UTC (5 years, 1 month ago) by martin
Branches: phil-wifi
Diff to: previous 1.9.2.1: preferred, colored; branchpoint 1.9: preferred, colored
Changes since revision 1.9.2.1: +27 -12
lines
Merge changes from current as of 20200406
Revision 1.17.4.2: download - view: text, markup, annotated - select for diffs
Sat Mar 21 15:27:40 2020 UTC (5 years, 1 month ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE
Diff to: previous 1.17.4.1: preferred, colored; branchpoint 1.17: preferred, colored; next MAIN 1.18: preferred, colored
Changes since revision 1.17.4.1: +25 -10
lines
Pull up following revision(s) (requested by mrg in ticket #791):
sys/external/bsd/drm2/include/drm/bus_dma_hacks.h: revision 1.20
in bus_dmamap_load_pglist() try a 32-element array of
bus_dma_segment_t's before attempting to allocate.
this hopefully avoids hangs i've had in X since updating
from netbsd-8 to netbsd-9 that i've tracked down to this
function failing with ENOMEM.
XXX: maybe can avoid the alloc entirely by batching these
calls in 32 segments each.
XXX pullup-9
Revision 1.18.2.2: download - view: text, markup, annotated - select for diffs
Sat Feb 29 20:20:17 2020 UTC (5 years, 2 months ago) by ad
Branches: ad-namecache
Diff to: previous 1.18.2.1: preferred, colored; branchpoint 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18.2.1: +25 -10
lines
Sync with head.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Feb 20 09:07:39 2020 UTC (5 years, 2 months ago) by mrg
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,
phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
is-mlppp-base,
is-mlppp,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh,
ad-namecache-base3
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +25 -10
lines
in bus_dmamap_load_pglist() try a 32-element array of
bus_dma_segment_t's before attempting to allocate.
this hopefully avoids hangs i've had in X since updating
from netbsd-8 to netbsd-9 that i've tracked down to this
function failing with ENOMEM.
XXX: maybe can avoid the alloc entirely by batching these
calls in 32 segments each.
XXX pullup-9
Revision 1.18.2.1: download - view: text, markup, annotated - select for diffs
Sat Jan 25 22:38:50 2020 UTC (5 years, 3 months ago) by ad
Branches: ad-namecache
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3
lines
Sync with head.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Jan 22 07:53:45 2020 UTC (5 years, 3 months ago) by jmcneill
Branches: MAIN
CVS tags: ad-namecache-base2
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3
lines
Fix PHYS_TO_BUS_MEM and BUS_MEM_TO_PHYS on arm and aarch64
Revision 1.17.4.1: download - view: text, markup, annotated - select for diffs
Wed Nov 6 09:48:32 2019 UTC (5 years, 6 months ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +7 -1
lines
Pull up following revision(s) (requested by jmcneill in ticket #400):
sys/arch/arm/sunxi/sunxi_drm.c: revision 1.8
sys/external/bsd/drm2/dist/include/drm/drm_gem_cma_helper.h: revision 1.6
sys/external/bsd/drm2/dist/include/drm/drmP.h: revision 1.36
sys/external/bsd/drm2/include/drm/bus_dma_hacks.h: revision 1.18
sys/external/bsd/drm2/drm/drm_gem_cma_helper.c: revision 1.9
sys/external/bsd/drm2/include/drm/drm_os_netbsd.h: revision 1.15
Arm DMA tags with _nranges=0 require no address translation. Handle this
in PHYS_TO_BUS_MEM and BUS_TO_PHYS_MEM instead of panicing.
Add support for DRM GEM/CMA helpers using a driver provided vmem arena.
Reserve enough memory at boot to support the drmfb buffer plus a 4K buffer
for Xorg.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Nov 5 23:27:23 2019 UTC (5 years, 6 months ago) by jmcneill
Branches: MAIN
CVS tags: phil-wifi-20191119,
ad-namecache-base1,
ad-namecache-base
Branch point for: ad-namecache
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +7 -1
lines
Arm DMA tags with _nranges=0 require no address translation. Handle this
in PHYS_TO_BUS_MEM and BUS_TO_PHYS_MEM instead of panicing.
Revision 1.9.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:08:31 2019 UTC (5 years, 11 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +111 -63
lines
Sync with HEAD
Revision 1.8.16.2: download - view: text, markup, annotated - select for diffs
Thu Sep 6 06:56:36 2018 UTC (6 years, 8 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.8.16.1: preferred, colored; branchpoint 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8.16.1: +111 -63
lines
Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Aug 27 15:32:39 2018 UTC (6 years, 8 months ago) by riastradh
Branches: MAIN
CVS tags: phil-wifi-20190609,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
netbsd-9-base,
isaki-audio2-base,
isaki-audio2
Branch point for: netbsd-9
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +21 -0
lines
Check for DMA-safe addresses before allowing DRM prime import.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Aug 27 15:32:20 2018 UTC (6 years, 8 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +27 -2
lines
Implement BUS_DMA_TO_PHYS/PHYS_TO_BUS_DMA on arm respecting ranges.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Aug 27 15:29:31 2018 UTC (6 years, 8 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -4
lines
At chuq's suggestion, use paddr_t rather than struct vm_page *.
Doesn't make much of a substantive difference.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Aug 27 15:29:08 2018 UTC (6 years, 8 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -0
lines
sparc seems to treat bus/phys addrs in bus dmamem the same.
This is just about bus dmamem -- not about bus dmamap, which rightly
uses an iommu to remap things and which we don't interfere with.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Aug 27 15:27:28 2018 UTC (6 years, 8 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +0 -42
lines
Eliminate now-unused bus_dmamap_load_pgarray.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Aug 27 15:26:50 2018 UTC (6 years, 8 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +102 -2
lines
Rework drm prime guts.
- Our faux struct sg_table is now just an array of _pages_, not of
bus dma segments.
- We handle bus dma segments only in the presence of an adult bus dma
tag.
- All bus dma hacks are once again confined to bus_dma_hacks.h, and
more neatly organized:
. bus_dmamem_export_pages translates bus dma segs to vm_page array
. bus_dmamem_import_pages translates vm_page array to bus dma segs
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Aug 27 15:11:58 2018 UTC (6 years, 8 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +10 -4
lines
Use PHYS_TO_BUS_MEM in generic bus_dmamap_load_pglist code.
For arm and x86, this is a noop. For powerpc, it is defined by some
relevant header file.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Aug 27 07:17:47 2018 UTC (6 years, 8 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -66
lines
Kill bus_dmamem_wire_uvm_object, which never made sense!
Revision 1.8.16.1: download - view: text, markup, annotated - select for diffs
Sat Apr 7 04:12:19 2018 UTC (7 years, 1 month ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
Sync with HEAD. 77 conflicts resolved - all of them $NetBSD$
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Apr 1 04:35:06 2018 UTC (7 years, 1 month ago) by ryo
Branches: MAIN
CVS tags: phil-wifi-base,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407
Branch point for: phil-wifi
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)
- sys/arch/evbarm64 is gone and integrated into sys/arch/evbarm. (by skrll@)
- add support fdt. evbarm/conf/GENERIC64 fdt (bcm2837,sunxi,tegra) based generic 64bit kernel config. (by skrll@, jmcneill@)
Revision 1.7.4.3: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:37:59 2017 UTC (7 years, 5 months ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.7.4.2: preferred, colored; branchpoint 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7.4.2: +9 -5
lines
update from HEAD
Revision 1.7.6.1: download - view: text, markup, annotated - select for diffs
Sun Dec 27 12:10:02 2015 UTC (9 years, 4 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7: +10 -6
lines
Sync with HEAD (as of 26th Dec)
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Oct 17 21:11:06 2015 UTC (9 years, 6 months ago) by jmcneill
Branches: MAIN
CVS tags: tls-maxphys-base-20171202,
prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
pgoyette-compat-base,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
nick-nhusb-base-20170825,
nick-nhusb-base-20170204,
nick-nhusb-base-20161204,
nick-nhusb-base-20161004,
nick-nhusb-base-20160907,
nick-nhusb-base-20160529,
nick-nhusb-base-20160422,
nick-nhusb-base-20160319,
nick-nhusb-base-20151226,
netbsd-8-base,
netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
localcount-20160914,
jdolecek-ncq-base,
jdolecek-ncq,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Branch point for: pgoyette-compat
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +10 -6
lines
use VM_FREELIST_DEFAULT on arm
Revision 1.7.4.2: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:04:21 2014 UTC (10 years, 8 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.7.4.1: preferred, colored; branchpoint 1.7: preferred, colored
Changes since revision 1.7.4.1: +171 -0
lines
Rebase to HEAD as of a few days ago.
Revision 1.3.2.1: download - view: text, markup, annotated - select for diffs
Sun Aug 10 06:55:39 2014 UTC (10 years, 9 months ago) by tls
Branches: tls-earlyentropy
Diff to: previous 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3: +75 -23
lines
Rebase.
Revision 1.7.4.1
Sat Jul 26 14:27:40 2014 UTC (10 years, 9 months ago) by tls
Branches: tls-maxphys
FILE REMOVED
Changes since revision 1.7: +0 -171
lines
file bus_dma_hacks.h was added on branch tls-maxphys on 2014-08-20 00:04:21 +0000
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Jul 26 14:27:40 2014 UTC (10 years, 9 months ago) by riastradh
Branches: MAIN
CVS tags: tls-maxphys-base,
tls-earlyentropy-base,
nick-nhusb-base-20150921,
nick-nhusb-base-20150606,
nick-nhusb-base-20150406,
nick-nhusb-base,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7
Branch point for: tls-maxphys,
nick-nhusb
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -6
lines
Avoid needless #ifdef __i386__ with judicious use of MIN.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jul 22 22:14:22 2014 UTC (10 years, 9 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -3
lines
Free temporary segs on the way out of bus_dmamap_load_pglist.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Jul 16 20:59:58 2014 UTC (10 years, 9 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +67 -1
lines
First whack at radeon driver.
No hardware to test yet, but it builds.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Jul 16 20:56:25 2014 UTC (10 years, 9 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +12 -23
lines
Make it build and boot on my test machines.
Screen blanks on boot on the Ivy Bridge system with
DRM error in cpt_serr_int_handler: PCH transcoder A FIFO underrun
But after that everything is OK. Appears to be an upstream problem.
To investigate...
I think there's a cache flushing issue somewhere -- there are little
display artefacts on my T60.
Revision 1.3.6.2: download - view: text, markup, annotated - select for diffs
Thu May 22 11:40:55 2014 UTC (10 years, 11 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.3.6.1: preferred, colored; branchpoint 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.6.1: +119 -0
lines
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.3.4.2: download - view: text, markup, annotated - select for diffs
Sun May 18 17:46:01 2014 UTC (10 years, 11 months ago) by rmind
Branches: rmind-smpnet
Diff to: previous 1.3.4.1: preferred, colored; branchpoint 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.4.1: +119 -0
lines
sync with head
Revision 1.3.6.1
Thu Apr 3 19:18:29 2014 UTC (11 years, 1 month ago) by yamt
Branches: yamt-pagecache
FILE REMOVED
Changes since revision 1.3: +0 -119
lines
file bus_dma_hacks.h was added on branch yamt-pagecache on 2014-05-22 11:40:55 +0000
Revision 1.3.4.1
Thu Apr 3 19:18:29 2014 UTC (11 years, 1 month ago) by rmind
Branches: rmind-smpnet
FILE REMOVED
Changes since revision 1.3: +0 -119
lines
file bus_dma_hacks.h was added on branch rmind-smpnet on 2014-05-18 17:46:01 +0000
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Apr 3 19:18:29 2014 UTC (11 years, 1 month ago) by riastradh
Branches: MAIN
CVS tags: yamt-pagecache-base9,
rmind-smpnet-nbase,
rmind-smpnet-base
Branch point for: yamt-pagecache,
tls-earlyentropy,
rmind-smpnet
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +10 -1
lines
Miscellaneous fixes for drm2 on i386.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Mar 18 18:20:43 2014 UTC (11 years, 1 month ago) by riastradh
Branches: MAIN
CVS tags: riastradh-xf86-video-intel-2-7-1-pre-2-21-15
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +110 -0
lines
Merge riastradh-drm2 to HEAD.
Revision 1.1.2.1: download - view: text, markup, annotated - select for diffs
Sun Sep 8 15:39:48 2013 UTC (11 years, 8 months ago) by riastradh
Branches: riastradh-drm2
Diff to: previous 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1: +110 -0
lines
Implement a bus_dmamem_wire_uvm_object hack.
This is fit only for x86 at the moment -- it parrots the x86
bus_dmamem_alloc code but with uvm_obj_wirepages instead of
uvm_pglistalloc.
XXX THIS IS A MEGA-KLUDGE THAT NEEDS TO BE DONE PROPERLY.
Revision 1.1
Sun Sep 8 15:39:48 2013 UTC (11 years, 8 months ago) by riastradh
Branches: MAIN
CVS tags: riastradh-drm2-base3
Branch point for: riastradh-drm2
FILE REMOVED
file bus_dma_hacks.h was initially added on branch riastradh-drm2.
CVSweb <webmaster@jp.NetBSD.org>