index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
pci_map.c
Age
Commit message (
Expand
)
Author
2020-12-29
KNF a comment
skrll
2020-12-29
More of the patch that adds support for Enhanced Allocations as seen in
skrll
2020-12-29
Add support for Enhanced Allocations as seen in the Cavium ThunderX based
skrll
2020-12-28
Trailing whitespace
skrll
2020-05-05
disable I/O or mem decode before probing BAR size.
bouyer
2019-12-02
Leave it entirely up to the driver whether to map prefetchable.
riastradh
2019-12-02
Use BUS_SPACE_MAP_PREFETCHABLE only if BAR and driver agree on it.
riastradh
2019-03-01
No functional change:
msaitoh
2018-05-19
Re-enable PCI window decode enable in PCI Command Register upon
jakllsch
2018-05-19
Refine previous change to enable PCI window decoding in Command
jakllsch
2018-05-16
Enable the appropriate memory or I/O space decode in the PCI
jakllsch
2017-03-17
Modify some variables to make code more understandable.
msaitoh
2014-12-26
Fix a bug that ichlpcib(4) maps I/O area incorrectly and then fails to attach
msaitoh
2014-10-16
Generalize pci_find_rom and use it to locate x86 video ROM in drm2.
riastradh
2012-10-20
Only probe the upper BAR of a mem64 BAR if bit 31 is readonly
matt
2011-05-17
PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional
dyoung
2011-04-04
Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9),
dyoung
2011-02-27
revert previous; instead of commenting out the error message how about fixing
jmcneill
2011-02-27
Remove the following aprint_debug(9): "pci_mem_find: void region". I have
jruoho
2010-05-11
Cosmetic: remove superfluous parentheses from return statements. Don't
dyoung
2008-07-22
Add pci_mapreg_submap(): This function is pci_mapreg_map() with two
bjs
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-12-01
aprintify
jmcneill
2007-11-20
Merge from jmcneill-pm: XXX allow pci_find_mem to map a 64-bit BAR.
joerg
2007-04-10
turn the other 'void region' message into aprint_debug() as well
macallan
2007-04-10
demote 'pci_io_find: void region' to aprint_debug()
macallan
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-03-01
Add pci_find_rom() API as discussed on tech-kern.
gdamore
2006-02-27
Add PCI_MAPREG_TYPE_ROM and allow it to be used with pci_mapreg_map().
gdamore
2005-12-11
merge ktrace-lwp.
christos
2005-02-27
nuke trailing whitespace
perry
2002-05-30
implement a check whether a BAR is present at all at a given configuration
drochner
2002-05-29
When testing for a void region, use PCI_MAPREG_MEM_SIZE() for 32bit memaddr.
bouyer
2001-11-13
add RCSID
lukem
2000-11-29
ANSI'ify.
thorpej
2000-06-28
Don't check for a BAR address past PCI_MAPREG_END; some devices
thorpej
2000-05-10
Add support for mapping 64-bit PCI memory space. If the region
thorpej
2000-01-25
use BUS_SPACE_MAP_PREFETCHABLE instead BUS_SPACE_MAP_CACHEABLE where the
drochner
1998-08-15
Assign my copyrights to TNF.
mycroft
1997-10-06
Back out last change. (Partially my fault, for not reviewing it close
thorpej
1997-10-03
pci_mapreg_info() has been changed to take arguments like pci_mapreg_map()
lonhyn
1997-09-23
If the region size turns out to be 0, return an error. This is what will
mycroft
1997-08-30
* Rewrite pci_io_find() and pci_mem_find() using my original pci_map_io() and
mycroft