index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
pci_map.c
Age
Commit message (
Expand
)
Author
2023-04-13
Remove intentionally undocumented pci_{io,mem}_find and convert their last
Miod Vallat
2019-06-17
Split out the code that assigns addresses to BARs into its own function.
Mark Kettenis
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2013-02-09
No longer #ifdef BUS_SPACE_MAP_PREFETCHABLE, as all <machine/bus.h> are
Miod Vallat
2010-09-06
Some stupid hardware marks PCI BARs as prefetchable that aren't side-effect
Mark Kettenis
2010-02-28
In pci_mapreg_map(), do not blindly dereference a possible NULL pointer
Miod Vallat
2009-10-06
Allow MD limits for allocating PCI io and mem space and specify limits on
Mark Kettenis
2009-08-25
We can treat BARs initialized to 0 as invalid now on socppc.
Mark Kettenis
2009-07-23
Avoid twiddling the lower bits of a BAR such that the code becomes usable
Mark Kettenis
2009-04-06
Set a first step on the road towards proper accounting of PCI resources by
Mark Kettenis
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2008-05-10
On socppc, we need to be able to map a zero base address too.
Mark Kettenis
2008-04-09
On sparc64, a zero base address doesn't mean the BAR is invalid. We probably
Mark Kettenis
2007-01-26
As per PCI specs, disable an adapter's transaction response while
Marc Aurele La France
2006-12-12
ignore bars which are 0; ok kettenis
Theo de Raadt
2006-07-31
puc@cardbus (only added (commented out) to whom has puc@pci enabled)
Michael Shalayeff
2006-07-04
Do not blindly enable io and mem space for all matched PCI devices. This is
Mark Kettenis
2006-05-31
Damnit! no static functions in the kernel
Jason Wright
2006-04-07
Don't check for a BAR address past PCI_MAPREG_END; some devices
Brad Smith
2006-04-07
implement a check whether a BAR is present at all at a given
Brad Smith
2006-03-19
ANSIfy
Brad Smith
2005-03-15
Only print warning messages in pci_{io,mem}_find() if option DEBUG; instead,
Miod Vallat
2004-10-09
When testing for a void region, use PCI_MAPREG_MEM_SIZE() for 32bit memaddr.
Brad Smith
2003-08-27
this bit is defined as prefetchable and not cachable and thus rename and use ...
Michael Shalayeff
2003-02-28
remove non-typo changes. sorry folks
Michael Shalayeff
2003-02-28
typo; from weissmanndude
Michael Shalayeff
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-06-13
typo spotted by Mike Pechkin <mpech@prosoft.org.lv>
Niklas Hallqvist
2001-06-12
Make pci_mapreg_map take an extra argument where we can
Niklas Hallqvist
2000-09-20
support 64bit BARs from NetBSD
Niklas Hallqvist
2000-06-09
Import pci_mapreg_type from NetBSD
Chris Cappuccio
1999-07-18
Import of NetBSD ATA/IDE stuff.
Constantine Sapuntzakis
1999-07-18
Added pci_mapreg* interface from NetBSD.
Constantine Sapuntzakis