freebsd-dev/sys/dev/cxgbe
Navdeep Parhar 2cd9f0711d Allow cxgbe(4) running within a VM to attach to its devices that have been
exported via PCI passthrough.

- Do not check for a specific physical function (PF) before claiming a device.
  Different PFs have different device-ids so this check is redundant anyway.

- Obtain the PF# from the WHOAMI register instead of pci_get_function().

- Setup the memory windows using the real BAR0 address, not what the VM says it
  is.

Obtained from:	Chelsio Communications
2012-06-26 00:34:34 +00:00
..
common cxgbe(4): update to firmware interface 1.5.2.0; updates to shared code. 2012-06-22 07:51:15 +00:00
firmware cxgbe(4): update to firmware interface 1.5.2.0; updates to shared code. 2012-06-22 07:51:15 +00:00
tom cxgbe(4): update to firmware interface 1.5.2.0; updates to shared code. 2012-06-22 07:51:15 +00:00
adapter.h - Updated TOE support in the kernel. 2012-06-19 07:34:13 +00:00
offload.h - Updated TOE support in the kernel. 2012-06-19 07:34:13 +00:00
osdep.h cxgbe(4): update to firmware interface 1.5.2.0; updates to shared code. 2012-06-22 07:51:15 +00:00
t4_ioctl.h Many updates to cxgbe(4) 2011-12-16 02:09:51 +00:00
t4_l2t.c - Updated TOE support in the kernel. 2012-06-19 07:34:13 +00:00
t4_l2t.h - Updated TOE support in the kernel. 2012-06-19 07:34:13 +00:00
t4_main.c Allow cxgbe(4) running within a VM to attach to its devices that have been 2012-06-26 00:34:34 +00:00
t4_sge.c Better way to determine the status page length and rx pad boundary. 2012-06-23 22:12:27 +00:00