summaryrefslogtreecommitdiff
path: root/src/freebsd_pci.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-07Bug 63583 - add legacy IO routines for FreeBSDAlan Coopersmith1-0/+146
2012-02-27Use O_CLOEXEC for internal file descriptorsAdam Jackson1-4/+4
2011-09-16Strip trailing whitespaceAlan Coopersmith1-7/+7
2009-02-27FreeBSD: Incorporate several fixes that have accumulated.Robert Noland1-20/+163
2008-10-29Fix FreeBSD systems which support pci domains.Robert Noland1-0/+1
2008-10-11Add support for GNU/kFreeBSDPetr Salinger1-9/+3
2008-07-08Hide one more private symbolJulien Cristau1-0/+1
2008-02-27Don't export private symbols.Julien Cristau1-1/+1
2007-10-10FreeBSD: for 64-bit BARs, skip the resource slot used for the upper 32 bits.Eric Anholt1-2/+3
2007-10-10FreeBSD: Don't try to unset an MTRR if we didn't set it.Eric Anholt1-13/+19
2007-10-10FreeBSD: Add support for multiple PCI domains.Eric Anholt1-1/+18
2007-10-09FreeBSD: Fix unmap_range to return an error value.Eric Anholt1-2/+2
2007-10-09FreeBSD: don't set the MTRR if it's the default mode (uncacheable).Eric Anholt1-2/+5
2007-09-11Add FreeBSD MTRR setting support.Eric Anholt1-4/+49
2007-08-30New interfaces to map memory with MTRR (or similar) support.Ian Romanick1-45/+19
2007-08-03FreeBSD: Add VGA rom reading through /dev/mem.Eric Anholt1-1/+52
2007-08-03FreeBSD: Fill in the subdevice ID.Eric Anholt1-0/+1
2007-03-06FreeBSD: Fix a couple of minor issues in cleanup paths.Eric Anholt1-3/+6
2007-03-01FreeBSD: Add system cleanup function.Eric Anholt1-1/+10
2007-02-28FreeBSD: When mapping regions, use the region's base address, not 0.Eric Anholt1-1/+2
2007-02-28Fix inverted protection typo for mmap in region mapping.Eric Anholt1-1/+1
2007-02-28Update freebsd code for pci_device_cfg_write API change.Eric Anholt1-4/+3
2007-01-12Add support for getting region information on FreeBSD.Eric Anholt1-1/+120
2007-01-12Open the pci device read-write so we can read and write config regs.Eric Anholt1-1/+9
2007-01-12Fix many warnings and bugs in the freebsd implementation.Eric Anholt1-5/+28
2006-11-14Add the beginnings of a FreeBSD port.Eric Anholt1-0/+247