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
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC 306126: Fix invalid vendor ID constant (typo).
jhb
2016-10-03
1
-1
/
+1
*
MFC 305502: Reset PCI pass through devices via PCI-e FLR during VM start/end.
jhb
2016-09-30
3
-4
/
+183
*
MFC 304858,305485,305497: Fix various issues with PCI pass through and VT-d.
jhb
2016-09-30
2
-0
/
+12
*
MFC 303881: Reliably return PCI_GETCONF_LAST_DEVICE from PCIOCGETCONF.
jhb
2016-09-30
1
-7
/
+7
*
MFC 303721: Permit the name of the /dev/iov entry to be set by the driver.
jhb
2016-09-29
5
-6
/
+40
*
MFC 302847, 302848, 302852, 302853:
andrew
2016-08-31
1
-10
/
+0
*
MFC r304246
vangyzen
2016-08-18
1
-15
/
+34
*
MFC r303788
vangyzen
2016-08-08
1
-4
/
+4
*
MFC 303497,303559,303645: Disable PCI-e hotplug on bridges with power
jhb
2016-08-05
1
-1
/
+18
*
Add pci_get_max_payload() to fetch the PCI-express maximum payload size.
jhb
2016-06-24
2
-0
/
+17
*
INTRNG - change the way how an interrupt mapping data are provided
skra
2016-06-05
1
-0
/
+2
*
Move a device_printf under bootverbose where it should have been.
andrew
2016-05-31
1
-1
/
+1
*
Mark the ThunderX and generic PCI drivers as cache-coherent when we know
andrew
2016-05-31
2
-1
/
+36
*
Handle PCI_RES_BUS on the generic and ThunderX PCIe drivers. This has been
andrew
2016-05-20
1
-0
/
+20
*
Implement a proper detach method for the PCI-PCI bridge driver.
jhb
2016-05-20
2
-3
/
+162
*
Rework managing hotplug commands with command completions.
jhb
2016-05-17
2
-45
/
+21
*
Call ofw_bus_msimap to find the parent MSI controller, it may not use the
andrew
2016-05-16
2
-20
/
+20
*
Add a pcib interface for use by interrupt controllers that need to
andrew
2016-05-16
4
-2
/
+28
*
Re-commit r299467 having fixed the build:
andrew
2016-05-16
7
-19
/
+62
*
Introduce MSI and MSI-X support to intrng. This adds a new msi device
andrew
2016-05-16
2
-7
/
+38
*
When using IOPORT with pci_host_generic we are missing setting the rman_end()
bz
2016-05-13
1
-0
/
+1
*
Revert r299467 to fix the kernel build.
cem
2016-05-11
7
-58
/
+19
*
Add a new get_id interface to pci and pcib. This will allow us to both
andrew
2016-05-11
7
-19
/
+58
*
Restore name=value format of PCI location strings.
jhb
2016-05-06
1
-1
/
+2
*
Native PCI-express HotPlug support.
jhb
2016-05-05
3
-0
/
+558
*
Fix build without "options PCI_IOV".
jkim
2016-05-04
1
-1
/
+4
*
Save and restore SRIOV-related config registers.
jhb
2016-05-03
3
-0
/
+36
*
Use the correct location of the SRIOV capability when enabling ARI.
jhb
2016-05-03
1
-3
/
+8
*
sys/dev: minor spelling fixes.
pfg
2016-05-03
2
-4
/
+4
*
Fix an off by one error when remapping MSI-X vectors.
jhb
2016-05-03
1
-2
/
+2
*
Fix build for systems without PCI_RES_BUS.
jhb
2016-04-27
1
-1
/
+1
*
Add a pcib_attach_child() method to manage adding the child "pci" device.
jhb
2016-04-27
2
-11
/
+18
*
Fix PCI bus detach to delete child devices.
jhb
2016-04-27
1
-9
/
+8
*
Implement a PCI bus rescan method.
jhb
2016-04-27
2
-0
/
+99
*
PCI Enhanced Allocation: Annotate an intentional switch fallthrough
cem
2016-04-26
1
-0
/
+1
*
Pull the MSI/MSI-X handling functions out to help with INTRNG integration.
andrew
2016-04-18
1
-7
/
+62
*
Add a new PCI bus interface method to alloc the ivars (dinfo) for a device.
jhb
2016-04-15
5
-44
/
+37
*
Convert pci_delete_child() to a bus_child_deleted() method.
jhb
2016-04-06
3
-10
/
+11
*
Convert the printfs here from %lx to %jx as well after r297000 in order
bz
2016-03-18
1
-3
/
+3
*
Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.
jhibbits
2016-03-18
3
-32
/
+32
*
Clean up repeated "All rights reserved"
rstone
2016-03-14
4
-4
/
+4
*
Replace all resource occurrences of '0UL/~0UL' with '0/~0'.
jhibbits
2016-03-03
4
-11
/
+11
*
Add gem5 support, so we attach there as well.
bz
2016-03-02
1
-4
/
+7
*
Support for Enhanced Allocation in PCI
wma
2016-03-02
4
-0
/
+329
*
Replace some more default range checks with RMAN_IS_DEFAULT_RANGE().
jhibbits
2016-03-02
1
-1
/
+1
*
Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().
jhibbits
2016-02-27
1
-2
/
+2
*
Restore ThunderX Pass1.1 PCI changes removed by r295962
wma
2016-02-26
2
-6
/
+5
*
Add support for Enhanced Allocation in pciconf
wma
2016-02-26
1
-0
/
+47
*
Make pci_host_generic and thunderx_pci common
wma
2016-02-24
2
-55
/
+286
*
Fix syntax error introduced in previous commit where I removed one
se
2016-02-19
1
-1
/
+1
[next]