Page MenuHomeFreeBSD

Fix kldload of if_ixl without PCI_IOV kernel option.
ClosedPublic

Authored by bdrewery on Jul 12 2017, 10:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 13, 5:55 PM
Unknown Object (File)
Wed, Dec 4, 3:07 AM
Unknown Object (File)
Tue, Nov 26, 11:29 AM
Unknown Object (File)
Sun, Nov 24, 12:27 PM
Unknown Object (File)
Nov 14 2024, 12:42 PM
Unknown Object (File)
Nov 13 2024, 8:05 PM
Unknown Object (File)
Nov 13 2024, 1:35 PM
Unknown Object (File)
Nov 3 2024, 2:29 PM
Subscribers
None

Details

Summary

This also avoids compiling in pci_iov support into the kernel if_ixoif the PCI_IOV option is disabled.

Test Plan

Buitl module without KERNBUILDDIR set (no PCI_IOV), then with (with
opt_pci_iov.h having #define PCI_IOV 1 in it). The now-conditional files
were only built when PCI_IOV was enabled via opt_pci_iov.h from kernel config.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bdrewery retitled this revision from Fix kldload of if_ixl without PCI_IOV kernel option. This also avoids compiling in pci_iov support into the kernel if_ixo if the PCI_IOV option is disabled. to Fix kldload of if_ixl without PCI_IOV kernel option..Jul 12 2017, 10:04 PM
bdrewery edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Jul 13 2017, 7:28 PM
This revision was automatically updated to reflect the committed changes.