mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Reflect MFC of pci_find_extcap().
MFC after: 3 days
This commit is contained in:
parent
2239cfb4ba
commit
fe09b799f1
1 changed files with 1 additions and 1 deletions
|
|
@ -2306,7 +2306,7 @@ bge_attach(device_t dev)
|
|||
/*
|
||||
* Check if this is a PCI-X or PCI Express device.
|
||||
*/
|
||||
#if __FreeBSD_version > 700010
|
||||
#if __FreeBSD_version > 602101
|
||||
if (pci_find_extcap(dev, PCIY_EXPRESS, ®) == 0) {
|
||||
/*
|
||||
* Found a PCI Express capabilities register, this
|
||||
|
|
|
|||
Loading…
Reference in a new issue