index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a new helper function for PCI devices to locate the upstream
jhb
2015-11-05
1
-0
/
+41
*
Add helper routines for PCI device drivers to read, write, and modify
jhb
2015-11-05
1
-0
/
+57
*
drop a bunch of white space at end of lines and end of files...
jmg
2015-10-18
1
-4
/
+4
*
Remove several write-only variables, all reported by the gcc 4.9
kib
2015-05-29
1
-9
/
+5
*
Update the pci_cfg_save/restore routines to operate on bridge devices
jhb
2015-04-22
1
-31
/
+76
*
The minimim grant and maximum latency PCI config registers are only valid
jhb
2015-04-22
1
-3
/
+10
*
Don't leak 'used' in a few error cases.
imp
2015-03-01
1
-2
/
+6
*
Allocate PCI I/O memory spaces for VFs
rstone
2015-03-01
1
-0
/
+35
*
Emulate the Device ID and Vendor ID registers for VFs
rstone
2015-03-01
1
-0
/
+31
*
Implement interface to create SR-IOV Virtual Functions
rstone
2015-03-01
1
-0
/
+53
*
Refactor PCI resource allocation
rstone
2015-03-01
1
-16
/
+29
*
Refactor PCI device creation
rstone
2015-03-01
1
-63
/
+74
*
remove NULL check as M_WAITOK will not return NULL
jmg
2015-02-16
1
-2
/
+0
*
Add a new device control utility for new-bus devices called devctl. This
jhb
2015-02-06
1
-2
/
+57
*
- Make PCI_QUIRK_MSI_INTX_BUG work by using the ID of the actual PCI device
marius
2014-12-27
1
-8
/
+21
*
Revert r274635 as it's completely wrong.
dchagin
2014-11-19
1
-1
/
+3
*
Use the correct device as the power_for_sleep() method
dchagin
2014-11-17
1
-3
/
+1
*
Use the correct device (child) when asking the bus layer about which power
adrian
2014-11-11
1
-1
/
+1
*
Follow up to r225617. In order to maximize the re-usability of kernel code
davide
2014-10-16
1
-2
/
+2
*
Add a bus method to fetch the VM domain for the given device/bus.
adrian
2014-10-09
1
-0
/
+1
*
Oops, fix typo made in r272729.
yongari
2014-10-08
1
-1
/
+1
*
Add new quirk PCI_QUIRK_MSI_INTX_BUG to pci(4).
yongari
2014-10-08
1
-2
/
+18
*
Stage one of multipass suspend/resume
jhibbits
2014-09-23
1
-50
/
+43
*
pci: add a new pci_child_added newbus method.
royger
2014-08-22
1
-0
/
+8
*
pci: make MSI(-X) enable and disable methods of the PCI bus
royger
2014-08-20
1
-22
/
+22
*
Pull in r267961 and r267973 again. Fix for issues reported will follow.
hselasky
2014-06-28
1
-21
/
+10
*
Revert r267961, r267973:
gjb
2014-06-27
1
-10
/
+21
*
Extend the meaning of the CTLFLAG_TUN flag to automatically check if
hselasky
2014-06-27
1
-21
/
+10
*
Add IOMMU PCI subclass, found on Tyan S8236 motherboard.
mav
2014-05-20
1
-0
/
+1
*
Make uninteresting PCI devices with no attached drivers only print out
smh
2014-04-30
1
-92
/
+100
*
Correct a PCI enumeration bug introduced in r264011
rstone
2014-04-03
1
-4
/
+1
*
Add support for PCIe ARI
rstone
2014-04-01
1
-7
/
+42
*
Add a method to get the PCI RID for a device.
rstone
2014-04-01
1
-0
/
+10
*
Revert PCI RID changes.
rstone
2014-04-01
1
-52
/
+7
*
Add a method to get the PCI Routing ID for a device
rstone
2014-04-01
1
-7
/
+52
*
Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridge
jhb
2014-02-12
1
-0
/
+216
*
Add two tunables to ignore certain firmware-assigned resources. These
jhb
2014-02-05
1
-1
/
+6
*
Simplify pci_reserve_map() by calling resource_list_reserve() to allocate
jhb
2014-02-05
1
-12
/
+4
*
Properly set the alignment flags when allocating the initial range for a
jhb
2014-02-05
1
-3
/
+6
*
Add support for displaying VPD for PCI devices via pciconf.
jhb
2014-01-20
1
-1
/
+12
*
Make pci_get_dma_tag() non-static. Since the function is only
kib
2013-10-24
1
-1
/
+0
*
Move the PCI_DMA_BOUNDARY definition into the pcivar.h.
kib
2013-10-24
1
-4
/
+0
*
Properly handle I/O windows in bridges with the ISA enable bit set. These
jhb
2013-07-18
1
-4
/
+42
*
- As it turns out, not only MSI-X is broken for devices passed through by
marius
2013-07-09
1
-34
/
+70
*
Make detaching drivers from PCI devices more robust. While here, fix a
jhb
2013-06-27
1
-1
/
+30
*
Disable hw.pci.realloc_bars by default. It wasn't needed for the original
jhb
2013-06-24
1
-1
/
+1
*
Revision 233677 broke certain machines. Specifically, if the firmware/BIOS
jhb
2013-05-09
1
-2
/
+29
*
- Complete r231621 by also blacklisting the bridge used by VMware for PCIe
marius
2013-03-02
1
-10
/
+11
*
Remove the quirk to allow use of MSI when the guest is running inside bhyve.
neel
2013-02-28
1
-1
/
+0
*
Add quirk to indicate that the bhyve hostbridge is capable of supporting
neel
2013-01-05
1
-0
/
+1
[next]