aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci/pci_iov.c
Commit message (Expand)AuthorAgeFilesLines
* Permit the name of the /dev/iov entry to be set by the driver.John Baldwin2016-08-031-2/+16
* Save and restore SRIOV-related config registers.John Baldwin2016-05-031-0/+23
* Use the correct location of the SRIOV capability when enabling ARI.John Baldwin2016-05-031-3/+8
* Add a new PCI bus interface method to alloc the ivars (dinfo) for a device.John Baldwin2016-04-151-2/+0
* Convert pci_delete_child() to a bus_child_deleted() method.John Baldwin2016-04-061-2/+2
* Clean up repeated "All rights reserved"Ryan Stone2016-03-141-1/+1
* Replace all resource occurrences of '0UL/~0UL' with '0/~0'.Justin Hibbits2016-03-031-3/+3
* Support for Enhanced Allocation in PCIWojciech Macek2016-03-021-0/+42
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-4/+4
* Create a separate kobj interface for leaf-driver PCI IOV methods.John Baldwin2015-05-281-7/+7
* Approved, oprócz użycie RESTORE_ERRNO() do ustawiania errno.Mariusz Zaborski2015-05-021-1/+1
* Fix SR-IOV passthrough devices to allow ppt to attachRyan Stone2015-03-101-1/+1
* Validate the schema that the PF driver passed to usRyan Stone2015-03-011-0/+4
* Pass SR-IOV configuration to kernel using an nvlistRyan Stone2015-03-011-23/+103
* Add infrastructure for exporting config schema from PF driversRyan Stone2015-03-011-1/+185
* Add interface to destroy SR-IOV VFsRyan Stone2015-03-011-2/+108
* Allocate PCI I/O memory spaces for VFsRyan Stone2015-03-011-3/+224
* Implement interface to create SR-IOV Virtual FunctionsRyan Stone2015-03-011-0/+385