sfxge(4): update notes on interrupt testing on VFs

Submitted by:   Andy Moreton <amoreton at solarflare.com>
Sponsored by:   Solarflare Communications, Inc.
Differential Revision:  https://reviews.freebsd.org/D18164
This commit is contained in:
Andrew Rybchenko 2018-11-27 12:59:32 +00:00
parent b1fc8575b5
commit 1c057dc083
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=341045
2 changed files with 4 additions and 4 deletions

View File

@ -202,8 +202,8 @@ medford2_board_cfg(
if (EFX_PCI_FUNCTION_IS_VF(encp)) {
/*
* Interrupt testing does not work for VFs. See bug50084.
* FIXME: Does this still apply to Medford2?
* Interrupt testing does not work for VFs on Medford2.
* See bug50084 and bug71432 comment 21.
*/
encp->enc_bug41750_workaround = B_TRUE;
}

View File

@ -200,8 +200,8 @@ medford_board_cfg(
if (EFX_PCI_FUNCTION_IS_VF(encp)) {
/*
* Interrupt testing does not work for VFs. See bug50084.
* FIXME: Does this still apply to Medford?
* Interrupt testing does not work for VFs. See bug50084 and
* bug71432 comment 21.
*/
encp->enc_bug41750_workaround = B_TRUE;
}