summaryrefslogtreecommitdiff
path: root/src/freebsd_pci.c
AgeCommit message (Expand)Author
2015-02-12Include config.h before any other headers.Emil Velikov
2015-02-12Add missing guards around config.h inclusionChih-Wei Huang
2014-02-11Fix IO access functions on linux+sysfs.Marcin Ko?cielnicki
2013-06-07Bug 63583 - add legacy IO routines for FreeBSDAlan Coopersmith
2012-02-27Use O_CLOEXEC for internal file descriptorsAdam Jackson
2011-09-16Strip trailing whitespaceAlan Coopersmith
2009-02-27FreeBSD: Incorporate several fixes that have accumulated.Robert Noland
2008-10-29Fix FreeBSD systems which support pci domains.Robert Noland
2008-10-11Add support for GNU/kFreeBSDPetr Salinger
2008-07-08Hide one more private symbolJulien Cristau
2008-02-27Don't export private symbols.Julien Cristau
2007-10-10FreeBSD: for 64-bit BARs, skip the resource slot used for the upper 32 bits.Eric Anholt
2007-10-10FreeBSD: Don't try to unset an MTRR if we didn't set it.Eric Anholt
2007-10-10FreeBSD: Add support for multiple PCI domains.Eric Anholt
2007-10-09FreeBSD: Fix unmap_range to return an error value.Eric Anholt
2007-10-09FreeBSD: don't set the MTRR if it's the default mode (uncacheable).Eric Anholt
2007-09-11Add FreeBSD MTRR setting support.Eric Anholt
2007-08-30New interfaces to map memory with MTRR (or similar) support.Ian Romanick
2007-08-03FreeBSD: Add VGA rom reading through /dev/mem.Eric Anholt
2007-08-03FreeBSD: Fill in the subdevice ID.Eric Anholt
2007-03-06FreeBSD: Fix a couple of minor issues in cleanup paths.Eric Anholt
2007-03-01FreeBSD: Add system cleanup function.Eric Anholt
2007-02-28FreeBSD: When mapping regions, use the region's base address, not 0.Eric Anholt
2007-02-28Fix inverted protection typo for mmap in region mapping.Eric Anholt
2007-02-28Update freebsd code for pci_device_cfg_write API change.Eric Anholt
2007-01-12Add support for getting region information on FreeBSD.Eric Anholt
2007-01-12Open the pci device read-write so we can read and write config regs.Eric Anholt
2007-01-12Fix many warnings and bugs in the freebsd implementation.Eric Anholt
2006-11-14Add the beginnings of a FreeBSD port.Eric Anholt