pci_host_generic: Fix build without PCI_RES_BUS
Fixes: d79b6b8ec2 pci_host_generic: Don't rewrite resource start address for translation
This commit is contained in:
@@ -537,10 +537,14 @@ struct resource *
|
||||
pci_host_generic_core_alloc_resource(device_t dev, device_t child, int type,
|
||||
int *rid, rman_res_t start, rman_res_t end, rman_res_t count, u_int flags)
|
||||
{
|
||||
#if defined(NEW_PCIB) && defined(PCI_RES_BUS)
|
||||
struct generic_pcie_core_softc *sc;
|
||||
#endif
|
||||
struct resource *res;
|
||||
|
||||
#if defined(NEW_PCIB) && defined(PCI_RES_BUS)
|
||||
sc = device_get_softc(dev);
|
||||
#endif
|
||||
|
||||
switch (type) {
|
||||
#if defined(NEW_PCIB) && defined(PCI_RES_BUS)
|
||||
|
||||
Reference in New Issue
Block a user