]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allocate the PCI BAR resource with bus_alloc_resource_any()
authorJustin Hibbits <jhibbits@FreeBSD.org>
Thu, 3 Mar 2016 01:07:17 +0000 (01:07 +0000)
committerJustin Hibbits <jhibbits@FreeBSD.org>
Thu, 3 Mar 2016 01:07:17 +0000 (01:07 +0000)
commit6c3e542b3d91816aae59ac10f9bf8c0788f0bb6c
tree7c6ed3a343ae3970d7b186da3e7c157258149729
parent2efd8c0a6c964b00848aa295f923628697191c7b
Allocate the PCI BAR resource with bus_alloc_resource_any()

We don't support allocating any other range with PCI BARs.
sys/dev/sbni/if_sbni_pci.c