freebsd-dev/sys/amd64/conf
Ryan Stone 9bfb1e36d9 Implement interface to create SR-IOV Virtual Functions
Implement the interace to create SR-IOV Virtual Functions (VFs).
When a driver registers that they support SR-IOV by calling
pci_setup_iov(), the SR-IOV code creates a new node in /dev/iov
for that device.  An ioctl can be invoked on that device to
create VFs and have the driver initialize them.

At this point, allocating memory I/O windows (BARs) is not
supported.

Differential Revision:	https://reviews.freebsd.org/D76
Reviewed by:		jhb
MFC after: 		1 month
Sponsored by:		Sandvine Inc.
2015-03-01 00:40:09 +00:00
..
DEFAULTS Disable the option VFS_ALLOW_NONMPSAFE by default on all the supported 2012-03-06 20:01:25 +00:00
GENERIC Implement interface to create SR-IOV Virtual Functions 2015-03-01 00:40:09 +00:00
GENERIC-NODEBUG This configuration file removes several debugging options, including 2014-12-02 19:55:43 +00:00
GENERIC.hints Disable ACPI and P4TCC throttling by default, following discussion on 2014-05-04 16:38:21 +00:00
Makefile In sys/<arch>/conf/Makefile set TARGET to <arch>. That allows 2010-01-08 18:57:31 +00:00
MINIMAL New MINIMAL kernel config. The goal with this configuration is to 2015-01-15 00:42:06 +00:00
NOTES Plug cxgbe(4) back into !powerpc && !arm builds, instead of building it 2015-01-16 01:39:24 +00:00