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
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