index
:
lib/libpciaccess
kettenis
master
obsd
obsd-multihead-fix
vga-arbiter
PCI bus access library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
freebsd_pci.c
Age
Commit message (
Expand
)
Author
2019-07-10
freebsd_pci: remove old probe method
Niclas Zeising
2019-07-10
freebsd_pci: format freebsd_pci_methods
Niclas Zeising
2019-07-10
freebsd_pci: Add has_kernel_driver function
Niclas Zeising
2019-07-10
freebsd_pci: Remove unused variable
Niclas Zeising
2019-07-10
freebsd_pci: Make this work on sparc64
Niclas Zeising
2019-07-10
freebsd_pci: update legacy I/O for new architectures
Niclas Zeising
2019-07-10
freebsd_pci: Fix types in write functions
Niclas Zeising
2019-07-10
Don't check for struct pci_io.pi_sel.pc_domain
Niclas Zeising
2019-07-10
freebsd_pci: Try to conform to uniform style
Niclas Zeising
2019-06-16
freebsd: Add !legacy open_device_io implementation
Conrad Meyer
2015-02-12
Include config.h before any other headers.
Emil Velikov
2015-02-12
Add missing guards around config.h inclusion
Chih-Wei Huang
2014-02-11
Fix IO access functions on linux+sysfs.
Marcin Ko?cielnicki
2013-06-07
Bug 63583 - add legacy IO routines for FreeBSD
Alan Coopersmith
2012-02-27
Use O_CLOEXEC for internal file descriptors
Adam Jackson
2011-09-16
Strip trailing whitespace
Alan Coopersmith
2009-02-27
FreeBSD: Incorporate several fixes that have accumulated.
Robert Noland
2008-10-29
Fix FreeBSD systems which support pci domains.
Robert Noland
2008-10-11
Add support for GNU/kFreeBSD
Petr Salinger
2008-07-08
Hide one more private symbol
Julien Cristau
2008-02-27
Don't export private symbols.
Julien Cristau
2007-10-10
FreeBSD: for 64-bit BARs, skip the resource slot used for the upper 32 bits.
Eric Anholt
2007-10-10
FreeBSD: Don't try to unset an MTRR if we didn't set it.
Eric Anholt
2007-10-10
FreeBSD: Add support for multiple PCI domains.
Eric Anholt
2007-10-09
FreeBSD: Fix unmap_range to return an error value.
Eric Anholt
2007-10-09
FreeBSD: don't set the MTRR if it's the default mode (uncacheable).
Eric Anholt
2007-09-11
Add FreeBSD MTRR setting support.
Eric Anholt
2007-08-30
New interfaces to map memory with MTRR (or similar) support.
Ian Romanick
2007-08-03
FreeBSD: Add VGA rom reading through /dev/mem.
Eric Anholt
2007-08-03
FreeBSD: Fill in the subdevice ID.
Eric Anholt
2007-03-06
FreeBSD: Fix a couple of minor issues in cleanup paths.
Eric Anholt
2007-03-01
FreeBSD: Add system cleanup function.
Eric Anholt
2007-02-28
FreeBSD: When mapping regions, use the region's base address, not 0.
Eric Anholt
2007-02-28
Fix inverted protection typo for mmap in region mapping.
Eric Anholt
2007-02-28
Update freebsd code for pci_device_cfg_write API change.
Eric Anholt
2007-01-12
Add support for getting region information on FreeBSD.
Eric Anholt
2007-01-12
Open the pci device read-write so we can read and write config regs.
Eric Anholt
2007-01-12
Fix many warnings and bugs in the freebsd implementation.
Eric Anholt
2006-11-14
Add the beginnings of a FreeBSD port.
Eric Anholt