summaryrefslogtreecommitdiff
path: root/src/freebsd_pci.c
Commit message (Expand)AuthorAgeFilesLines
* FreeBSD: Remove sparc64 codeEmmanuel Vadot2023-03-251-55/+6
* pci_sys set NULL after freezhanghongtao2022-08-011-0/+2
* freebsd_pci: remove old probe methodNiclas Zeising2019-07-101-163/+0
* freebsd_pci: format freebsd_pci_methodsNiclas Zeising2019-07-101-0/+6
* freebsd_pci: Add has_kernel_driver functionNiclas Zeising2019-07-101-0/+19
* freebsd_pci: Remove unused variableNiclas Zeising2019-07-101-1/+0
* freebsd_pci: Make this work on sparc64Niclas Zeising2019-07-101-8/+38
* freebsd_pci: update legacy I/O for new architecturesNiclas Zeising2019-07-101-35/+50
* freebsd_pci: Fix types in write functionsNiclas Zeising2019-07-101-3/+3
* Don't check for struct pci_io.pi_sel.pc_domainNiclas Zeising2019-07-101-10/+0
* freebsd_pci: Try to conform to uniform styleNiclas Zeising2019-07-101-79/+81
* freebsd: Add !legacy open_device_io implementationConrad Meyer2019-06-161-0/+12
* Include config.h before any other headers.Emil Velikov2015-02-121-4/+4
* Add missing guards around config.h inclusionChih-Wei Huang2015-02-121-0/+3
* Fix IO access functions on linux+sysfs.baserock/morphMarcin Ko?cielnicki2014-02-111-0/+2
* Bug 63583 - add legacy IO routines for FreeBSDAlan Coopersmith2013-06-071-0/+146
* Use O_CLOEXEC for internal file descriptorsAdam Jackson2012-02-271-4/+4
* Strip trailing whitespaceAlan Coopersmith2011-09-161-7/+7
* FreeBSD: Incorporate several fixes that have accumulated.Robert Noland2009-02-271-20/+163
* Fix FreeBSD systems which support pci domains.Robert Noland2008-10-291-0/+1
* Add support for GNU/kFreeBSDPetr Salinger2008-10-111-9/+3
* Hide one more private symbolJulien Cristau2008-07-081-0/+1
* Don't export private symbols.Julien Cristau2008-02-271-1/+1
* FreeBSD: for 64-bit BARs, skip the resource slot used for the upper 32 bits.Eric Anholt2007-10-101-2/+3
* FreeBSD: Don't try to unset an MTRR if we didn't set it.Eric Anholt2007-10-101-13/+19
* FreeBSD: Add support for multiple PCI domains.Eric Anholt2007-10-101-1/+18
* FreeBSD: Fix unmap_range to return an error value.Eric Anholt2007-10-091-2/+2
* FreeBSD: don't set the MTRR if it's the default mode (uncacheable).Eric Anholt2007-10-091-2/+5
* Add FreeBSD MTRR setting support.Eric Anholt2007-09-111-4/+49
* New interfaces to map memory with MTRR (or similar) support.Ian Romanick2007-08-301-45/+19
* FreeBSD: Add VGA rom reading through /dev/mem.Eric Anholt2007-08-031-1/+52
* FreeBSD: Fill in the subdevice ID.Eric Anholt2007-08-031-0/+1
* FreeBSD: Fix a couple of minor issues in cleanup paths.Eric Anholt2007-03-061-3/+6
* FreeBSD: Add system cleanup function.Eric Anholt2007-03-011-1/+10
* FreeBSD: When mapping regions, use the region's base address, not 0.Eric Anholt2007-02-281-1/+2
* Fix inverted protection typo for mmap in region mapping.Eric Anholt2007-02-281-1/+1
* Update freebsd code for pci_device_cfg_write API change.Eric Anholt2007-02-281-4/+3
* Add support for getting region information on FreeBSD.Eric Anholt2007-01-121-1/+120
* Open the pci device read-write so we can read and write config regs.Eric Anholt2007-01-121-1/+9
* Fix many warnings and bugs in the freebsd implementation.Eric Anholt2007-01-121-5/+28
* Add the beginnings of a FreeBSD port.Eric Anholt2006-11-141-0/+247